gitlab-org--gitlab-foss/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 Show group milestones in autocomplete 2017-08-07 11:55:01 +01:00
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 After merge cleanup 2017-08-07 15:09:14 +02:00
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 Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
enable_deploy_key_service_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
fork_service_spec.rb Cache the number of forks of a project 2017-08-14 18:00:28 +02:00
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 Enable the RSpec/HookArgument cop and auto-correct offenses 2017-08-10 19:29:42 -04:00
import_service_spec.rb Does not fetch repository when importing from GitHub on import service 2017-08-07 13:06:13 -03:00
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 Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
propagate_service_template_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
transfer_service_spec.rb Rename path_with_namespace -> disk_path when dealing with the filesystem 2017-08-01 07:26:58 +02:00
unlink_fork_service_spec.rb Cache the number of forks of a project 2017-08-14 18:00:28 +02:00
update_pages_configuration_service_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
update_pages_service_spec.rb Fix rubocop offense in update pages service specs 2017-07-25 13:47:03 +02:00
update_service_spec.rb Add checks for branch existence before changing HEAD 2017-08-08 12:10:55 +11:00