gitlab-org--gitlab-foss/lib/api
Chris Wilson e670cb271e Fix updating merge_when_build_succeeds via merge API endpoint
When updating a merge request via the `/merge` endpoint we
check the `mergeable` and `mergeable_state` status, these will return
`false` if the application option only_allow_merge_if_pipeline_succeeds is
enabled. We should skip CI checks if the request uses the
merge_when_pipeline_succeeds param

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22740
2017-04-24 20:51:05 +10:00
..
helpers Remove unused user activities code 2017-04-14 15:20:55 +02:00
v3 Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
access_requests.rb
api.rb
api_guard.rb Enable Style/Proc cop for rubocop 2017-04-02 12:48:43 +03:00
award_emoji.rb
boards.rb
branches.rb
broadcast_messages.rb
commit_statuses.rb
commits.rb Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
deploy_keys.rb Enable creation of deploy keys with write access via the API 2017-04-05 16:22:28 +10:00
deployments.rb
entities.rb Expose `last_activity_on` in the User API 2017-04-14 15:20:55 +02:00
environments.rb
files.rb Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
groups.rb Add share_with_group_lock to CE optional params block 2017-04-10 16:22:48 -03:00
helpers.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
internal.rb Remove unused user activities code 2017-04-14 15:20:55 +02:00
issues.rb Port 'Add user activities API' to CE 2017-04-14 15:20:55 +02:00
jobs.rb Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00
keys.rb
labels.rb Labels support color names in backend 2017-03-29 11:45:15 +00:00
lint.rb
members.rb
merge_request_diffs.rb
merge_requests.rb Fix updating merge_when_build_succeeds via merge API endpoint 2017-04-24 20:51:05 +10:00
milestones.rb Fixes milestone/merge_request API endpoint to really scope the results 2017-04-03 18:36:51 +02:00
namespaces.rb
notes.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
notification_settings.rb
pagination_params.rb
pipelines.rb
project_hooks.rb Fix API not accepting job_events for webhooks 2017-04-12 10:06:57 +02:00
project_snippets.rb
projects.rb Replace builds_enabled with jobs_enabled in projects API v4 (!10786) 2017-04-20 00:29:09 +02:00
repositories.rb
runner.rb Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00
runners.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
services.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
session.rb
settings.rb Separate CE params on Grape API 2017-04-10 16:13:48 -03:00
sidekiq_metrics.rb
snippets.rb
subscriptions.rb
system_hooks.rb
tags.rb
templates.rb
time_tracking_endpoints.rb
todos.rb
triggers.rb Allow dot in branch name in trigger/builds endpoint in API 2017-03-20 12:49:31 +00:00
users.rb Merge branch 'query-users-by-extern-uid' into 'master' 2017-04-19 19:50:38 +00:00
variables.rb
version.rb