gitlab-org--gitlab-foss/spec/services/projects
DJ Mountney 1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00
..
autocomplete_service_spec.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
create_service_spec.rb Translate project & repository pages 2017-06-07 20:13:44 +00:00
destroy_service_spec.rb Use CTEs for nested groups and authorizations 2017-05-17 16:51:08 +02:00
download_service_spec.rb Use :empty_project where possible in service specs 2017-03-27 20:44:09 -04:00
enable_deploy_key_service_spec.rb Detect already enabled DeployKeys in EnableDeployKeyService 2017-05-03 17:37:08 +08:00
fork_service_spec.rb Just let the user to create the namespace 2017-06-06 23:39:22 +08:00
housekeeping_service_spec.rb Auto-correct RSpec/DescribedClass violations 2017-05-01 11:13:33 -04:00
import_service_spec.rb Allow manual bypass of auto_sign_in_with_provider 2017-06-02 20:00:11 +02:00
participants_service_spec.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
propagate_service_template_spec.rb Fix propagate service spec transient failure 2017-05-23 08:52:23 +02:00
transfer_service_spec.rb minor adjustments to the specs 2017-05-22 15:14:13 -05:00
unlink_fork_service_spec.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
update_pages_configuration_service_spec.rb
update_pages_service_spec.rb Use :empty_project where possible in service specs 2017-03-27 20:44:09 -04:00
update_service_spec.rb Use :empty_project where possible in service specs 2017-03-27 20:44:09 -04:00