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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
24e3b334
Commit
24e3b334
authored
May 04, 2018
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename status JSON schema to ci_detailed_status
parent
a72f4ecb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
spec/fixtures/api/schemas/ci_detailed_status.json
spec/fixtures/api/schemas/ci_detailed_status.json
+0
-0
spec/fixtures/api/schemas/job.json
spec/fixtures/api/schemas/job.json
+1
-1
spec/fixtures/api/schemas/pipeline_stage.json
spec/fixtures/api/schemas/pipeline_stage.json
+1
-1
No files found.
spec/fixtures/api/schemas/status.json
→
spec/fixtures/api/schemas/
ci_detailed_
status.json
View file @
24e3b334
File moved
spec/fixtures/api/schemas/job.json
View file @
24e3b334
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"playable"
:
{
"type"
:
"boolean"
},
"playable"
:
{
"type"
:
"boolean"
},
"created_at"
:
{
"type"
:
"string"
},
"created_at"
:
{
"type"
:
"string"
},
"updated_at"
:
{
"type"
:
"string"
},
"updated_at"
:
{
"type"
:
"string"
},
"status"
:
{
"$ref"
:
"status.json"
}
"status"
:
{
"$ref"
:
"
ci_detailed_
status.json"
}
},
},
"additionalProperties"
:
false
"additionalProperties"
:
false
}
}
spec/fixtures/api/schemas/pipeline_stage.json
View file @
24e3b334
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"items"
:
{
"$ref"
:
"job.json"
},
"items"
:
{
"$ref"
:
"job.json"
},
"optional"
:
true
"optional"
:
true
},
},
"status"
:
{
"$ref"
:
"status.json"
},
"status"
:
{
"$ref"
:
"
ci_detailed_
status.json"
},
"path"
:
{
"type"
:
"string"
},
"path"
:
{
"type"
:
"string"
},
"dropdown_path"
:
{
"type"
:
"string"
}
"dropdown_path"
:
{
"type"
:
"string"
}
},
},
...
...
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