- 28 Jul, 2020 40 commits
-
-
Achilleas Pipinellis authored
Docs: Update 5K reference architecture to mirror 2K formatting See merge request gitlab-org/gitlab!37992
-
Craig Norris authored
-
Martin Wortschack authored
VSA - Remove filter bar disabled state See merge request gitlab-org/gitlab!37405
-
Sean McGivern authored
Do not hit a project page before test data is setup See merge request gitlab-org/gitlab!37978
-
Ragnar Hardarson authored
This finder function has a side-effect find_or_create_subscription: https://gitlab.com/gitlab-org/gitlab/-/blob/50dbb5ad162d61d06b743ea2e8283fbdb26a0477/ee/app/models/ee/namespace.rb#L377-382 we need to ensure this is not called before a subscription has been setup in the test.
-
Peter Leitzen authored
Enable state, milestone, and weight change event tracking by default See merge request gitlab-org/gitlab!36936
-
Kamil Trzciński authored
Make Metrics::Transaction more generic Closes #219029 See merge request gitlab-org/gitlab!32980
-
Marcin Sedlak-Jakubowski authored
Update recaptcha example header value to be a string See merge request gitlab-org/gitlab!37657
-
Sean McGivern authored
Speed up specs for AlertManagement::Alert Closes #227140 See merge request gitlab-org/gitlab!37729
-
Illya Klymov authored
Merge branch '229978-can-t-see-image-names-in-the-container-registry-when-in-dark-mode' into 'master' Fix dark mode container registry text See merge request gitlab-org/gitlab!37940
-
Nicolò Maria Mezzopera authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38035
-
Natalia Tepluhina authored
Add composer tab and package type to package list See merge request gitlab-org/gitlab!37928
-
Nicolò Maria Mezzopera authored
- shared constants - list constants - utils - unit tests - snapshots
-
Natalia Tepluhina authored
Make sure files in multi-file snippets show correct content See merge request gitlab-org/gitlab!37824
-
Denys Mishunov authored
When querying for blob content, GraphQL still returns the array of the blobs. In order to find the correct content, we have to filter out the list
-
Nicolò Maria Mezzopera authored
Merge branch '231436-rename-old-design-management-application-to-design_management_legacy-to-prevent-confusion' into 'master' Rename old design management application to 'legacy' Closes #231436 See merge request gitlab-org/gitlab!37798
-
Natalia Tepluhina authored
Renamed design_management_new to design_management Renamed design_management to design_management_legacy
-
Heinrich Lee Yu authored
Conditional enforcement of namespace storage limit See merge request gitlab-org/gitlab!37869
-
GitLab Release Tools Bot authored
-
Jarka Košanová authored
Split the DeleteTagsService into two smaller services Closes #208193 See merge request gitlab-org/gitlab!36337
-
David Fernandez authored
`Projects::ContainerRepository::DeleteTagsService` acts as a facade service that will select the appropriate sub service according to the type of container registry used. `Projects::ContainerRepository::Gitlab::DeleteTagsService` is used when the Gitlab Container Registry is running. It provides a faster execution. `Projects::ContainerRepository::ThirdParty::DeleteTagsService` is used when a third party Container Registry is running. It provides a slower execution time.
-
Ezekiel Kigbo authored
Delete deprecated group security dashboard code See merge request gitlab-org/gitlab!37749
-
Ezekiel Kigbo authored
The disabled state for the VSA filter bar has been removed, this MR cleans up the code to handle disabling the filter bar.
-
Sanad Liaquat authored
Fix StaleElementReferenceError and ensure `add_member` success Closes #231516, #232485, and #232500 See merge request gitlab-org/gitlab!37957
-
Sanad Liaquat authored
-
Phil Hughes authored
Replace fa-bell icons with GitLab SVG notifications icon Closes #225934 See merge request gitlab-org/gitlab!37676
-
Rémy Coutable authored
Move rescue clause to branch creation method See merge request gitlab-org/gitlab!38027
-
Paul Slaughter authored
Migrate event hub to mitt in boards, roadmap, and notes Closes #216809, #216810, and #216812 See merge request gitlab-org/gitlab!37737
-
Stan Hu authored
fix a to an typo. See merge request gitlab-org/gitlab!38026
-
Phil Hughes authored
Fix bug in group Runners filtered search See merge request gitlab-org/gitlab!37626
-
Arthur de Lapertosa Lisboa authored
-
Ezekiel Kigbo authored
Add `alert_runbooks` feature flag See merge request gitlab-org/gitlab!37910
-
Tristan Read authored
-
Jan Provaznik authored
Track web server access to Settings.pages.path See merge request gitlab-org/gitlab!37726
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37082 we consolidated the `trigger-build-docs` script into the `trigger-build` one. A new `cancel_latest_pipeline!` method was created, but the rescue clause of the branch creation was misplaced. It should actually be a part of `create_remote_branch!` instead.
-
Rachel Fox authored
-
Kushal Pandya authored
Use gl-badge for 'archived' project badge See merge request gitlab-org/gitlab!38013
-
Sanad Liaquat authored
Update QA E2E selector for close token icon See merge request gitlab-org/gitlab!37974
-