- 04 Jan, 2022 39 commits
-
-
Bob Van Landuyt authored
Enable audit log streaming by default See merge request gitlab-org/gitlab!75728
-
Max Woolf authored
-
Grzegorz Bizon authored
Remove running build entries when calling doom on a build See merge request gitlab-org/gitlab!77507
-
Vitali Tatarintev authored
Fix GraphQL/OrderedArguments offense (Part 3/6) See merge request gitlab-org/gitlab!76025
-
Kushal Pandya authored
Fix README files not showing the copy code button See merge request gitlab-org/gitlab!77501
-
Marius Bobin authored
Changelog: fixed
-
Kushal Pandya authored
Migrate corpus management UI to use seperate feature flag See merge request gitlab-org/gitlab!77279
-
Jan Provaznik authored
Fix 500 errors when renaming projects with underscores See merge request gitlab-org/gitlab!77485
-
Furkan Ayhan authored
Implement warnings for deprecated keywords See merge request gitlab-org/gitlab!76679
-
Olena Horal-Koretska authored
Added missing button variant to erase job log modal See merge request gitlab-org/gitlab!77131
-
Jannik Lehmann authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/349134
-
Achilleas Pipinellis authored
Add missing Geo check command to rake task docs See merge request gitlab-org/gitlab!77496
-
Ben Bodenmiller authored
-
Achilleas Pipinellis authored
Use the readiness check instead of the sign_in page for LB health checks See merge request gitlab-org/gitlab!77460
-
Jason Young authored
-
Achilleas Pipinellis authored
Add migration docs about removing a foreign key See merge request gitlab-org/gitlab!77204
-
Dylan Griffith authored
-
Achilleas Pipinellis authored
Improve details about eliminating NFS usage See merge request gitlab-org/gitlab!77470
-
Ben Bodenmiller authored
-
Kati Paizee authored
Documentation of OIDC with AWS See merge request gitlab-org/gitlab!77127
-
Joe Randazzo authored
-
Kati Paizee authored
Clarify Running GitLab Pages on a separate server Reconfigure steps See merge request gitlab-org/gitlab!77469
-
Ben Bodenmiller authored
-
Simon Knox authored
Overridable $header-height SCSS variable See merge request gitlab-org/gitlab!77040
-
Eugie Limpin authored
This allows us to override the value of the variable by simply defining the --header-height CSS variable. The alternative is to add (or subtract) a value to all places where $header-height is used if we want to override it which is error prone and bloats our CSS files.
-
Marcel Amirault authored
Update troubleshoot read-write geo secondary database See merge request gitlab-org/gitlab!73357
-
Daniel Diniz authored
-
Marcel Amirault authored
Build SSOT for account and limit settings See merge request gitlab-org/gitlab!77383
-
Amy Qualls authored
-
Kushal Pandya authored
Merge branch '344356-make-badges-in-app-views-shared-hook_logs-_content-html-haml-pajamas-compliant' into 'master' Make badges in app/views/shared/hook_logs/ Pajamas-compliant See merge request gitlab-org/gitlab!76947
-
anna_vovchenko authored
-
anna_vovchenko authored
-
Marcel Amirault authored
Add IAC SAST testing to the pipeline See merge request gitlab-org/gitlab!76786
-
Viktor Nagy (GitLab) authored
-
Marcel Amirault authored
Use user friendly link text See merge request gitlab-org/gitlab!77466
-
Ben Bodenmiller authored
-
Marcel Amirault authored
Docs: Remove extra word from SSL troubleshooting See merge request gitlab-org/gitlab!77428
-
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 1 commit
-
-
Marcel Amirault authored
Replace task-runner with toolbox See merge request gitlab-org/gitlab!77366
-