Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a9521a83
Commit
a9521a83
authored
Jan 11, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mk-fix-api-geo-spec' into 'master'
Fix api Geo spec See merge request gitlab-org/gitlab-ee!4035
parents
2865c0ba
fa48635f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/fixtures/api/schemas/geo_node_status.json
spec/fixtures/api/schemas/geo_node_status.json
+2
-2
No files found.
spec/fixtures/api/schemas/geo_node_status.json
View file @
a9521a83
...
...
@@ -50,8 +50,8 @@
"lfs_objects_synced_count"
:
{
"type"
:
[
"integer"
,
"null"
]
},
"lfs_objects_synced_in_percentage"
:
{
"type"
:
"string"
},
"job_artifacts_count"
:
{
"type"
:
"integer"
},
"job_artifacts_failed_count"
:
{
"type"
:
"integer"
},
"job_artifacts_synced_count"
:
{
"type"
:
"integer"
},
"job_artifacts_failed_count"
:
{
"type"
:
[
"integer"
,
"null"
]
},
"job_artifacts_synced_count"
:
{
"type"
:
[
"integer"
,
"null"
]
},
"job_artifacts_synced_in_percentage"
:
{
"type"
:
"string"
},
"repositories_count"
:
{
"type"
:
"integer"
},
"repositories_failed_count"
:
{
"type"
:
[
"integer"
,
"null"
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment