summaryrefslogtreecommitdiff
path: root/app/services/groups/destroy_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil TrzciƄski2019-04-151-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* don't trigger project deletion hooks twice when removing a groupGabriel Mazetto2018-08-261-1/+4
* Fix: Project deletion may not log audit events during group deletion49796-project-deletion-may-not-log-audit-events-during-group-deletionValery Sizov2018-08-161-3/+4
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Remove soft removals related codeYorick Peterse2018-01-081-2/+1
* Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-1/+1
* Remove Mattermost team with GitLab groupZ.J. van de Weg2017-07-281-0/+2
* Defer project destroys within a namespace in Groups::DestroyService#async_exe...Stan Hu2017-06-291-2/+1
* Fix current feature related specsTiago Botelho2017-06-281-1/+1
* Make nested groups deletion synchronous to avoid potential raceStan Hu2017-02-271-1/+2
* Fix a number of race conditions that can occur during namespace deletionsh-namespace-cleanup-deleted-projectsStan Hu2017-02-151-1/+3
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-0/+25