summaryrefslogtreecommitdiff
path: root/app/services/projects/destroy_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix status when removing legacy tags from registryGrzegorz Bizon2017-04-051-1/+1
* Revert unneeded change in project destroy serviceGrzegorz Bizon2017-04-051-2/+1
* Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-041-3/+20
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-2/+2
|\
| * Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
| * Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | First iteration of container_image viewAndre Guedes2017-02-221-10/+0
|/
* Prevent project team from being truncated too early during project destructionsh-fix-project-team-truncation-in-destroyStan Hu2017-02-191-2/+1
* Before deleting project if forked unlink forkKatarzyna Kobierska2016-09-131-0/+2
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-2/+6
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-3/+3
* Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-131-1/+1
|\