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:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-05-18 11:45:08 +0300
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-05-30 17:55:09 +0300
commit20a07d26ff4be9c82271297e516df912109b05aa (patch)
tree2447be0ae059fc48964c62dfff80ce88a9681615 /spec/fixtures
parent17b9128b305aefc29fddae3b51d13c61ae7dfef9 (diff)
Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for small payload.
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/pipeline_schedule.json24
1 files changed, 1 insertions, 23 deletions
diff --git a/spec/fixtures/api/schemas/pipeline_schedule.json b/spec/fixtures/api/schemas/pipeline_schedule.json
index 46309b212a1..9d7853d0f78 100644
--- a/spec/fixtures/api/schemas/pipeline_schedule.json
+++ b/spec/fixtures/api/schemas/pipeline_schedule.json
@@ -17,29 +17,7 @@
"id": { "type": "integer" },
"sha": { "type": "string" },
"ref": { "type": "string" },
- "status": { "type": "string" },
- "before_sha": { "type": ["string", "null"] },
- "tag": { "type": ["boolean", "null"] },
- "yaml_errors": { "type": ["string", "null"] },
- "user": {
- "type": ["object", "null"],
- "properties": {
- "name": { "type": "string" },
- "username": { "type": "string" },
- "id": { "type": "integer" },
- "state": { "type": "string" },
- "avatar_url": { "type": "uri" },
- "web_url": { "type": "uri" }
- },
- "additionalProperties": false
- },
- "created_at": { "type": "date" },
- "updated_at": { "type": "date" },
- "started_at": { "type": "date" },
- "finished_at": { "type": "date" },
- "committed_at": { "type": ["string", "null"] },
- "duration": { "type": ["integer", "null"] },
- "coverage": { "type": ["string", "null"] }
+ "status": { "type": "string" }
},
"additionalProperties": false
},