summaryrefslogtreecommitdiff
path: root/spec/services/projects/destroy_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-041-18/+50
* Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-1/+1
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-031-1/+1
|\
| * Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* | Improve code related to removing container image tagsGrzegorz Bizon2017-03-311-2/+4
* | Fix specs for services related to container registryGrzegorz Bizon2017-03-241-1/+1
* | Rename container image to repository in specsGrzegorz Bizon2017-03-231-2/+2
* | Fix some specs using the old ContainerImage constGrzegorz Bizon2017-03-231-2/+2
* | Fixes broken and missing testsAndre Guedes2017-02-221-5/+10
|/
* Prevent project team from being truncated too early during project destructionsh-fix-project-team-truncation-in-destroyStan Hu2017-02-191-0/+19
* Test both execute and async_executefix-deleting-project-againLin Jen-Shin2017-02-041-21/+29
* Move the tests to spec/services/projects/destroy_service_spec.rbLin Jen-Shin2017-02-031-1/+2
* Make deleting with optimistic locking respect NULLLin Jen-Shin2016-12-011-7/+23
* Fix project deletion when feature visibility is set to privatesh-fix-project-deletion-private-visibilityStan Hu2016-10-041-1/+22
* Use container registry config stubKamil Trzcinski2016-05-161-7/+1
* Improve test coverageKamil Trzcinski2016-05-161-0/+29
* Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-4/+4
* Tag service specsDouwe Maan2015-12-091-1/+1
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-4/+4
* Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-2/+2
* Add tests for project destroy servicerepo-removeDmitriy Zaporozhets2015-06-031-0/+34