- 28 Jan, 2020 19 commits
-
-
Kushal Pandya authored
Merge branch '34910-display-security-navigation-in-left-sidebar-to-a-cohort-of-net-new-com-signups' into 'master' Security navigation in left sidebar See merge request gitlab-org/gitlab!21658
-
Mike Greiling authored
Merge branch '197497-when-user-clicks-on-exit-while-editing-work-in-progress-limits-user-gets-error' into 'master' Fix error on close of board sidebar when editing Closes #197497 See merge request gitlab-org/gitlab!23532
-
Scott Stern authored
-
Paul Slaughter authored
Upgrade @gitlab/svgs to v1.91.0 See merge request gitlab-org/gitlab!23803
-
Thong Kuah authored
Add Group Seeder rake task See merge request gitlab-org/gitlab!21657
-
Evan Read authored
Add screenshot to code review analytics page, small text changes Closes #198271 See merge request gitlab-org/gitlab!23644
-
Mike Lewis authored
Document self-hosted project webhooks limits Closes #196018 See merge request gitlab-org/gitlab!23596
-
Evan Read authored
Moved the log setup at the bottom See merge request gitlab-org/gitlab!22916
-
Thong Kuah authored
Add support to seed all package types See merge request gitlab-org/gitlab!23156
-
Stan Hu authored
Refactor project destroy services See merge request gitlab-org/gitlab!22908
-
Francisco Javier López authored
In preparation for https://gitlab.com/gitlab-org/gitlab/merge_requests/22672, we need to refactor Projects::DestroyService. At the moment, this service has hardcoded the repositories it has to delete. Nevertheless, we have now more requirements that we had before. We need to remove Snippet repositories and also DesignManagement ones. In this commit, we refactor the existing Projects::DestroyService creating two services just for dealing with repositories and extracting this functionality from this service. We also split some of the existing functionality. The current destroy service delete things but also is able to rollback stuff. We can move this functionality into a different service.
-
Evan Read authored
Document troubleshooting when SCIM extern_uid doesn't match SAML NameID Closes #33378 See merge request gitlab-org/gitlab!19323
-
James Edwards-Jones authored
-
Evan Read authored
Added documentation on how to address error Closes #195393 See merge request gitlab-org/gitlab!23403
-
Fabian Zimmer authored
-
Stan Hu authored
Feature flag: removal of filter_shas_with_signatures_go See merge request gitlab-org/gitlab!23752
-
Evan Read authored
Clarify Kubernetes cluster creation sources See merge request gitlab-org/gitlab!23638
-
Daniel Gruesso authored
-
Fatih Acet authored
Trim extra period when merge error displayed See merge request gitlab-org/gitlab!23737
-
- 27 Jan, 2020 21 commits
-
-
Stan Hu authored
Revert "Merge branch 'aws-version-bump' into 'master'" See merge request gitlab-org/gitlab!23829
-
Pavlo Strokov authored
Gitaly was migrated to Go implementation. Feature flag is not used anymore. Please see: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/1703 Part of: https://gitlab.com/gitlab-org/gitaly/issues/2268
-
Robert Speicher authored
Add Epics Activity info to Group Export Closes #198523 See merge request gitlab-org/gitlab!23613
-
Robert Speicher authored
Updates security release template See merge request gitlab-org/gitlab!23822
-
Stan Hu authored
Stop exposing Secure artifacts in MR widget entity See merge request gitlab-org/gitlab!23824
-
Dylan Griffith authored
This reverts merge request !22865
-
Lukas Eipert authored
We are not consuming the endpoints anymore, since we are now using the new comparison endpoints. Thus we can stop exposing them.
-
Mayra Cabrera authored
After moving the development from dev.gitlab.org to a private group on gitlab.com/gitlab-org/, we no longer need links on dev. This MR updates the security release issue template to reflect that.
-
Mayra Cabrera authored
Drop kibana_hostname column See merge request gitlab-org/gitlab!23503
-
Adrien Kohlbecker authored
-
Mayra Cabrera authored
Fix Rubocop offenses for cops with 1 or 2 offenses See merge request gitlab-org/gitlab!23506
-
Mike Jang authored
-
Dan Davison authored
Dequarantine clone using deploy key spec Closes #196047 See merge request gitlab-org/gitlab!23799
-
Tiffany Rea authored
-
Mike Greiling authored
Remove open icon from function endpoint Closes #196855 See merge request gitlab-org/gitlab!23508
-
Mike Greiling authored
Resolve "Knative domain name/endpoint section links to invalid doc" Closes #38297 See merge request gitlab-org/gitlab!23715
-
Alper Akgun authored
This growth experiment displays the security navigation and a slideshow of security features to a cohort of net new .com users
-
Michael Kozono authored
Skip squashing with only one commit in a merge request Closes #198971 See merge request gitlab-org/gitlab!23744
-
Stan Hu authored
We noticed in https://gitlab.com/gitlab-org/gitaly/issues/2395 that the backend was unnecessarily attempting to squash merge requests with one commit. This happened because `SquashService` skips the squash if two conditions are met: 1. The number of commits < 2 2. The `squash_commit_message` is null If a `squash_commit_message` is passed, this indicates that the user wants the squashed commit to have a different commit message. By default, the frontend always sends `squash_commit_message`, regardless of whether the squash button is available in the merge request. With this change, the frontend will only send this parameter if the button is shown (i.e. when the commit count is >= 2). Alternatively, we could also change the backend to skip squashing if only the first condition is met. Closes https://gitlab.com/gitlab-org/gitlab/issues/198971
-
Douglas Barbosa Alexandre authored
Fix error displaying group edit page See merge request gitlab-org/gitlab!23774
-
Mayra Cabrera authored
Use CTE optimization fence for loading projects in dashboard Closes #198440 See merge request gitlab-org/gitlab!23754
-