summaryrefslogtreecommitdiff
path: root/spec/services/projects/destroy_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix project deletion when there is a export availableStan Hu2018-10-101-3/+20
* Move registry destroy out of project transactionStan Hu2018-09-191-1/+1
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-7/+7
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-1/+5
* Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+13
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-8/+8
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-0/+22
* Cache personal projects count.Andreas Brandl2018-04-061-0/+6
* Fix errors when deleting a forked projectBob Van Landuyt2017-10-171-0/+17
* Store the name of a project that's a root of a fork networkBob Van Landuyt2017-10-071-0/+13
* Fix positive raise_error expectation without specifying the error type expect...36378-error-raising-expectation-in-spec-fixTiago Botelho2017-08-141-2/+2
* Use described_class when possibleRémy Coutable2017-07-271-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Move exception handling to executeTiago Botelho2017-07-261-20/+17
* Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-201-0/+63
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
* Fixed DestroyService spec to actually test if removal was successfulbackport-destroy-service-spec-fixesGabriel Mazetto2017-06-241-2/+3
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-1/+1
* 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