Commit 284185a3 authored by Valery Sizov's avatar Valery Sizov

Add merge_requests_rebase_enabled to json entities for specs

parent 439e3f07
...@@ -97,7 +97,8 @@ ...@@ -97,7 +97,8 @@
"commits_count": { "type": "integer" }, "commits_count": { "type": "integer" },
"remove_source_branch": { "type": ["boolean", "null"] }, "remove_source_branch": { "type": ["boolean", "null"] },
"merge_ongoing": { "type": "boolean" }, "merge_ongoing": { "type": "boolean" },
"ff_only_enabled": { "type": ["boolean", false] } "ff_only_enabled": { "type": ["boolean", false] },
"should_be_rebased": { "type": "boolean" }
}, },
"additionalProperties": false "additionalProperties": false
} }
...@@ -413,6 +413,7 @@ Project: ...@@ -413,6 +413,7 @@ Project:
- ci_config_path - ci_config_path
- delete_error - delete_error
- merge_requests_ff_only_enabled - merge_requests_ff_only_enabled
- merge_requests_rebase_enabled
Author: Author:
- name - name
ProjectFeature: ProjectFeature:
......
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