summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-01-11 11:29:53 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-01-11 11:29:53 +0000
commit06713cb7b07f30eda8f67531387f7cb8801987b1 (patch)
tree69e8f1a35b5c76b28e12271d1e4dd59f749d375f /changelogs/unreleased
parent59adc07f00f4f3ea326194d77c31580edfdfb2a4 (diff)
parent7ed08fcd5db058500b3092fd94791e9bd8a29bb7 (diff)
downloadgitlab-ce-06713cb7b07f30eda8f67531387f7cb8801987b1.tar.gz
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 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/39214__pipeline_api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/39214__pipeline_api.yml b/changelogs/unreleased/39214__pipeline_api.yml
new file mode 100644
index 00000000000..18ee2e43798
--- /dev/null
+++ b/changelogs/unreleased/39214__pipeline_api.yml
@@ -0,0 +1,5 @@
+---
+title: Add `pipelines` endpoint to merge requests API
+merge_request: 15454
+author: Tony Rom <thetonyrom@gmail.com>
+type: added