- 09 Dec, 2021 40 commits
-
-
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
-
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
-
Jose Ivan Vargas authored
Fix user list selection is not in sync with UI See merge request gitlab-org/gitlab!75928
-
Nick Gaskill authored
Update dependency proxy docs with permissions note See merge request gitlab-org/gitlab!76461
-
Steve Abrams authored
-
Stan Hu authored
metrics_server_spec.rb used a temporary directory to store Prometheus metrics, but there is a class variable that stores the current configuration. When the directory was wiped, the configuration was not properly restored, so any subsequent specs that attempted to log metrics would fail. We fix this by restoring the old metrics dir in the config after the spec runs. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/347499
-
Farnoosh Seifoddini authored
Correct slashes & labels on Basic, Lean and Feature Proposal templates See merge request gitlab-org/gitlab!76377
-
Brian Rhea authored
-
Jose Ivan Vargas authored
Add tabs to new environments page See merge request gitlab-org/gitlab!76160
-
Craig Norris authored
Updated with more specific instructions for community contributors See merge request gitlab-org/gitlab!76274
-
Suzanne Selhorn authored
-
Marcia Ramos authored
Rename Kubernetes Agent globally within the docs See merge request gitlab-org/gitlab!74954
-
Nicholas Klick authored
-
Kushal Pandya authored
Move code to ~/issues See merge request gitlab-org/gitlab!76261
-
Coung Ngo authored
-
Suzanne Selhorn authored
CTRT edits for GraphQL landing page part 1 See merge request gitlab-org/gitlab!76364
-
Kati Paizee authored
-
Diana Logan authored
Remove dependent clause, less to fewer See merge request gitlab-org/gitlab!76394
-
Andrew Fontaine authored
The tabs select the scope of environments to show, and are synced to the URL query parameters. Testing the tab selection is a little tricky due to the reactive poll interval, so if there is no interval, just skip polling. This is also good in the event polling is disabled.
-
Andrejs Cunskis authored
Quarantine praefect_repo_sync E2E spec See merge request gitlab-org/gitlab!76385
-