- 07 Apr, 2021 40 commits
-
-
Patrick Bajao authored
The `Issuable::DestroyService` gets called for `DELETE /api/projects/:id/merge_requests/:merge_request_iid` endpoint. When deleting an issuable (`Issue` or `MergeRequest`), the associated Todo records need to be deleted as well. Before this change, it was calling `Todo#destroy` on each associated todo that results to N+1 issues. Deletion of todos is now being done asynchronously since it's possible that the deleted issuable has lots of associated todos and doing it synchronously can take time. This also makes it consistent with how we delete todos in other cases (other services can be found under `app/services/todos/destroy/` directory). Deletion is being done in batches to avoid statement timeouts in case there are a lot of todos to be deleted.
-
Andreas Brandl authored
Allow small variance when running migration jobs See merge request gitlab-org/gitlab!58580
-
Igor Drozdov authored
Remove signup_onboarding feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58301
-
Igor Drozdov authored
Fix broken dismissal descriptions in Vulnerability details view See merge request gitlab-org/gitlab!58431
-
Etienne Baqué authored
Split EnvironmentsFinder into two See merge request gitlab-org/gitlab!58271
-
Dmytro Zaporozhets (DZ) authored
-
Mark Lapierre authored
Remove from quarantine and add skip_live_env meta See merge request gitlab-org/gitlab!58734
-
Albert Salim authored
Use a dedicated `gitlab-docs` pipeline trigger to deploy documentation Review App See merge request gitlab-org/gitlab!57727
-
Kushal Pandya authored
Fix HAML in shared/_label_row_epics_link.html.haml See merge request gitlab-org/gitlab!58726
-
Kushal Pandya authored
Fix HAML in profiles/gpg_keys/_key.html.haml See merge request gitlab-org/gitlab!58718
-
Kushal Pandya authored
Re-add swap revisions feature (legacy) See merge request gitlab-org/gitlab!57802
-
Jacques Erasmus authored
-
Mark Lapierre authored
Update testcase link for api/3_create/gitaly/changing_repository_storage_spec.rb See merge request gitlab-org/gitlab!58725
-
Albert Salim authored
Don't try to delete non-existing K8s resources See merge request gitlab-org/gitlab!58368
-
Sanad Liaquat (Personal) authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
Add redirect for renamed doc See merge request gitlab-org/gitlab!58728
-
Marcel Amirault authored
-
Michael Kozono authored
Land on epics tab when searching within epics search context See merge request gitlab-org/gitlab!58201
-
Changzheng Liu authored
-
Robert Speicher authored
-
Zeff Morgan authored
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Michael Kozono authored
Optimize searching cherry-picked merge requests for linking deployments See merge request gitlab-org/gitlab!58568
-
GitLab Bot authored
-
Mark Chao authored
Rename vulnerability_finding's fingerprints to signatures See merge request gitlab-org/gitlab!57840
-
rossfuhrman authored
-
Dylan Griffith authored
Adds data consistency for Elastic::BulkCronWorker(s) [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58345
-
Luke Duncalfe authored
Fix `errors` attribute of ScanType on GraphQL See merge request gitlab-org/gitlab!57882
-
Mehmet Emin INAC authored
-
Michael Kozono authored
Add composer pull_package event See merge request gitlab-org/gitlab!58701
-
Scott Hampton authored
Updated closed icon MR See merge request gitlab-org/gitlab!57981
-
Jesus authored
Merge request closed icons should match closed issue icons.
-
GitLab Bot authored
-
Luke Duncalfe authored
Fix Rails/SaveBang Rubocop offenses for commit models See merge request gitlab-org/gitlab!58069
-
Huzaifa Iftikhar authored
-
Dylan Griffith authored
Update UI text for Jenkins integration See merge request gitlab-org/gitlab!58623
-
Marcel Amirault authored
-
Evan Read authored
Update how to enable strong consistency and feature version history See merge request gitlab-org/gitlab!58482
-