- 21 May, 2021 4 commits
-
-
Dylan Griffith authored
Follow up refactoring for group-level protected environments [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61971
-
James Fargher authored
Fixed offenses in spec/models/* part 5 See merge request gitlab-org/gitlab!62165
-
Heinrich Lee Yu authored
Optimize query for loading artifacts in pipeline See merge request gitlab-org/gitlab!62249
-
John Skarbek authored
Remove nuget package e2e tests from reliable suite See merge request gitlab-org/gitlab!62253
-
- 20 May, 2021 36 commits
-
-
Evan Read authored
Remove 8.x version from Repo storage paths page See merge request gitlab-org/gitlab!62227
-
Chloe Liu authored
-
Stan Hu authored
Previously to query the latest artifacts for a given pipeline we would include the project ID in the query just in case. However, the inclusion of this project ID may cause the PostgreSQL query planner to use the wrong index. For example, it may use `index_ci_job_artifacts_on_project_id`, which is slow because there may be thousands of artifacts for a given project. To optimize this, we can just omit the project ID since we really care about job artifacts for a given build. Relates to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/4674 Changelog: performance
-
Douglas Barbosa Alexandre authored
Do not raise during archive size validation when wait thread is finished See merge request gitlab-org/gitlab!62129
-
Denys Mishunov authored
Implement new active state for group sidebar context menu See merge request gitlab-org/gitlab!61469
-
Mayra Cabrera authored
Backfill clusters_integration_prometheus.enabled See merge request gitlab-org/gitlab!61502
-
Hordur Freyr Yngvason authored
-
Stan Hu authored
Resolve "Execute member hooks only if an associated user is present" See merge request gitlab-org/gitlab!62175
-
Nick Gaskill authored
Docs - Enable the dependency proxy with Charts See merge request gitlab-org/gitlab!61739
-
Tim Rizzi authored
-
Lin Jen-Shin authored
Reverts 61578 to fix foss broken master [RUN ALL RSPEC] See merge request gitlab-org/gitlab!62237
-
George Koltsov authored
-
Nathan Friend authored
Remove 30 minutes warning from GitLab Pages See merge request gitlab-org/gitlab!61984
-
Douglas Barbosa Alexandre authored
Remove old route redirect See merge request gitlab-org/gitlab!60485
-
Amy Qualls authored
Remove outdated version info from Web terminals See merge request gitlab-org/gitlab!62231
-
Kyle Wiebers authored
This reverts merge request !61758
-
Jose Ivan Vargas authored
Remove threat_monitoring_alerts feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62148
-
Jose Ivan Vargas authored
Moved contextual-header styles out of the left column See merge request gitlab-org/gitlab!62110
-
Jan Provaznik authored
Add Bulk Import file download & decompression services See merge request gitlab-org/gitlab!61511
-
Jose Ivan Vargas authored
Convert Releases index page to Apollo Client [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61828
-
Amy Qualls authored
Remove 'master' from Editor and Ecosystem docs See merge request gitlab-org/gitlab!62152
-
Craig Norris authored
Remove outdated GitLab version references from the doc.
-
Craig Norris authored
Fix master / main change for Code Review docs See merge request gitlab-org/gitlab!62149
-
Craig Norris authored
Remove 'master' mentions from Source Code pages See merge request gitlab-org/gitlab!62151
-
Phil Hughes authored
Inline codequality [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57926
-
Miranda Fluharty authored
-
Craig Norris authored
Remove outdated version reference from doc page.
-
Yannis Roussos authored
Prepare ci_build_trace_sections for int8 migration See merge request gitlab-org/gitlab!62098
-
Amy Qualls authored
These pages all mentioned 'master' and needed to be updated to point to either the documentation for default branches, or to use 'main' instead.
-
Mayra Cabrera authored
Revert "Merge branch '331414-ignore-remove-on-close-column' into 'master'" See merge request gitlab-org/gitlab!62215
-
Phil Hughes authored
Merge Request edit: make breadcrumbs consistent See merge request gitlab-org/gitlab!62138
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/328432 Changelog: other
-
Markus Koller authored
Mark services table "to be renamed" See merge request gitlab-org/gitlab!62113
-
Jake Lear authored
This reverts merge request !62119
-
Kushal Pandya authored
Fix drafts not showing after reload See merge request gitlab-org/gitlab!62197
-
Alex Kalderimis authored
Bugfix `@service` being nil in integrations views See merge request gitlab-org/gitlab!62054
-