gitlab-org--gitlab-foss/app/services/users
Stan Hu 8a71d40e60 Fix race condition where a namespace would be deleted before a project was deleted
When deleting a user, the following sequence could happen:

1. Project `mygroup/myproject` is scheduled for deletion
2. The group `mygroup` is deleted
3. Sidekiq worker runs to delete `mygroup/myproject`, but the namespace and routes have
   been destroyed.

Closes #30334
2017-04-02 05:37:04 -07:00
..
create_service.rb Fix production admin fixture to use the new Users::CreateService 2017-03-30 10:41:45 +02:00
destroy_service.rb Fix race condition where a namespace would be deleted before a project was deleted 2017-04-02 05:37:04 -07:00
refresh_authorized_projects_service.rb Use Enumerable#index_by where possible 2017-03-16 16:33:15 -06:00