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:
authorTim Zallmann <tzallmann@gitlab.com>2018-10-12 20:13:41 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-10-15 14:35:19 +0300
commit3c2fd63c37b0a34ebb6b17ef099d34fbecf7dc59 (patch)
treed45035f7fd793d6b5a8527653e90ae17f4de185b /changelogs
parentdefdf59a42e03cd307e30f0423c2112db5877eac (diff)
Merge branch '52618-incorrect-stage-being-shown-in-side-bar-of-job-view-api' into 'master'
Add stage name in job.json response Closes #52618 See merge request gitlab-org/gitlab-ce!22317
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/52618-incorrect-stage-being-shown-in-side-bar-of-job-view-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/52618-incorrect-stage-being-shown-in-side-bar-of-job-view-api.yml b/changelogs/unreleased/52618-incorrect-stage-being-shown-in-side-bar-of-job-view-api.yml
new file mode 100644
index 00000000000..fdbde709e77
--- /dev/null
+++ b/changelogs/unreleased/52618-incorrect-stage-being-shown-in-side-bar-of-job-view-api.yml
@@ -0,0 +1,5 @@
+---
+title: Load correct stage in the stages dropdown
+merge_request: 22317
+author:
+type: fixed