- 08 Feb, 2022 40 commits
-
-
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
-
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
-
Jiaan Louw authored
- Adds the `GlKeysetPagination` component. - Adds pagination to the GraphQL query. - Updates report spec.
-
Dylan Griffith authored
Add a check for path traversal in manifest_file_name See merge request gitlab-org/gitlab!79688
-
Kushal Pandya authored
Roadmap - Fix today indicator alignment See merge request gitlab-org/gitlab!80126
-
Simon Knox authored
Improve retry tooltip for failed pipeline See merge request gitlab-org/gitlab!79888
-
Payton Burdette authored
Changelog: changed
-
Simon Knox authored
Update archive modals' buttons See merge request gitlab-org/gitlab!80053
-
Shinya Maeda authored
Remove Gitlab::Utils::StrongMemoize inclusion as it's duplicate See merge request gitlab-org/gitlab!75863
-
Shinya Maeda authored
Remove ::Gitlab::Utils::StrongMemoize inclusion as it's duplicate See merge request gitlab-org/gitlab!75857
-
Florie Guibert authored
Changelog: fixed EE: true
-
Tiger Watson authored
Fix provisioned_users API endpoint with full_path See merge request gitlab-org/gitlab!80061
-
Evan Read authored
Changing warnings to avoid call requests See merge request gitlab-org/gitlab!79979
-
olivier némoz saint-dizier authored
-
Michael Kozono authored
Merge branch '348357-deprecate-custom-rake-geo-db-rake-tasks-in-favor-of-built-in-tasks-rake-db-geo' into 'master' Deprecate custom geo:db:* rake tasks in favor of built-in tasks See merge request gitlab-org/gitlab!77269
-