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:
author🙈 jacopo beschi 🙉 <intrip@gmail.com>2018-09-05 16:07:02 +0300
committerDouwe Maan <douwe@gitlab.com>2018-09-05 16:07:02 +0300
commit20bd1e6b34417a2b9f688071e2891a64d1653770 (patch)
tree88c9bb554659f57e4ffb23d657aa69d6ceea534e /changelogs
parentcff47b2045999ba5ab1af7cf8c0aa45b2c52fb36 (diff)
Resolve "Return how many commits the source branch is behind the target branch through the API"
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/36534-show-commit-behind-mr-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/36534-show-commit-behind-mr-api.yml b/changelogs/unreleased/36534-show-commit-behind-mr-api.yml
new file mode 100644
index 00000000000..06471146fa3
--- /dev/null
+++ b/changelogs/unreleased/36534-show-commit-behind-mr-api.yml
@@ -0,0 +1,5 @@
+---
+title: Adds diverged_commits_count field to GET api/v4/projects/:project_id/merge_requests/:merge_request_iid
+merge_request: 21405
+author: Jacopo Beschi @jacopo-beschi
+type: added