- 24 May, 2021 40 commits
-
-
Nick Thomas authored
Generally, we like to use foreign key associations to destroy dependent records. Where this is possible, it's faster and uses fewer resources than doing it in GitLab. In 028db84c , the notes association was converted from `dependent: :destroy` to using foreign keys. However, when destroying a specific project with > 60K notes, we're experiencing statement timeouts in the staging environment. Additionally, notes have a deprecated `attachments` uploader that requires Ruby intervention to avoid orphaning files on disk - there are at least some notes on GitLab.com that still use this deprecated uploader. Since 2017, we've introduced the BatchDestroyDependentAssociations concern, which takes care of processing large numbers of dependent records in batches. Re-introducing `dependent: :destroy` on notes will automatically make use of this code. Changelog: fixed
-
Craig Norris authored
Remove more references to master in CI docs See merge request gitlab-org/gitlab!61973
-
Marcel Amirault authored
-
Craig Norris authored
Edit Fuzzing docs metadata See merge request gitlab-org/gitlab!62357
-
Nick Thomas authored
Remove load_balancing_for_build_hooks_worker FF for BuildHooksWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61905
-
Nick Thomas authored
Add cc validation checkbox to admin users panel See merge request gitlab-org/gitlab!62160
-
Nick Thomas authored
Experiment cleanup: Optionally start a trial during free signup [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62174
-
Reuben Pereira authored
- Move initialization of user.credit_card_validation to view. - Refactor controller to use permitted_params for credit card validation.
-
Olena Horal-Koretska authored
-
Ryan Cobb authored
-
Ryan Cobb authored
The checkbox allows an admin to manually validate a user, so that the user does not need to validate a credit card. Or the admin can manually invalidate the user and force them to verify their credit card. Changelog: added
-
Arturo Herrero authored
Remove ignore columns on JiraTrackerData See merge request gitlab-org/gitlab!62218
-
Mikołaj Wawrzyniak authored
Validate Service Desk issues metrics See merge request gitlab-org/gitlab!62301
-
Mikołaj Wawrzyniak authored
Use Gitlab::Audit::Auditor for DAST scanner profile audit events See merge request gitlab-org/gitlab!62007
-
Arturo Herrero authored
- Ignore the column 13.11 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57260 - Drop the column 13.12 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60123 - Remove the ignore rule 14.0 => We are here.
-
John Hope authored
-
Mikołaj Wawrzyniak authored
Remove the FF usage_data_unique_users_committing_ciconfigfile [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62284
-
Mark Chao authored
Remove the FF ci_needs_optional [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62282
-
Alper Akgun authored
Troubleshooting docs for content security policy warnings See merge request gitlab-org/gitlab!62295
-
Alper Akgun authored
-
Nick Thomas authored
Move 6 integrations to Integrations:: namespace See merge request gitlab-org/gitlab!62265
-
Fabio Pitino authored
Enable live consumption for all paid plans See merge request gitlab-org/gitlab!62178
-
Vitaly Slobodin authored
Use map in sprintf instead of bracket notation See merge request gitlab-org/gitlab!62280
-
Ammar Alakkad authored
-
Francisco Javier López authored
[RUN ALL RSPEC] Revert "Merge branch '322680-prepare-the-styling-basis' into 'master'" See merge request gitlab-org/gitlab!62363
-
Furkan Ayhan authored
It was enabled by default for 2 milestones. Changelog: other
-
Furkan Ayhan authored
It has been enabled by default for 2 milestones Changelog: other
-
Grzegorz Bizon authored
GraphQL docs warn about immediate breaking changes See merge request gitlab-org/gitlab!55328
-
Luke Duncalfe authored
-
Max Woolf authored
Add help item to bottom of signed out top nav See merge request gitlab-org/gitlab!62171
-
Marius Bobin authored
Changelog: changed
-
nmilojevic1 authored
Changelog: performance MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61905
-
Alper Akgun authored
Experiment cleanup Changelog: added
-
David Fernandez authored
Add Packages::Debian::GenerateDistributionWorker See merge request gitlab-org/gitlab!61526
-
Jacques Erasmus authored
Add message clarifying group invites See merge request gitlab-org/gitlab!62023
-
Kushal Pandya authored
Gitlab renovate forks/gitlab renovate/gitlab uisvg See merge request gitlab-org/gitlab!62315
-
Stan Hu authored
This reverts merge request !62254
-
Vitaly Slobodin authored
Fix pipeline security tab scanner filter not working See merge request gitlab-org/gitlab!62276
-
Luke Duncalfe authored
Rename service to integration in HAML views See merge request gitlab-org/gitlab!62011
-