summaryrefslogtreecommitdiff
path: root/app/services/projects/destroy_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Improve log message when a project is destroyed to include the namespaceStan Hu2016-05-101-1/+1
* | Fix container registry permissionsKamil Trzcinski2016-05-131-1/+1
* | Fix CI testsKamil Trzcinski2016-05-121-1/+3
* | Added Docker Registry View testsKamil Trzcinski2016-05-091-1/+1
* | Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-091-3/+1
|\ \ | |/
| * Reduce delay in destroying a project from 1-minute to immediatelyStan Hu2016-05-071-3/+1
* | Remove container registry on project removalKamil Trzcinski2016-05-041-0/+8
|/
* Moved cache expiration code to Repository hooksYorick Peterse2016-02-231-4/+2
* Flush all repository caches when deleting a repoexpire-fork-import-cachesYorick Peterse2016-02-171-1/+13
* First pass at deleting projects in the background.Josh Frye2016-01-291-0/+6
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-1/+0
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-0/+1
* Remove satellitesDmitriy Zaporozhets2015-07-151-1/+0
* Skip repo removing whem remove user or groupDmitriy Zaporozhets2015-06-031-3/+5
* Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets2015-06-031-1/+1
* Move repository when project is removedDmitriy Zaporozhets2015-06-031-13/+52
* Fix project deletion and testsDmitriy Zaporozhets2014-06-171-2/+3
* Remove SystemHook observerDmitriy Zaporozhets2014-06-171-0/+2
* Remove project observerDmitriy Zaporozhets2014-06-171-0/+25