gitlab-org--gitlab-foss/spec/services
Luke Duncalfe 68f189ad23 Support merge on pipeline success w/ push options
MergeRequests::PushOptionsHandlerService has been updated to allow
creating and updating merge requests with the
`merge_when_pipeline_succeeds` set using git push options.

To create a new merge request and set it to merge when the pipeline
succeeds:

  git push -u origin -o merge_request.create \
    -o merge_request.merge_when_pipeline_succeeds

To update an existing merge request and set it to merge when the
pipeline succeeds:

  git push -u origin -o merge_request.merge_when_pipeline_succeeds

Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/53198
2019-04-09 10:03:26 +12:00
..
application_settings Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" 2019-04-05 13:02:56 +00:00
applications
auth Add support for deleting images in registry 2.7 2019-03-18 23:04:29 +01:00
boards
chat_names
ci Use Gitlab::PushOptions for `ci.skip` push option 2019-04-09 10:03:26 +12:00
clusters Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
commits
deploy_keys
deploy_tokens Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
discussions
emails Freeze strings in email service specs 2019-03-22 14:56:06 +00:00
error_tracking Handle possible HTTP exception for Sentry client 2019-04-07 07:51:36 +00:00
events
files
git Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
gpg_keys
groups Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
issuable
issues Fenced blockquotes to not change source line pos 2019-04-04 18:59:31 -05:00
keys
labels Check if labels are available for target issuable 2019-03-28 12:06:31 +01:00
lfs
members
merge_requests Support merge on pipeline success w/ push options 2019-04-09 10:03:26 +12:00
milestones
notes Merge branch 'port-6539-extract-ee-specific-code' into 'master' 2019-04-05 14:29:58 +00:00
projects Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" 2019-04-05 13:02:56 +00:00
prometheus Add a proxy method to PrometheusClient 2019-04-05 08:05:54 +00:00
protected_branches
protected_tags
quick_actions Fix quick actions add label name middle word overlaps 2019-04-02 18:28:25 +02:00
releases Destroy releases when delete a tag 2019-03-26 19:10:31 +07:00
resource_events
search
submodules
suggestions Fixed test specs 2019-04-04 13:08:34 +00:00
tags Merge branch '48132-display-output-from-pre-receive-scripts' into 'master' 2019-03-26 22:33:25 +00:00
test_hooks
todos/destroy
users
wiki_pages
wikis
access_token_validation_service_spec.rb
audit_event_service_spec.rb
base_count_service_spec.rb
cohorts_service_spec.rb
compare_service_spec.rb
create_branch_service_spec.rb
create_snippet_service_spec.rb
delete_branch_service_spec.rb
delete_merged_branches_service_spec.rb
event_create_service_spec.rb
gravatar_service_spec.rb
import_export_clean_up_service_spec.rb
note_summary_spec.rb Fix `updated_at` doesn't apply to `state_event` updates of issues via API 2019-04-08 15:33:30 +00:00
notification_recipient_service_spec.rb
notification_service_spec.rb Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" 2019-04-05 13:02:56 +00:00
preview_markdown_service_spec.rb Fixed test specs 2019-04-04 13:08:34 +00:00
push_event_payload_service_spec.rb
repair_ldap_blocked_user_service_spec.rb
repository_archive_clean_up_service_spec.rb
reset_project_cache_service_spec.rb
search_service_spec.rb
spam_service_spec.rb
submit_usage_ping_service_spec.rb
system_hooks_service_spec.rb
system_note_service_spec.rb Merge branch 'ce-issue_6628' into 'master' 2019-04-08 18:10:31 +00:00
task_list_toggle_service_spec.rb Fenced blockquotes to not change source line pos 2019-04-04 18:59:31 -05:00
todo_service_spec.rb
update_deployment_service_spec.rb
update_merge_request_metrics_service_spec.rb
update_snippet_service_spec.rb
upload_service_spec.rb
user_project_access_changed_service_spec.rb
verify_pages_domain_service_spec.rb Refactor verify_pages_domain_service specs 2019-03-27 19:03:42 +00:00
web_hook_service_spec.rb