Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/remote_mirror.json')
-rw-r--r--spec/fixtures/api/schemas/remote_mirror.json61
1 files changed, 51 insertions, 10 deletions
diff --git a/spec/fixtures/api/schemas/remote_mirror.json b/spec/fixtures/api/schemas/remote_mirror.json
index 87bde189db5..a4e886a8c7c 100644
--- a/spec/fixtures/api/schemas/remote_mirror.json
+++ b/spec/fixtures/api/schemas/remote_mirror.json
@@ -12,16 +12,57 @@
"only_protected_branches"
],
"properties": {
- "id": { "type": "integer" },
- "enabled": { "type": "boolean" },
- "url": { "type": "string" },
- "update_status": { "type": "string" },
- "last_update_at": { "type": ["string", "null"] },
- "last_update_started_at": { "type": ["string", "null"] },
- "last_successful_update_at": { "type": ["string", "null"] },
- "last_error": { "type": ["string", "null"] },
- "only_protected_branches": { "type": "boolean" },
- "keep_divergent_refs": { "type": ["boolean", "null"] }
+ "id": {
+ "type": "integer"
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "url": {
+ "type": "string"
+ },
+ "update_status": {
+ "type": "string"
+ },
+ "last_update_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_update_started_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_successful_update_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_error": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "only_protected_branches": {
+ "type": "boolean"
+ },
+ "mirror_branch_regex": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "keep_divergent_refs": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
},
"additionalProperties": false
}