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:
authorSean McGivern <sean@mcgivern.me.uk>2018-01-11 14:29:53 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-01-11 14:29:53 +0300
commit06713cb7b07f30eda8f67531387f7cb8801987b1 (patch)
tree69e8f1a35b5c76b28e12271d1e4dd59f749d375f /spec/fixtures
parent59adc07f00f4f3ea326194d77c31580edfdfb2a4 (diff)
parent7ed08fcd5db058500b3092fd94791e9bd8a29bb7 (diff)
Merge branch '39214__pipeline_api' into 'master'
Add `pipelines` endpoint to merge requests API Closes #39214 See merge request gitlab-org/gitlab-ce!15454
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/pipelines.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/pipelines.json b/spec/fixtures/api/schemas/public_api/v4/pipelines.json
new file mode 100644
index 00000000000..8b08a00f708
--- /dev/null
+++ b/spec/fixtures/api/schemas/public_api/v4/pipelines.json
@@ -0,0 +1,4 @@
+{
+ "type": "array",
+ "items": { "$ref": "pipeline/basic.json" }
+}