diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-16 19:29:28 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-16 19:29:28 +0000 |
commit | e0f46ef1a59a55c188b5d469d1a2c82517f8fd15 (patch) | |
tree | 0eec82f727f7f1d5944be2006340796fdcf8f0d4 /CHANGELOG | |
parent | 38d0b5b54e486a338050fcb3997fce51102de26c (diff) | |
parent | cd37c927e1415bc2a181283dd1ff484868337906 (diff) | |
download | gitlab-ce-e0f46ef1a59a55c188b5d469d1a2c82517f8fd15.tar.gz |
Merge branch 'merge-request-default-source-branch-text' into 'master'
Added source branch text to dropdown toggle
## What does this MR do?
Previously, the dropdown toggle would default to "Select source branch", this changes that so that it defaults to the branch name and if that doesn't exist, it defaults to "Select source branch"
## Screenshots (if relevant)
![Screen_Shot_2016-06-07_at_12.20.10](/uploads/40d31e21297a99300050cf9f23bd7371/Screen_Shot_2016-06-07_at_12.20.10.png)
See merge request !4504
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7f43d777b2b..043eb5a0d1f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -42,6 +42,7 @@ v 8.9.0 (unreleased) - Use gitlab-shell v3.0.0 - Fixed alignment of download dropdown in merge requests - Upgrade to jQuery 2 + - Adds selected branch name to the dropdown toggle - Use Knapsack to evenly distribute tests across multiple nodes - Add `sha` parameter to MR merge API, to ensure only reviewed changes are merged - Don't allow MRs to be merged when commits were added since the last review / page load |