- 07 Oct, 2021 40 commits
-
-
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
-
Aleksei Lipniagov authored
Default enable variable_inside_variable feature flag See merge request gitlab-org/gitlab!71914
-
Pedro Pombeiro authored
-
Dan Davison authored
Update Kubernetes integrations spec metadata See merge request gitlab-org/gitlab!71665
-
Nailia Iskhakova authored
-
Adam Hegyi authored
Eliminate redundant UnsupportedScopeOrder classes See merge request gitlab-org/gitlab!71810
-
Suzanne Selhorn authored
Update tier count for max registered runners See merge request gitlab-org/gitlab!71835
-
Adam Hegyi authored
Enable 2PC check on CI [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!70795
-
Sean McGivern authored
Add labels from headers in web_transaction metrics See merge request gitlab-org/gitlab!67800
-
Paul Slaughter authored
- We also update `web_transaction` to read from `ApplicationContext`. - We tried using `around_action` and `ApplicationContext.with` in the GraphqlController, but the `web_transaction` methods were called **after** the `ApplicationController` set the context, but **before** the `GraphqlController` could kick in.
-
Craig Norris authored
Remove old GitLab versions from Proj Mgmt pages
-
Sean McGivern authored
Remove DeletedRecord from partition manager See merge request gitlab-org/gitlab!71886
-
Adam Hegyi authored
This change defines UnsupportedScopeOrder class at only one place.
-
Mehmet Emin INAC authored
This is necessary to prevent updating the `created_at` values by UPSERT queries. Changelog: fixed
-
Adam Hegyi authored
This change keeps track of spec files which are failing the cross database modification check. The change also enables the check globally.
-
Jacob Vosmaer authored
Proxy Geo secondary HTTP pushes + LFS through Workhorse See merge request gitlab-org/gitlab!71732
-
Sean McGivern authored
Remove milestone attribute from board import export yaml [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!71884
-
Kamil Trzciński authored
Disallow database cross-joins in RegisterJobService See merge request gitlab-org/gitlab!71545
-
Grzegorz Bizon authored
-
Ramya Authappan authored
E2E: Add testcase link to project import spec See merge request gitlab-org/gitlab!71892
-
Vitali Tatarintev authored
Fix storing first_mentioned_in_commit_at attribute See merge request gitlab-org/gitlab!71639
-
Dmitriy Zaporozhets (DZ) authored
Add feature flag and scan_result_policies See merge request gitlab-org/gitlab!70631
-
Zamir Martins authored
-
Catalin Irimie authored
As the secondary is read-only, we want to ensure pushes are proxied to the primary, while reads are served localy, same with LFS files. Changelog: changed EE: true
-