Commit 3b1f2396 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Adjust conflict resolution for merge request JSON schema

parent 367080a3
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
"diverged_commits_count": { "type": "integer" }, "diverged_commits_count": { "type": "integer" },
"commit_change_content_path": { "type": "string" }, "commit_change_content_path": { "type": "string" },
"remove_wip_path": { "type": "string" }, "remove_wip_path": { "type": "string" },
<<<<<<< HEAD "remove_source_branch": { "type": ["boolean", "null"] },
// EE-specific // EE-specific
"rebase_commit_sha": { "type": ["string", "null"] }, "rebase_commit_sha": { "type": ["string", "null"] },
"approvals_before_merge": { "type": ["integer", "null"] }, "approvals_before_merge": { "type": ["integer", "null"] },
...@@ -105,10 +105,6 @@ ...@@ -105,10 +105,6 @@
"approved": { "type": "boolean" }, "approved": { "type": "boolean" },
"approvals_path": { "type": ["string", "null"] }, "approvals_path": { "type": ["string", "null"] },
"ff_only_enabled": { "type": "boolean" } "ff_only_enabled": { "type": "boolean" }
=======
"commits_count": { "type": "integer" },
"remove_source_branch": { "type": ["boolean", "null"] }
>>>>>>> ce-com/master
}, },
"additionalProperties": false "additionalProperties": false
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment