- 10 Dec, 2021 15 commits
-
-
Heinrich Lee Yu authored
Remove 'no-store' from page caching headers See merge request gitlab-org/gitlab!75628
-
David Fernandez authored
Enable deployments_archive feature flag by default See merge request gitlab-org/gitlab!75824
-
Shinya Maeda authored
This commit enables the feature flag by default. Changelog: changed
-
Anastasia McDonald authored
Address technical debt on 5_package | Remove deprecated k8s-related test code See merge request gitlab-org/gitlab!74889
-
Mark Lapierre authored
Quarantine Gitaly Cluster replication queue e2e See merge request gitlab-org/gitlab!76498
-
Evan Read authored
Remove outdated GitLab references See merge request gitlab-org/gitlab!76501
-
Craig Norris authored
-
Russell Dickenson authored
Announce deprecation of blacklisted and approved in license compliance See merge request gitlab-org/gitlab!76192
-
Nicole Schwartz authored
-
Suzanne Selhorn authored
Document use of override and overwrite See merge request gitlab-org/gitlab!76413
-
Russell Dickenson authored
-
Matija Čupić authored
Use more readable version printing parameter See merge request gitlab-org/gitlab!75562
-
Amy Qualls authored
Remove outdated version refs from MR API See merge request gitlab-org/gitlab!76503
-
Craig Norris authored
-
Ash McKenzie authored
Bump Workhorse to use Go v1.16.12 See merge request gitlab-org/gitlab!76483
-
- 09 Dec, 2021 25 commits
-
-
Andrew Fontaine authored
Fix issue sidebar keyboard shortcuts See merge request gitlab-org/gitlab!76415
-
Etienne Baqué authored
Replace transfer project confirmation modal with GlModal See merge request gitlab-org/gitlab!72361
-
Pavel Shutsin authored
Support SECURE_ANALYZERS_PREFIX variable in API Security templates See merge request gitlab-org/gitlab!73876
-
Michael Eddington authored
-
Dylan Griffith authored
Update Ci::PendingBuild async when shared runner is toggled See merge request gitlab-org/gitlab!76088
-
Maxime Orefice authored
-
Dylan Griffith authored
Log durations for failing GraphQL-queries See merge request gitlab-org/gitlab!74801
-
Suzanne Selhorn authored
CTRT edits for "Working with projects" Part 2 See merge request gitlab-org/gitlab!76222
-
Fiona Neill authored
-
john.mcdonnell authored
-
Suzanne Selhorn authored
Update CI/CD documentation guidelines See merge request gitlab-org/gitlab!75715
-
Marcel Amirault authored
-
Douglas Barbosa Alexandre authored
Link existing LFS objects from parent fork during uploads See merge request gitlab-org/gitlab!75972
-
Dylan Griffith authored
-
Evan Read authored
Clarify how Audit Events are logged See merge request gitlab-org/gitlab!76478
-
Dan Jensen authored
-
Russell Dickenson authored
Announce deprecation of bundler-audit See merge request gitlab-org/gitlab!76191
-
Nicole Schwartz authored
-
Suzanne Selhorn authored
CTRT edits to creating an issue See merge request gitlab-org/gitlab!76383
-
Marcin Sedlak-Jakubowski authored
-
Marcia Ramos authored
Add tier badge to troubleshooting Elasticsearch See merge request gitlab-org/gitlab!76123
-
Craig Norris authored
-
Stan Hu authored
Previously LFS uploads would always have to be reuploaded to a fork even if the parent already had received the LFS file, but this is unnecessary, wasting time and bandwidth. Consider this sequence of events: 1. Push LFS file `test.bin` to project A. 2. Fork project A to project B. 3. Push LFS file `test2.bin` to project A. 4. Push to project B. When 4 happens, GitLab should be smart enough to realize that if the user has access to the parent project, then we should be able to link the LFS files in A without requesting a reupload of the file. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/297022 Changelog: fixed
-
Mayra Cabrera authored
Fix stale Prometheus metrics directory not being restored See merge request gitlab-org/gitlab!76477
-
Stan Hu authored
Part of https://gitlab.com/groups/gitlab-org/-/epics/7111
-