- 20 Jan, 2020 40 commits
-
-
Lin Jen-Shin authored
Add event tracking to Maven API See merge request gitlab-org/gitlab!23121
-
Mayra Cabrera authored
Eliminate Gitaly N+1 queries loading submodules See merge request gitlab-org/gitlab!23292
-
Steve Abrams authored
Add snowplow event tracking to Maven API to track push and pull of packages
-
Dmytro Zaporozhets authored
API endpoint for confirm order component for paid signup flow Closes gitlab-org/growth/engineering#55, gitlab-org/growth/engineering#54, and gitlab-org/growth/engineering#52 See merge request gitlab-org/gitlab!21736
-
Marcia Ramos authored
Accept use of common contractions See merge request gitlab-org/gitlab!23259
-
Mike Jang authored
-
Lin Jen-Shin authored
Quarantine tests that are very flaky See merge request gitlab-org/gitlab!23334
-
Achilleas Pipinellis authored
Add a link to GitLab's Sentry install docs in 'deploying sentry' section See merge request gitlab-org/gitlab!23262
-
Allison Browne authored
Link to the section of the docs that explains how to deploy sentry via gitlab ci to k8s
-
Achilleas Pipinellis authored
Fix upgrade path for 12.0 See merge request gitlab-org/gitlab!23211
-
Achilleas Pipinellis authored
Update GitHub OAuth / OmniAuth Config Process See merge request gitlab-org/gitlab!22499
-
Achilleas Pipinellis authored
Add support for kubernetes network policies See merge request gitlab-org/gitlab!22557
-
James Lopez authored
Use create_branch instead of fetch_source_branch when importing MRs See merge request gitlab-org/gitlab!22693
-
Marcia Ramos authored
Rename custom hooks to server hooks See merge request gitlab-org/gitlab!23064
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Apply suggestion to doc/administration/server_hooks.md
-
Phil Hughes authored
Add border radius and remove blue outline on recent searches filter See merge request gitlab-org/gitlab!23266
-
Tanya Pazitny authored
Update qa/README.md re. EE license See merge request gitlab-org/gitlab!22135
-
Walmyr Lima e Silva Filho authored
Replace issue comments with quarantine value See merge request gitlab-org/gitlab!23271
-
Tanya Pazitny authored
Update Redis Setup and initial SSD recommendations in HA docs Closes gitlab-org/quality/performance#169 See merge request gitlab-org/gitlab!22517
-
Grant Young authored
Reflects new setup recommendations for reference architectures
-
Douglas Barbosa Alexandre authored
Sync GitLab linked issue back to Sentry on SentryIssue creation See merge request gitlab-org/gitlab!23007
-
Nick Thomas authored
When importing, we want to create `refs/heads/:source_branch` in the repository for each MR. Since the imported project already contains the SHA, there's no need to use `fetch_source_branch` - we can just create the ref directly.
-
Annabel Dunstone Gray authored
Adds the margin back for modal buttons Closes #196179 See merge request gitlab-org/gitlab!23327
-
Nick Thomas authored
Creates a standalone vulnerability page See merge request gitlab-org/gitlab!20734
-
Sam Beckham authored
- Adds in the standalone vulnerabilty page - Moves the project security dashboard page to the index - Renders a 404 on the vulnerability page if the `first_class_vulnerabilities` feature flag is not present. - Updates all the path helpers and related tests - Adds tests for the new route
-
Stan Hu authored
When a directory contains many submodules, we make a number of Gitaly N+1 queries: 1. One TreeEntry RPC to look up each submodule 2. One TreeEntry RPC to read the `.gitmodules` file The first item is redundant because we've already determined the tree commit is a submodule. We can eliminate this query by skipping it altogether. The second item can be optimized by caching the contents of `.gitmodules` once per directory. We already have a mechanism for caching this in `SubmoduleLinks`. Now we just need to use it. This significantly reduces Gitaly RPCs and closes two issues with one stone: 1. https://gitlab.com/gitlab-org/gitlab/issues/35333 2. https://gitlab.com/gitlab-org/gitlab/issues/194380
-
Heinrich Lee Yu authored
Fix premailer and S/MIME emailer hooks order Closes #197363 See merge request gitlab-org/gitlab!23293
-
Diego Louzán authored
Premailer must run before the S/MIME interceptor or signatures will be mangled
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Check if current user is present in Events api See merge request gitlab-org/gitlab!22956
-
Rémy Coutable authored
Fix feature flag check for issue link types See merge request gitlab-org/gitlab!23264
-
Alex Buijs authored
This is part of the paid signup flow
-
Sean McGivern authored
Disallow project forking policy for anonymous user See merge request gitlab-org/gitlab!23320
-
Marcia Ramos authored
Docs: Scope approval rules by protected branches via API See merge request gitlab-org/gitlab!22754
-
Marcia Ramos authored
Clarifies additional runner minutes balance change See merge request gitlab-org/gitlab!20979
-
samdbeckham authored
-
Lyle Kozloff authored
-
Imre Farkas authored
Only check request_deadline flag once per request Closes gitlab-com/gl-infra/scalability#104 See merge request gitlab-org/gitlab!23167
-
Marcia Ramos authored
Add note to FF docs re: the precedence of gates See merge request gitlab-org/gitlab!23206
-
Kerri Miller authored
-