- 24 Mar, 2021 40 commits
-
-
Nicholas Klick authored
-
Peter Leitzen authored
Enable empty line after final let it be cop See merge request gitlab-org/gitlab!57361
-
Mehmet Emin INAC authored
-
Amy Qualls authored
Spruce up the docs for new experiment Vue component a bit See merge request gitlab-org/gitlab!57176
-
Stan Hu authored
Revert "Merge branch 'sh-update-mailroom' into 'master'" See merge request gitlab-org/gitlab!57368
-
Shinya Maeda authored
Make sure wget works even if behind a proxy. Fixes #287611 See merge request gitlab-org/gitlab!48326
-
Daniel Gruesso authored
Update IP restriction docs for GitLab.com See merge request gitlab-org/gitlab!57279
-
Amy Qualls authored
Remove Starter reference from MR doc See merge request gitlab-org/gitlab!57356
-
Brandon Labuschagne authored
Delete `gl_toggle_vuex.vue` component See merge request gitlab-org/gitlab!57221
-
Vitali Tatarintev authored
Merge branch '323731-spec-failure-in-ee-spec-features-groups-iterations-user_views_iteration_spec-rb-user-views' into 'master' Attempt to fix flaky test in `user_views_iteration_spec.rb` See merge request gitlab-org/gitlab!57238
-
Lin Jen-Shin authored
This reverts merge request !56913
-
Sean McGivern authored
Optimise query for Deployments::LinkMergeRequestWorker (Deployment#previous_environment_deployment) See merge request gitlab-org/gitlab!57039
-
Marcin Sedlak-Jakubowski authored
Edited for style and CTRT See merge request gitlab-org/gitlab!57169
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Marcin Sedlak-Jakubowski authored
Add tier badging for custom email See merge request gitlab-org/gitlab!57289
-
Nick Thomas authored
Remove N+1 for API commits/:sha/merge_requests See merge request gitlab-org/gitlab!57290
-
Marcin Sedlak-Jakubowski authored
Also, simplify "vice versa"
-
Nick Thomas authored
Validate for presence of dast_site_profile_id See merge request gitlab-org/gitlab!57309
-
Nick Thomas authored
Enable RuboCop rule `Performance/OpenStruct` See merge request gitlab-org/gitlab!57257
-
Peter Leitzen authored
Exclude current offenses in `.rubocop_manual_todo.yml` and link the follow-up issue.
-
Nick Thomas authored
Remove query limiting for CommitsController See merge request gitlab-org/gitlab!57249
-
Sean McGivern authored
Container Scanning group data dictionary updates See merge request gitlab-org/gitlab!57067
-
Thiago Figueiró authored
Originally introduced by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53854
-
Sean McGivern authored
Deprecated lower case epic sort enum values See merge request gitlab-org/gitlab!57157
-
Vitaly Slobodin authored
UI text edits for error tracking See merge request gitlab-org/gitlab!57276
-
Marcia Ramos authored
Docs: Reverting a feature flag must have a changelog entry as well See merge request gitlab-org/gitlab!57223
-
Peter Leitzen authored
We don’t control if users enable a feature flag on their instance, so for maximum visibility/transparency it’s good to have a changelog in those cases.
-
David Fernandez authored
Create Packages from Go module versions See merge request gitlab-org/gitlab!34558
-
charlie ablett authored
Track epic note creation via usage ping [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56609
-
Jan Provaznik authored
Remove N+1 for API :id/deploy_keys See merge request gitlab-org/gitlab!57295
-
Adam Hegyi authored
Dedup issue_metrics table See merge request gitlab-org/gitlab!55285
-
Jan Provaznik authored
Add option to skip ordering when using DISTINCT See merge request gitlab-org/gitlab!57312
-
Adam Hegyi authored
Support AS MATERIALIZED in PG12 [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56976
-
Vitaly Slobodin authored
Load MR Metadata when the MR Notes (Overview) app starts See merge request gitlab-org/gitlab!56594
-
Natalia Tepluhina authored
Fix: Update Alert Details to use writeQuery See merge request gitlab-org/gitlab!57287
-
Natalia Tepluhina authored
Remove writeData from pipeline authoring area See merge request gitlab-org/gitlab!57263
-
Rémy Coutable authored
Fix changelog Danger check See merge request gitlab-org/gitlab!57325
-
charlie ablett authored
- Add usage ping metrics files - Organise all note creation tracking events in one place
-
Heinrich Lee Yu authored
We don't need a specific order when looking for the root ancestors
-
Heinrich Lee Yu authored
When using the DISTINCT workaround, we had to reorder the results because some instances depended on the breadth-first ordering of results. This is not required in all cases so we add an option to skip this so that we can optimize some queries that are executed very frequently.
-