summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-01-08 15:05:43 +0000
committerNick Thomas <nick@gitlab.com>2019-01-08 15:05:43 +0000
commit5a827e0c00066a6b4ce4051108f91c798d07e5bf (patch)
tree31a16933f9cfbb3afee3763e4313c0341a0aa8be /spec/fixtures
parent148969947ffd3d2b69c786b9babaed64bba3df9d (diff)
parentaae6d174948a238abf05af2d3038d80b5e8750f4 (diff)
downloadgitlab-ce-5a827e0c00066a6b4ce4051108f91c798d07e5bf.tar.gz
Merge branch 'mr-widget-conflicts-protected-branch' into 'master'
Disable resolve conflicts for protected branches Closes #53463 See merge request gitlab-org/gitlab-ce!23842
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/entities/merge_request_widget.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/entities/merge_request_widget.json b/spec/fixtures/api/schemas/entities/merge_request_widget.json
index 193ab6821a5..1bd39a46830 100644
--- a/spec/fixtures/api/schemas/entities/merge_request_widget.json
+++ b/spec/fixtures/api/schemas/entities/merge_request_widget.json
@@ -120,7 +120,9 @@
"rebase_path": { "type": ["string", "null"] },
"squash": { "type": "boolean" },
"test_reports_path": { "type": ["string", "null"] },
- "can_receive_suggestion": { "type": "boolean" }
+ "can_receive_suggestion": { "type": "boolean" },
+ "source_branch_protected": { "type": "boolean" },
+ "conflicts_docs_path": { "type": ["string", "null"] }
},
"additionalProperties": false
}