- 08 Oct, 2021 1 commit
-
-
Ammar Alakkad authored
-
- 07 Oct, 2021 39 commits
-
-
Illya Klymov authored
Subscriptions hand raise lead API client See merge request gitlab-org/gitlab!71723
-
Brandon Labuschagne authored
Show toast when deleting an iteration See merge request gitlab-org/gitlab!70783
-
Janis Altherr authored
-
Russell Dickenson authored
Remove old GitLab versions from Release pages See merge request gitlab-org/gitlab!71927
-
Peter Hegman authored
Create on-demand scans index page See merge request gitlab-org/gitlab!71725
-
Mayra Cabrera authored
Add Corpus model See merge request gitlab-org/gitlab!71704
-
Aditya Tiwari authored
-
Olena Horal-Koretska authored
Add a checkbox for adding SAST to a new project See merge request gitlab-org/gitlab!70548
-
Jeremy Jackson authored
-
Terri Chu authored
Add rake tasks to pause or resume indexing See merge request gitlab-org/gitlab!71426
-
Peter Hegman authored
Update branch name to use monospace See merge request gitlab-org/gitlab!71393
-
Mayra Cabrera authored
Make use of BaseServiceUtility in project services See merge request gitlab-org/gitlab!71758
-
Amy Qualls authored
Doc Consistency: topics/application_development_platform See merge request gitlab-org/gitlab!71958
-
Niklas van Schrick authored
Add missing tier badge
-
Suzanne Selhorn authored
Updated tier badges in subscription area See merge request gitlab-org/gitlab!71768
-
Niklas authored
-
Kerri Miller authored
Disable caching of MergeToRefService call in mergeability check See merge request gitlab-org/gitlab!71909
-
Suzanne Selhorn authored
Revisions to group migration doc See merge request gitlab-org/gitlab!71690
-
Nick Gaskill authored
-
Marcia Ramos authored
Update documentation for idempotency jobs See merge request gitlab-org/gitlab!71205
-
Nikola Milojevic authored
-
Austin Regnery authored
Changelog: changed EE: true
-
Lin Jen-Shin authored
ci: Update report jobs with latest from templates and run upon changes See merge request gitlab-org/gitlab!71457
-
Heinrich Lee Yu authored
Geo: Tweak sidekiq retries of some Geo jobs See merge request gitlab-org/gitlab!71419
-
Peter Hegman authored
Update New Project page dropdown and QA tests See merge request gitlab-org/gitlab!71085
-
Coung Ngo authored
Update QA tests now that the Project URL select2 dropdown has been replaced by a GlDropdown Vue component behind the feature flag `paginatable_namespace_drop_down_for_project_creation` https://gitlab.com/gitlab-org/gitlab/-/issues/26732
-
Jose Ivan Vargas authored
Change trace to log in CSS to align with external language [RUN-AS-IF-FOSS] See merge request gitlab-org/gitlab!71587
-
Mike Greiling authored
Use import for json fixture - 3/7 See merge request gitlab-org/gitlab!71900
-
Mikołaj Wawrzyniak authored
Mark the `created_at` attribute as read-only to prevent updating it See merge request gitlab-org/gitlab!71399
-
Peter Hegman authored
Display fork suggestion when editing blob See merge request gitlab-org/gitlab!71537
-
Jacques Erasmus authored
Displays a fork suggestion when user should fork before editing
-
Nick Gaskill authored
Fix broken links in packages dev docs See merge request gitlab-org/gitlab!71851
-
Nick Gaskill authored
Fix deprecation announcement date See merge request gitlab-org/gitlab!71775
-
Nicole Schwartz authored
-
Marcin Sedlak-Jakubowski authored
Remove old GitLab versions from Proj Mgmt pages See merge request gitlab-org/gitlab!71923
-
Ezekiel Kigbo authored
Update path name to policies See merge request gitlab-org/gitlab!71879
-
Alex Kalderimis authored
Fix board issues graphql query performance regression See merge request gitlab-org/gitlab!71164
-
Eulyeon Ko authored
IssuesFieldExtension is a field extension for the field issues of the type BoardList. The extension is used to check and set relative positions of returned issues. Because IssuesFieldExtension needs to pass a paginated list of issues to ::Boards::Issues::ListService.initialize_relative_positions for performance, the extension needs to execute after the underlying issues relation has been wrapped by the default pagination connection extension. We achieve this by utilizing 'late_extensions' on initializing the field. Previously we incorrectly called initialize_relative_position by passing an underlying AR relation rather than a paginated result when resolving the field in BoardListIssuesResolver. This produced DB queries without `LIMIT` clause - causing performance degradations. Changelog: fixed
-
Etienne Baqué authored
Allow minimal access value for UserHighestRole [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!71814
-