- 09 Jul, 2021 3 commits
-
-
Shinya Maeda authored
Fix race condition on container repository creation See merge request gitlab-org/gitlab!65358
-
Evan Read authored
Remove ip_address from audit event instrumentation See merge request gitlab-org/gitlab!65750
-
Russell Dickenson authored
Update partner list See merge request gitlab-org/gitlab!65748
-
- 08 Jul, 2021 37 commits
-
-
Dylan Griffith authored
Fix CAPTCHA modal not displaying when setting issue non-confidential See merge request gitlab-org/gitlab!65659
-
Jose Ivan Vargas authored
Fix project fetch bug on token access See merge request gitlab-org/gitlab!65353
-
Suzanne Selhorn authored
Change reference from access level to role See merge request gitlab-org/gitlab!65697
-
Steve Abrams authored
-
Steve Abrams authored
Return the existing container repository if creation fails due to invalid record or uniqueness constraint error. Changelog: fixed
-
Rémy Coutable authored
Update toml-rb gem to 2.0 See merge request gitlab-org/gitlab!64851
-
Lin Jen-Shin authored
Enable AutoDevops for JiHu See merge request gitlab-org/gitlab!65397
-
Michael Kozono authored
Add another guard clause to password_expired_if_applicable See merge request gitlab-org/gitlab!65575
-
Phil Hughes authored
Only render FileFinderOverlay when needed See merge request gitlab-org/gitlab!65481
-
Lukas 'Eipi' Eipert authored
-
Rémy Coutable authored
Shorten error messages for escalation rule count and fix edge case See merge request gitlab-org/gitlab!65623
-
Dmitriy Zaporozhets (DZ) authored
Remove cloud_license_enabled application setting See merge request gitlab-org/gitlab!65538
-
Nikola Milojevic authored
Merge branch '327490-fix-cop-remaining-cop-offenses-for-style-regexpliteralmixedpreserve-p2' into 'master' Fix offenses for Style/RegexpLiteralMixedPreserve part2 See merge request gitlab-org/gitlab!65362
-
Suzanne Selhorn authored
Elevate Developer role rule to error level See merge request gitlab-org/gitlab!65702
-
Evan Read authored
-
Adam Hegyi authored
Add Finding Evidence Supporting Messages See merge request gitlab-org/gitlab!65686
-
Michael Kozono authored
Rename Integration#can_test? to #testable? See merge request gitlab-org/gitlab!65691
-
Andreas Brandl authored
Adjust reindexing strategy See merge request gitlab-org/gitlab!65655
-
Brandon Labuschagne authored
Upgrade @gitlab/ui to v31.0.1 See merge request gitlab-org/gitlab!65587
-
Jose Ivan Vargas authored
Update autoprefixer-rails to 10.2.5.1. See merge request gitlab-org/gitlab!65385
-
Matthias Fechner authored
-
Susan Tacker authored
Added guidance on "we" See merge request gitlab-org/gitlab!65761
-
Jose Ivan Vargas authored
Add Clsuter Image Scanning filter and configuration See merge request gitlab-org/gitlab!64217
-
Alan (Maciej) Paruszewski authored
-
Jonathan Schafer authored
DB migrations and updated tests Changelog: changed
-
Suzanne Selhorn authored
-
Phil Hughes authored
Lazy load avatar images See merge request gitlab-org/gitlab!65745
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
We change strategy to select indexes for reindexing: 1. Consider relative bloat levels instead of absolute bloat 1. Exclude GIN indexes (risk for GitLab.com) 1. Exclude indexes with relative bloat level < 20% 1. Exclude indexes < 1 GB ondisk size (not worth it for now) 1. Exclude indexes > 100 GB ondisk size (risk for GitLab.com) 1. Don't reindex an index twice within 10 days Together with adding support for unique indexex in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64695, this aims to distribute reindexing actions better across indexes and exclude the risky ones. Relates to: - https://gitlab.com/gitlab-org/gitlab/-/issues/335295 - https://gitlab.com/gitlab-org/gitlab/-/issues/335214 - https://gitlab.com/gitlab-org/gitlab/-/issues/335211 Related discussion in : - https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5069#note_618889225
-
Andreas Brandl authored
This excludes indexes that have been worked on e.g. the preceding weekend. Relates to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5069#note_618889225
-
Andreas Brandl authored
This basically excludes GIN indexes from automatic reindexing. Reason is that those indexes are slow to build (in particular trigram indexes) and this would cause problems on GitLab.com. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/335211 Changelog: other
-
Paul Gascou-Vaillancourt authored
-
Olena Horal-Koretska authored
Fix alignment issues for pipelines in the MR widget. See merge request gitlab-org/gitlab!65351
-
Marcin Sedlak-Jakubowski authored
Edited Threads topic for CTRT See merge request gitlab-org/gitlab!65585
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/327171
-
Olena Horal-Koretska authored
Show empty option for keep_n and older_than in Cleanup Policies See merge request gitlab-org/gitlab!65722
-