gitlab-org--gitlab-foss/spec/services/projects
Stan Hu 45f94ea78c Prevent project team from being truncated too early during project destruction
There are two issues with truncating the project team early:

1. `Projects::UnlinkForkService` may not close merge requests properly since
   permissions may be revoked early.

2. If an error is encountered during flushing of caches, then the user will
   lose all privileges, possibly causing an issue on deletion on retry.
2017-02-19 05:00:27 -08:00
..
autocomplete_service_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
create_service_spec.rb Add traits for ProjectFeatures to Project factory 2017-02-05 13:11:45 +05:00
destroy_service_spec.rb Prevent project team from being truncated too early during project destruction 2017-02-19 05:00:27 -08:00
download_service_spec.rb Get rid of is_image in FileUploader 2016-07-19 18:51:09 +02:00
enable_deploy_key_service_spec.rb Namespace EnableDeployKeyService under Projects 2016-08-08 20:59:51 +02:00
fork_service_spec.rb Copy, don't move uploaded avatar files 2017-01-03 15:37:32 +01:00
housekeeping_service_spec.rb Refine Git garbage collection 2016-11-04 14:30:11 +01:00
import_service_spec.rb Check if repository already exists before trying to re-import it 2016-10-28 11:12:48 +02:00
participants_service_spec.rb Fix broken url on group avatar 2017-01-06 05:18:29 +09:00
transfer_service_spec.rb Refresh authorizations when transferring projects 2017-02-07 14:58:49 +01:00
unlink_fork_service_spec.rb
update_pages_configuration_service_spec.rb Fix GitLab Pages not refreshing upon new content 2017-02-01 23:09:12 +00:00
update_pages_service_spec.rb Fixed Rubocop deprecation warnings 2017-02-01 00:14:44 +00:00
update_service_spec.rb Add a spec and actually display the flash notice 2017-01-16 10:57:15 -05:00
upload_service_spec.rb Get rid of is_image in FileUploader 2016-07-19 18:51:09 +02:00