gitlab-org--gitlab-foss/spec
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
..
bin
config Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
controllers Enable Gitaly FindCommit caching for TreeController 2019-04-07 20:59:40 -07:00
db
dependencies
factories Add part of needed code 2019-04-05 18:49:46 +00:00
features Extract create merge request quick action spec 2019-04-08 11:30:54 +03:00
finders Add Knative metrics to Prometheus 2019-04-06 02:02:39 +00:00
fixtures Increase GraphQL complexity 2019-04-08 12:33:33 -05:00
frontend Enable ESLint rule jest/no-focused-tests 2019-04-08 19:51:24 +00:00
graphql
helpers Add part of needed code 2019-04-05 18:49:46 +00:00
initializers
javascripts Migrate clusters tests to jest 2019-04-08 07:31:27 +00:00
lib Use Gitlab::PushOptions for ci.skip push option 2019-04-09 10:03:26 +12:00
mailers
migrations Clean up noteable_id for notes on commits 2019-04-06 08:29:51 +08:00
models Merge branch 'instance-configuration-artifact-size' into 'master' 2019-04-08 12:55:27 +00:00
policies Add part of needed code 2019-04-05 18:49:46 +00:00
presenters Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
rack_servers
requests Use Gitlab::PushOptions for ci.skip push option 2019-04-09 10:03:26 +12:00
routing
rubocop
serializers Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" 2019-04-05 13:02:56 +00:00
services Support merge on pipeline success w/ push options 2019-04-09 10:03:26 +12:00
sidekiq/cron
support Extract create merge request quick action spec 2019-04-08 11:30:54 +03:00
tasks
uploaders Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
validators Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" 2019-04-05 13:02:56 +00:00
views Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
workers Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb