- 28 Jan, 2020 40 commits
-
-
Sean McGivern authored
Add http status cop in project controller specs See merge request gitlab-org/gitlab!23801
-
Achilleas Pipinellis authored
Docs: update docs style guide for headings and anchors See merge request gitlab-org/gitlab!23777
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Create SSOT for package manager formats See merge request gitlab-org/gitlab!23805
-
Tim Rizzi authored
-
Bob Van Landuyt authored
Merge branch '197908-nomethoderror-undefined-method-without_count-for-kaminari-paginatablearray' into 'master' Fix 500 error in global & group search for blob, wiki_blob and commit search Closes #197908 See merge request gitlab-org/gitlab!23326
-
Walmyr Lima e Silva Filho authored
Remove passing tests from quarantine Closes #196034 and #118473 See merge request gitlab-org/gitlab!23833
-
Mark Lapierre authored
-
Walmyr Lima e Silva Filho authored
Remove Geo sign out workaround See merge request gitlab-org/gitlab!23836
-
Rémy Coutable authored
Add feature flag for Group Export API endpoint Closes #36395 See merge request gitlab-org/gitlab!22423
-
Natalia Tepluhina authored
Fix Permalink and Blame button hash parameter Closes #31374 See merge request gitlab-org/gitlab!23713
-
Natalia Tepluhina authored
Resolve "Convert Jest tests to use VTU in 'spec/frontend/ide/components'" Closes #197945 See merge request gitlab-org/gitlab!23681
-
James Lopez authored
Remove Secure Merge Request feature flags See merge request gitlab-org/gitlab!23821
-
James Lopez authored
Add Group Import functionality See merge request gitlab-org/gitlab!22384
-
Natalia Tepluhina authored
Unhide hidden visibility level See merge request gitlab-org/gitlab!23772
-
Natalia Tepluhina authored
Update docs on sprintf/gl-sprintf See merge request gitlab-org/gitlab!23109
-
Mark Florian authored
This encourages use of `gl-sprintf` over `sprintf` when Vue is available, for reasons of security and correctness. This goes hand-in-hand with the [enhancement of `gl-sprintf`][1] which adds support for start/end placeholders. [1]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/1014
-
Natalia Tepluhina authored
No-Reload URL Permalinks See merge request gitlab-org/gitlab!22340
-
Thomas Randolph authored
-
Imre Farkas authored
Fix elasticsearch guest results See merge request gitlab-org/gitlab!23177
-
Dmitry Gruzd authored
Fix pendings guest searches for project/group/global searches.
-
Achilleas Pipinellis authored
Docs: Clarify secrets usage and PG settings for Praefect See merge request gitlab-org/gitlab!23620
-
Will Chandler authored
-
Kushal Pandya authored
Align VueX actions for Secure diff results See merge request gitlab-org/gitlab!23826
-
Marcel Amirault authored
Creates SSL troubleshooting doc See merge request gitlab-org/gitlab!22743
-
Alexander Tanayno authored
-
Kushal Pandya authored
Add additional license information See merge request gitlab-org/gitlab!22866
-
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
-
manojmj authored
This change makes sure that ES is not used when it is not enabled for search
-
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
-
Mark Lapierre authored
The need for the workaround was fixed See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22113
-
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.
-