- 06 Jan, 2022 26 commits
-
-
Dylan Griffith authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77322 we already added a ["loose foreign key"]( https://docs.gitlab.com/ee/development/database/loose_foreign_keys.html) to replace this foreign key. Now that this has been running fine in production we should be OK to remove the foreign key altogether. This was added in a post-deployment migration as we want to ensure that they have the correct code running with the loose foreign key in place before we remove the foreign key to ensure that there isn't any lost deletes. Changelog: other
-
Marcel Amirault authored
Correct documentation on exporting member list See merge request gitlab-org/gitlab!77597
-
Ezekiel Kigbo authored
Fix checkbox position in RTL lists See merge request gitlab-org/gitlab!77072
-
Adam Hegyi authored
Clarify post-deployment migration for loose foreign key process See merge request gitlab-org/gitlab!77542
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!77641
-
Simon Knox authored
Resolve "Unitless number in CSS `calc()` causes the computation to fail" See merge request gitlab-org/gitlab!77633
-
GitLab Release Tools Bot authored
-
Tiger Watson authored
Fix migration for cases with empty strings See merge request gitlab-org/gitlab!77506
-
Russell Dickenson authored
Add exception to exclude here in link See merge request gitlab-org/gitlab!77634
-
Shinya Maeda authored
Deployment Approvals API See merge request gitlab-org/gitlab!76689
-
Matthias Käppler authored
Implement an Internal API to handle mailroom webhook See merge request gitlab-org/gitlab!76724
-
Quang-Minh Nguyen authored
Recently, JwtAuthenticatable supports multi-secret secret per inherited class. This use case is not suitable for mailroom JWT flow, which includes one secret per mailbox. JwtAuthenticatable hasn't supported iat verification to control token age.
-
Thong Kuah authored
Do not show participants invisible to the user See merge request gitlab-org/gitlab!77021
-
Marcel Amirault authored
Here docs are a shell thing, and a valid use of 'here' in link text
-
Marcel Amirault authored
It is called here documents See merge request gitlab-org/gitlab!77599
-
Mitar authored
-
Ezekiel Kigbo authored
Add solution section See merge request gitlab-org/gitlab!77572
-
Ezekiel Kigbo authored
Externalize strings for translation in todos template See merge request gitlab-org/gitlab!77402
-
Martin Wortschack authored
Changelog: fixed
-
Michael Kozono authored
Geo: adapt verification timed out query to use state table See merge request gitlab-org/gitlab!77364
-
Thomas Randolph authored
-
Ash McKenzie authored
Fix broken link in default ReadME See merge request gitlab-org/gitlab!77026
-
Patrick Bair authored
Merge branch '341195-reschedule-pending-recalculatevulnerabilitiesoccurrencesuuid-jobs' into 'master' Recalculate UUID for all Vulnerability::Finding records, attempt 2 See merge request gitlab-org/gitlab!75546
-
Michał Zając authored
There are two major reasons for this: 1. We made a mistake in the algorithm when recalculating this for the first time. See: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67578 2. The algorithm changed yet again to improve the tracking method See: https://gitlab.com/gitlab-org/gitlab/-/issues/322044 Changes: * Update background migration to use signatures * Make previous reschedule a no-op so customers doing major version leaps will not schedule the same job multiple times * Remove ALL jobs from `background_migration_jobs` table. Succeeded jobs should be removed anyway and pending jobs were not finished because we had records for which the recalculation yielded identical UUIDv5. The reason we had such records was due to mistake outlined in point 1. This situation was fixed by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74008 * Schedule `RecalculateVulnerabilitiesOccurrencesUuid` over entire `vulnerability_occurrences` table so we can leverage our new algorithm and finish the migration path from UUIDv4 to UUIDv5. Changelog: added
-
Marcel Amirault authored
Adding resolution to common error message See merge request gitlab-org/gitlab!77390
-
Justin Bellucci authored
-
- 05 Jan, 2022 14 commits
-
-
Nick Gaskill authored
Add terraform_module to package_type values See merge request gitlab-org/gitlab!77299
-
Viktor Nagy (GitLab) authored
-
Mayra Cabrera authored
Remove `resources :user_callouts` from `config/routes.rb` See merge request gitlab-org/gitlab!77033
-
Doug Stull authored
-
Nick Gaskill authored
Update Package Next Steps after install See merge request gitlab-org/gitlab!77522
-
Kenny Johnston authored
-
Lin Jen-Shin authored
Rate limit update username action See merge request gitlab-org/gitlab!77221
-
Lin Jen-Shin authored
ci: Skip flaky tests automatically and allow to opt-out See merge request gitlab-org/gitlab!77329
-
Dylan Griffith authored
-
Amy Qualls authored
Add migrate local data to object storage steps for consolidated form See merge request gitlab-org/gitlab!77468
-
Ben Bodenmiller authored
Fix 347168
-
Russell Dickenson authored
Updated Vale to use latest Readability extension See merge request gitlab-org/gitlab!77531
-
Suzanne Selhorn authored
-
Susan Tacker authored
Updated title to try to clarify that it's about development See merge request gitlab-org/gitlab!77541
-