- 05 Nov, 2021 2 commits
-
-
Jacob Vosmaer authored
This updates the developer documentation to reflect the fact that we stopped using CI_PRE_CLONE_SCRIPT to make the gitlab-org/gitlab CI Git fetch workload manageable.
-
Jacob Vosmaer authored
This changes the workhorse_use_sidechannel feature flag to be on by default. This is a performance improvement for Git fetch traffic, see https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/463. For self-managed installations that have configured a gRPC proxy to sit between Workhorse and Gitaly, this will break things. The solution for that is to remove the proxy or change it to a TCP proxy. Having a proxy between Workhorse and Gitaly is not a recommended configuration but we cannot rule out that someone chose to do this. Also see https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1301. This commit intentionally leaves the feature flag around so that in case someone runs into this problem, they have a temporary workaround (disabling the feature flag) besides the real solution (not using a gRPC proxy). Changelog: performance
-
- 02 Nov, 2021 32 commits
-
-
Rémy Coutable authored
Add documentation on test dependency across backend and frontend See merge request gitlab-org/gitlab!73448
-
Jan Provaznik authored
Remove temporary invite member cookie transfer method See merge request gitlab-org/gitlab!73475
-
Jan Provaznik authored
Run experiment on New Board CTA See merge request gitlab-org/gitlab!72683
-
Adam Hegyi authored
[VSA] Hide warning banner when navigating away See merge request gitlab-org/gitlab!73527
-
Brandon Labuschagne authored
Pluralize DevOps Report to DevOps Reports in UI See merge request gitlab-org/gitlab!73319
-
wortschi authored
-
Marcel Amirault authored
Doc | Improving firewall rules for Geo See merge request gitlab-org/gitlab!73445
-
Priyan Sureshbabu authored
-
Adam Hegyi authored
Refactor specs prevent_cross_database_modification_spec See merge request gitlab-org/gitlab!73451
-
charlie ablett authored
Exclude project namespaces from autocomplete routes finder See merge request gitlab-org/gitlab!72862
-
Dan Jensen authored
DevOps Report (singular) actually refers to 2 features. That has caused confusion. This changes it to be DevOps Reports (plural) in the UI, to indicate it is a category. This aligns the app with the marketing content, which already uses the plural version. This also fixes some references to DevOps Report that should be references to DevOps Adoption or DevOps Score. Changelog: changed
-
Fiona Neill authored
Improve Pages CI/CD instructions See merge request gitlab-org/gitlab!73452
-
Russell Dickenson authored
-
Fiona Neill authored
Crosslink Puma docs See merge request gitlab-org/gitlab!73489
-
Kushal Pandya authored
Refactor labels selector in board scope See merge request gitlab-org/gitlab!71983
-
Florie Guibert authored
-
Dylan Griffith authored
Some time ago we made all specs default to preventing cross database modification. Thus the `prevent_cross_database_modification` tag was unecessary. This meant slightly re-organising the tests and removing 1 redundant test and re-writing one test slightly since it wasn't covered elsewhere.
-
Dylan Griffith authored
-
Jan Provaznik authored
Excludes project namespaces in autocomplete routes finder.
-
Marcel Amirault authored
Add note that buckets should be specified for all object types See merge request gitlab-org/gitlab!72965
-
Alexander Tanayno authored
-
charlie ablett authored
Exclude project namespace when computing subgroup counts See merge request gitlab-org/gitlab!73305
-
Kushal Pandya authored
Use labels widget on epic board and MR sidebar [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!73132
-
Alex Pooley authored
Merge branch '343319-follow-up-from-rename-import-uploader-extension-allowlist-constant' into 'master' Rename whitelist method to allowlist DIB See merge request gitlab-org/gitlab!73304
-
Shinya Maeda authored
Remove release_evidence feature flag See merge request gitlab-org/gitlab!73503
-
Mark Chao authored
Merge branch '334874-convert-table-in-admin-applications-and-admin-deploy-keys-to-pajamas-api-update' into 'master' Expose new properties on `/deploy_keys` API endpoint See merge request gitlab-org/gitlab!72404
-
Peter Hegman authored
-
Evan Read authored
Docs: Add workaround against Devise::OmniAuth::StrategyNotFound errors See merge request gitlab-org/gitlab!73380
-
Katrin Leinweber authored
-
Florie Guibert authored
Fix epic boards action
-
Florie Guibert authored
Review feedback
-
Florie Guibert authored
Add MR support in labels widget
-
- 01 Nov, 2021 6 commits
-
-
Nick Gaskill authored
Use newer docs linting images See merge request gitlab-org/gitlab!73449
-
Nick Gaskill authored
Update glossary location in translate.gitlab.com See merge request gitlab-org/gitlab!73498
-
Omar Fernandez authored
-
Evan Read authored
Includes small docs change to test the image works.
-
Paul Slaughter authored
Restore namespace requirement for project deletion confirmation See merge request gitlab-org/gitlab!73176
-
Jiaan Louw authored
This updates the project deletion modal to include the project's namespace as well as the project name and changes the input to a multi-line text input. Changelog: changed
-