summaryrefslogtreecommitdiff
path: root/app/services/projects/destroy_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+24
* Add latest changes from gitlab-org/security/gitlab@14-3-stable-eeGitLab Bot2021-09-291-0/+11
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+21
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+3
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-6/+1
* Add latest changes from gitlab-org/security/gitlab@13-8-stable-eeGitLab Bot2021-02-101-0/+3
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-15/+21
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-3/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-86/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-7/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-3/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Avoid calling freeze on already frozen strings in app/servicesdineshpanda2019-09-041-1/+1
* Don't attempt to contact registry if it is disabledsh-disable-registry-deleteStan Hu2019-08-061-0/+1
* Ignore Gitaly errors if cache flushing fails on project destructionStan Hu2019-07-291-2/+11
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Externalize strings detected by rubocop-i18nMartin Wortschack2019-04-151-5/+5
* Cleanup stale +deleted repo paths on project removalOswaldo Ferreira2019-01-181-5/+19
* Leave object pools when destroying projectsZeger-Jan van de Weg2018-12-191-0/+2
* Move registry destroy out of project transactionStan Hu2018-09-191-4/+15
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Fix scoping errors occuring for ContainerRepository on some buildsStan Hu2018-09-071-1/+1
* Fix: Project deletion may not log audit events during user deletionValery Sizov2018-08-171-3/+0
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Add more logging before a project is destroyedStan Hu2018-06-081-0/+5
* Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher2018-05-291-1/+7
|\
| * Fix project destruction failing due to idle in transaction timeoutssh-batch-dependent-destroysStan Hu2018-05-241-1/+7
* | Bring CE-EE parity to app/services/projects/destroy_service.rbrs-projects-destroy-service-parityRobert Speicher2018-05-231-3/+16
|/
* Include project.full_path when moving repoAsh McKenzie2018-05-101-1/+1
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-3/+3
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-4/+22
* Cache personal projects count.Andreas Brandl2018-04-061-0/+2
* Fix "Can't modify frozen hash" error when project is destroyedsh-fix-failure-project-destroyStan Hu2018-03-161-1/+5
* Use wiki.disk_pathNick Thomas2017-10-181-1/+1
* Store the name of a project that's a root of a fork networkBob Van Landuyt2017-10-071-0/+7
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+2
* Make disk_path keyword argument and optionalGabriel Mazetto2017-08-011-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Move exception handling to executeTiago Botelho2017-07-261-20/+37
* Refactors Project Destroy service and worker codeTiago Botelho2017-07-201-16/+26
* Add specs for ProjectDestroyWorkerTiago Botelho2017-07-201-1/+1
* Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-201-4/+5
* Don’t schedule workers from inside transactionsDouwe Maan2017-06-021-6/+8