- 08 Feb, 2022 40 commits
-
-
Andrejs Cunskis authored
Update special setup for tests which use runners See merge request gitlab-org/gitlab!79938
-
Harsha Muralidhar authored
Addresses:https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1177
-
Mark Florian authored
Update geo node health status badge See merge request gitlab-org/gitlab!80075
-
David O'Regan authored
-
Adam Hegyi authored
Fix query using wrong connection See merge request gitlab-org/gitlab!80116
-
Fabio Pitino authored
Hide user cap alert if viewing pending members See merge request gitlab-org/gitlab!79618
-
Grzegorz Bizon authored
Add more high-level runner scaling principles See merge request gitlab-org/gitlab!80165
-
Grzegorz Bizon authored
-
Achilleas Pipinellis authored
Fix EC2 typo See merge request gitlab-org/gitlab!80148
-
Shinya Maeda authored
Fix NoMethodError for calling modified_paths on nil pipeline See merge request gitlab-org/gitlab!80089
-
Marcia Ramos authored
Add a link to Changelog entries to Feature Flags page See merge request gitlab-org/gitlab!79749
-
Stanislav Lashmanov authored
-
Marius Bobin authored
Optimize User#ci_owned_runners query See merge request gitlab-org/gitlab!79729
-
Matthias Käppler authored
Fix label links in MR system notes See merge request gitlab-org/gitlab!79928
-
Olena Horal-Koretska authored
Change canary badge size from md to sm See merge request gitlab-org/gitlab!80137
-
Jacques Erasmus authored
Add the `merge` utility function to extend the yaml package See merge request gitlab-org/gitlab!79955
-
Janis Altherr authored
This adds a `merge` function that can be used with a YAML Document Object from the yaml@2.x package. This is a local extension to the package that was also suggested upstream at https://github.com/eemeli/yaml/pull/347Signed-off-by: Janis Altherr <jaltherr@gitlab.com>
-
Adam Hegyi authored
Geo: Improvements to SSF guides See merge request gitlab-org/gitlab!79509
-
Natalia Tepluhina authored
Fix error when using invalid sort on issues list refactor See merge request gitlab-org/gitlab!80091
-
Achilleas Pipinellis authored
Clarify that some errors in restore are okay See merge request gitlab-org/gitlab!77750
-
Achilleas Pipinellis authored
Add Geo Object Storage verification failures 14.2->14.7 bug details See merge request gitlab-org/gitlab!79357
-
Catalin Irimie authored
-
Ben Bodenmiller authored
-
Achilleas Pipinellis authored
Replace the simplified architecture file See merge request gitlab-org/gitlab!80083
-
Sunjung Park authored
-
Achilleas Pipinellis authored
Help charts users troubleshoot Geo node name See merge request gitlab-org/gitlab!79576
-
Michael Kozono authored
Because I need to update this section.
-
Achilleas Pipinellis authored
Change pending jobs command to print count See merge request gitlab-org/gitlab!79601
-
Sean Arnold authored
Reject reply by email to notification if the from email is not verified See merge request gitlab-org/gitlab!79932
-
Sincheol (David) Kim authored
Changelog: fixed
-
Harsh Chouraria authored
The command added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75388 and then subsequently updated in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78242 is attempting to print out an active record collection (with `pending` being an activerecord enum status match helper) that has not any usable printing inside it (only Ruby Object IDs are printed) Since the goal of these commands is to check for any actual pending jobs continuing to exist even outside of the Sidekiq jobs queue the command could be updated to print the count of matching status records Alternatively the following can be used to identify the actual pending classes and their arguments that have not yet completed: ``` gitlab-rails runner -e production \ 'puts Gitlab::Database::BackgroundMigrationJob.pending.map do |x| [x.class_name, x.arguments] end' ```
-
Jacques Erasmus authored
Fix Typo in Protected Tags Settings See merge request gitlab-org/gitlab!80028
-
Niklas authored
Changelog: fixed
-
Ben Bodenmiller authored
-
Fiona Neill authored
Fix SAST report format link See merge request gitlab-org/gitlab!80032
-
Russell Dickenson authored
-
Peter Hegman authored
Fix projects dark mode colors See merge request gitlab-org/gitlab!80025
-
Coung Ngo authored
-
Paul Gascou-Vaillancourt authored
The canary badge currently uses the default, medium size, when it should actually be using the small size. This fixes it.
-
Kushal Pandya authored
Add pagination to the compliance violations report See merge request gitlab-org/gitlab!79323
-