gitlab-ce/spec/services/projects
Nick Thomas 66e18a1284 Don't add admins as masters to projects created in another user's namespace
Only admins have the ability to create a project in another user's personal
namespace. Prior to this commit, we were explicitly adding them as masters to
the project. However, admins already have access (by virture of being admins),
so this is unnecessary.
2017-08-25 16:21:27 +01:00
..
autocomplete_service_spec.rb
count_service_spec.rb Cache the number of open issues and merge requests 2017-08-23 13:42:29 +02:00
create_from_template_service_spec.rb
create_service_spec.rb Don't add admins as masters to projects created in another user's namespace 2017-08-25 16:21:27 +01:00
destroy_service_spec.rb Fix positive raise_error expectation without specifying the error type expected in Project::DestroyService specs 2017-08-14 19:37:22 +01:00
download_service_spec.rb
enable_deploy_key_service_spec.rb
fork_service_spec.rb
forks_count_service_spec.rb Cache the number of open issues and merge requests 2017-08-23 13:42:29 +02:00
housekeeping_service_spec.rb
import_service_spec.rb
open_issues_count_service_spec.rb Cache the number of open issues and merge requests 2017-08-23 13:42:29 +02:00
open_merge_requests_count_service_spec.rb Cache the number of open issues and merge requests 2017-08-23 13:42:29 +02:00
participants_service_spec.rb
propagate_service_template_spec.rb
transfer_service_spec.rb
unlink_fork_service_spec.rb
update_pages_configuration_service_spec.rb
update_pages_service_spec.rb
update_service_spec.rb