- 24 Feb, 2022 40 commits
-
-
Alexandru Croitor authored
Updating traversal_ids for a namespace does require an update lock however we can use a weaker lock to avoid deadlocks in cases where multiple projects or namespaces are created concurently at the root namespace level due to KEY SHARE and UPDATE locks blocking each other. NO KEY UPDATE lock and KEY SHARE lock do not block each other.
-
Mark Chao authored
Add related_epic permissions See merge request gitlab-org/gitlab!81380
-
Alper Akgun authored
Clarifying metric descriptions See merge request gitlab-org/gitlab!80921
-
Shinya Maeda authored
Merge branch '338492-augment-current-deployment-count-which-counts-environments-with-additional-counters' into 'master' Resolve "Augment current Deployment count with additional counters" See merge request gitlab-org/gitlab!79272
-
Allen Cook authored
Changelog: added
-
Rémy Coutable authored
Use strong params for ProjectsController by default See merge request gitlab-org/gitlab!81392
-
Simon Knox authored
Make split btn default to pipeline editor for root CI configs See merge request gitlab-org/gitlab!80829
-
Frédéric Caplette authored
In the blob view, if the user is seeing a CI configuration, we want to make the pipeline editor the default option. This is only true is the user has not selected a different preference. Changelod: changed
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81414
-
Rémy Coutable authored
Fix GraphQL/OrderedFields offenses See merge request gitlab-org/gitlab!81428
-
Kati Paizee authored
Restructure CI/CD page to improve navigation See merge request gitlab-org/gitlab!79860
-
Fiona Neill authored
-
Shinya Maeda authored
Fix false-positive N+1 tests for EnvironmentSerializer See merge request gitlab-org/gitlab!81338
-
Max Woolf authored
Fix gitlab:setup task for multiple databases See merge request gitlab-org/gitlab!81334
-
Max Woolf authored
Merge branch '347325-add-graphql-type-to-allow-retrieval-of-all-compliance-violations-within-a-group' into 'master' Add GraphQL type to allow retrieval of all compliance violations within a group See merge request gitlab-org/gitlab!80995
-
Kati Paizee authored
Docs: fix vale warnings See merge request gitlab-org/gitlab!81439
-
Ayush Shrivastava authored
-
Fiona Neill authored
Add details about disabling usage statistics See merge request gitlab-org/gitlab!77054
-
Tim Poffenbarger authored
-
Miles Russell authored
-
Alex Pooley authored
Move runner services to their own namespace See merge request gitlab-org/gitlab!81251
-
Pedro Pombeiro authored
-
Tiger Watson authored
Add finding evidence ingestion See merge request gitlab-org/gitlab!75287
-
Jonathan Schafer authored
This will add evidence ingestion for both the existing service and the new ingestion service. Changelog: added EE: true
-
Etienne Baqué authored
Feat(Licensing): add Offline cloud type See merge request gitlab-org/gitlab!80833
-
Michael Lunøe authored
With the introduction of Zuora field: TurnOnCloudLicensing__c = "Offline" we are introducing a type to be displayed in the frontend, so the user can see the license types of current, past, and future licenses. https://gitlab.com/gitlab-com/business-technology/enterprise-apps/financeops/finance-systems/-/issues/537 Changelog: added EE: true
-
Kati Paizee authored
Document issue encountered with request caching of broadcast messages See merge request gitlab-org/gitlab!81375
-
Eugie Limpin authored
-
Kati Paizee authored
Remove trailing whitespace in docs See merge request gitlab-org/gitlab!81477
-
Mark Chao authored
Require 'rspec' to fix bin/rspec-stackprof See merge request gitlab-org/gitlab!81277
-
Jan Provaznik authored
Adds permissions for reading and managing related epics. These will be used similarly as issue_link permissions, but for epics. Also I added these permissions to EpicPolicy instead of GroupPolicy as this permission should be always called on a specific epic.
-
Mark Chao authored
Move admin memberships CSV export to background job See merge request gitlab-org/gitlab!80391
-
Max Woolf authored
Currently the CSV generated in the admin/users page is done synchronously and then offered as a download. We need to update the CSV to use Max Role instead of direct membership role in the outputted CSV which will be more complex to generate so should be in a background job. Changelog: changed EE: true
-
Kati Paizee authored
Clarifications on manifest file See merge request gitlab-org/gitlab!81175
-
Grant Hickman authored
-
Kushal Pandya authored
Fix pull/push mirror authentication fields See merge request gitlab-org/gitlab!81419
-
Kushal Pandya authored
Remove unnecessary margin to the right of the Show comment only dropdown See merge request gitlab-org/gitlab!81449
-
Mark Lapierre authored
Wait for branch protection before removing it See merge request gitlab-org/gitlab!80985
-
Mark Lapierre authored
Tests can fail if they try to remove protection from a branch immediately after the repo was created. This adds a readme so the repo is created ASAP, and waits for the branch protection to be applied before removing it.
-
Alex Ives authored
Use PG full-text search for searching issues See merge request gitlab-org/gitlab!71913
-