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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-01-30 18:06:32 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-01-30 18:06:32 +0300
commitcb76f79dbb0c87f72cfadfb0d10ef3ba0493ad10 (patch)
tree0c5c96c0f7dcb52e6e2dd2504ecae8d8942eefbc /spec/fixtures
parent4d8e27df41c9ae17ac8b3200fa889b1cbc0c3d4b (diff)
parentbe386cb2cf1853cb7658b6c17196965efc046fe9 (diff)
Merge branch 'cluster_status_for_ugprading' into 'master'
Expose app version to frontend See merge request gitlab-org/gitlab-ce!24791
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/cluster_status.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/cluster_status.json b/spec/fixtures/api/schemas/cluster_status.json
index 3d9e0628f63..138a6c5ed6b 100644
--- a/spec/fixtures/api/schemas/cluster_status.json
+++ b/spec/fixtures/api/schemas/cluster_status.json
@@ -30,6 +30,7 @@
]
}
},
+ "version": { "type": "string" },
"status_reason": { "type": ["string", "null"] },
"external_ip": { "type": ["string", "null"] },
"hostname": { "type": ["string", "null"] },