- 28 Jul, 2020 40 commits
-
-
Tan Le authored
Audit Event is offered in both FOSS and EE. We need to have ability to create test data in FOSS and hence this spec factory should be moved.
-
Stan Hu authored
change a to an See merge request gitlab-org/gitlab!38025
-
Achilleas Pipinellis authored
Document Geo repmgr to patroni validation test Closes #224652 See merge request gitlab-org/gitlab!37496
-
Nick Nguyen authored
-
Markus Koller authored
Prevent N+1 in board list issue service via strong memoize See merge request gitlab-org/gitlab!38050
-
Nicolò Maria Mezzopera authored
Move dashboard dropdown specs to dashboard_header_spec.js See merge request gitlab-org/gitlab!38048
-
Kushal Pandya authored
Add search bar for incidents Closes #229403 See merge request gitlab-org/gitlab!37885
-
David O'Regan authored
Add a search bar for incidents that allows a user to search for dedicated incidents
-
Achilleas Pipinellis authored
Docs: Update 2k reference to match changes in 1K page See merge request gitlab-org/gitlab!37952
-
Kushal Pandya authored
Auto expand collapsed diffs when in single diff file mode Closes #230511 See merge request gitlab-org/gitlab!37832
-
Achilleas Pipinellis authored
Docs: Update 3K reference architecture to mirror 2K formatting See merge request gitlab-org/gitlab!37989
-
Achilleas Pipinellis authored
Docs: Incorporate 2K page changes See merge request gitlab-org/gitlab!37950
-
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
-
charlie ablett authored
- Add N+1 test
-
Miguel Rincon authored
After creating the dashboard header, the specs where not moved, this MR addresses moving part of them by moving the dashboard dropdown specs.
-
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
-