summaryrefslogtreecommitdiff
path: root/spec/services/projects/destroy_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-4/+29
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-14/+0
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-7/+36
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-12/+17
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-40/+17
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-22/+13
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-4/+41
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+6
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-91/+38
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+8
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-16/+93
* Add latest changes from gitlab-org/security/gitlab@14-3-stable-eeGitLab Bot2021-09-291-0/+10
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-17/+0
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+48
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+19
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-246/+257
* Add latest changes from gitlab-org/security/gitlab@13-8-stable-eeGitLab Bot2021-02-101-0/+6
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-210/+246
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-1/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-89/+60
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-9/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-2/+2
* Don't attempt to contact registry if it is disabledsh-disable-registry-deleteStan Hu2019-08-061-0/+12
* Ignore Gitaly errors if cache flushing fails on project destructionStan Hu2019-07-291-1/+16
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Run rubocop -aNick Thomas2019-03-131-4/+2
* Cleanup stale +deleted repo paths on project removalOswaldo Ferreira2019-01-181-0/+34
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-1/+0
* 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