- 21 May, 2021 24 commits
-
-
Brandon Labuschagne authored
setUrlParams removes array parameters from URL See merge request gitlab-org/gitlab!62203
-
Brandon Labuschagne authored
Remove data-testids in favour of testing by label text See merge request gitlab-org/gitlab!62208
-
Matthias Käppler authored
Simplify error code handling for external pipeline validation See merge request gitlab-org/gitlab!61190
-
Vitali Tatarintev authored
Fix a flaky test by not checking the flash notice See merge request gitlab-org/gitlab!62211
-
Brandon Labuschagne authored
Add decimal places to VSA metrics See merge request gitlab-org/gitlab!62188
-
Sanad Liaquat authored
Update e2e testcase link See merge request gitlab-org/gitlab!62238
-
Marcel Amirault authored
Add remove_date to YAML front matter of redirect docs See merge request gitlab-org/gitlab!62140
-
Achilleas Pipinellis authored
-
Marcel Amirault authored
Update Coverage-Fuzzing.gitlab-ci.yml See merge request gitlab-org/gitlab!62161
-
Sanad Liaquat authored
Adding client ssl testing See merge request gitlab-org/gitlab!54060
-
Kushal Pandya authored
Lock a newly created item card in boards See merge request gitlab-org/gitlab!61958
-
Simon Knox authored
Extract groups and projects SCSS to page bundles See merge request gitlab-org/gitlab!61900
-
Coung Ngo authored
-
Evan Read authored
Fix typo in test_coverage_visualization.md See merge request gitlab-org/gitlab!62260
-
Florie Guibert authored
Review feedback
-
Florie Guibert authored
Add loading state for card when creating issue in board
-
Heinrich Lee Yu authored
Ignore labels remove_on_close column See merge request gitlab-org/gitlab!62246
-
charlie ablett authored
Update pry debugging docs See merge request gitlab-org/gitlab!62122
-
Douglas Barbosa Alexandre authored
Improve clarity in the Users::BuildService [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61633
-
Doug Stull authored
-
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 16 commits
-
-
Phil authored
-
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
-
Mario Celi authored
-
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
-