- 21 May, 2021 33 commits
-
-
Matthias Käppler authored
Merge branch '329103-add-rubocop-rule-to-make-sure-we-inherit-only-allowed-metric-classes' into 'master' Add Rubocop rule to make sure we inherit only allowed metric classes See merge request gitlab-org/gitlab!61729
-
Piotr Skorupa authored
-
Matthias Käppler authored
Remove Unicorn support: delete UnicornHttpServer mixin See merge request gitlab-org/gitlab!62219
-
Aleksei Lipniagov authored
-
Miguel Rincon authored
Remove some SCSS extends in gfm.scss and search.scss See merge request gitlab-org/gitlab!61753
-
Matthias Käppler authored
Remove Unicorn support: delete UnicornCheck service See merge request gitlab-org/gitlab!62204
-
Achilleas Pipinellis authored
docs: Move Ruby/Go/Git/Node.js requirements to source installation See merge request gitlab-org/gitlab!60369
-
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
-
Simon Knox authored
Left dropdown-toggle out as I am afraid it will break things Left table ones as we need some cell/row styles still
-
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
-
Takuya Noguchi authored
Co-authored-by: Achilleas Pipinellis <axil@gitlab.com> Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
John Skarbek authored
Remove nuget package e2e tests from reliable suite See merge request gitlab-org/gitlab!62253
-
- 20 May, 2021 7 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
-