- 04 Jan, 2022 1 commit
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68357 added the `container_registry_migration_phase1` feature flag. When enabled, this change caused a `ContainerRepository` model to be instantiated every time the registry client checked for tags. For projects that had trailing/leading underscores in their paths, this would trigger a validation error and cause a `ContainerRegistry::Path::InvalidRegistryPathError` exception to be raised while trying to generate the `migration_eligible` flag in the access token. Previously this would not cause a 500 error because the access token was still generated, but the manifest would return empty since registry images cannot exist for project paths with trailing/leading underscores. To preserve the previous behavior, we now catch and log this exception in `ContainerRegistryAuthenticationService.migration_eligible`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/27483 Changelog: fixed
-
- 03 Jan, 2022 6 commits
-
-
Craig Norris authored
Docs word rearrangement update See merge request gitlab-org/gitlab!76572
-
Craig Norris authored
Add info on how to self-host the docs site See merge request gitlab-org/gitlab!77434
-
Kushal Pandya authored
Merge branch '349115-lock-and-history-buttons-for-folders-don-t-have-margin-between-them' into 'master' Fix spacing between Lock and History button in folder view See merge request gitlab-org/gitlab!77233
-
Marcel van Remmerden authored
-
Craig Norris authored
-
Kyle Wiebers authored
Fix date-dependent failing spec in export_service_spec.rb See merge request gitlab-org/gitlab!77474
-
- 02 Jan, 2022 1 commit
-
-
Stan Hu authored
The test used a hard-coded 2021-01-01 as an expiration date, but once the current date reaches that date this is no longer valid since it's not in the past. We fix this by using a date always one month from the current date.
-
- 01 Jan, 2022 2 commits
-
-
Stan Hu authored
Introduce Gitlab::EventStore as simple pub-sub system See merge request gitlab-org/gitlab!34042
-
Fabio Pitino authored
-
- 31 Dec, 2021 29 commits
-
-
Kamil Trzciński authored
Eliminate cross-db-join in RunnersFinder See merge request gitlab-org/gitlab!74900
-
Furkan Ayhan authored
-
Achilleas Pipinellis authored
Fix size of "Redis/Sentinel - Persistent" for 25k See merge request gitlab-org/gitlab!77437
-
Robert de Bock authored
-
Diana Logan authored
Updating the capitialization on settings to make features consistent See merge request gitlab-org/gitlab!77210
-
Ryan Castro authored
-
Kushal Pandya authored
Make labels in user's main settings translatable See merge request gitlab-org/gitlab!77450
-
Stan Hu authored
Ignore new line differences when deciding whether to squash MR See merge request gitlab-org/gitlab!77429
-
Albert Salim authored
Drop LetsEncrypt X3 expired root test See merge request gitlab-org/gitlab!77454
-
Kati Paizee authored
Documentation of OIDC Overview with Cloud Services See merge request gitlab-org/gitlab!77125
-
Joe Randazzo authored
-
Kati Paizee authored
Improve introduction to Secret Detection See merge request gitlab-org/gitlab!75312
-
Russell Dickenson authored
-
Achilleas Pipinellis authored
Fix description of user starred projects endpoint See merge request gitlab-org/gitlab!77453
-
Amit Saha authored
-
Kati Paizee authored
Fix docs: integrations/jira_connect.html duplicate content appears See merge request gitlab-org/gitlab!77090
-
XuDong Guo authored
-
Achilleas Pipinellis authored
Update to make it more clear how to config geo. See merge request gitlab-org/gitlab!77426
-
Christopher Guitarte authored
-
Achilleas Pipinellis authored
Add steps to enable pipeline emails See merge request gitlab-org/gitlab!77373
-
Kati Paizee authored
-
Achilleas Pipinellis authored
Remove please from Geo docs See merge request gitlab-org/gitlab!77415
-
Craig Norris authored
-
Achilleas Pipinellis authored
-
Stan Hu authored
The cert that was used to test this was an actual certificate signed by an expired LetsEncrypt R3 intermediate certificate. Since it's not easy to reproduce this case, let's drop this test to allow master builds to work again. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/349446
-
Russell Dickenson authored
Fix Feature Flags version formatting See merge request gitlab-org/gitlab!77442
-
Craig Norris authored
-
Russell Dickenson authored
Docs: Added note that approvals are not imported from bitbucket See merge request gitlab-org/gitlab!77451
-
Ulises Fierro authored
-
- 30 Dec, 2021 1 commit
-
-
wortschi authored
Changelog: changed
-