summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-10-24 12:55:02 +0000
committerDouwe Maan <douwe@gitlab.com>2016-10-24 12:55:02 +0000
commit6e693771e81c7e1f8e80f6364e4b8d9a1e000dc1 (patch)
tree84ec93a246e8b902df81599dd26c894948089011 /CHANGELOG.md
parentf2644adf8b2352ddadc14687ee0dc172a8416d1c (diff)
parentdb0182e261936c3e800b546d307a3d3834ff9927 (diff)
downloadgitlab-ce-6e693771e81c7e1f8e80f6364e4b8d9a1e000dc1.tar.gz
Merge branch '21513-fix-branch-protection-api' into 'master'
Fix branch protection API. ## What does this MR do? - Fixes the branch protection API. - Closes #21513 - EE Merge Request: gitlab-org/gitlab-ee!718 ## Tasks - [ ] #21513 !6215 Protected branches API bug - [x] Investigate - [x] Test + Fix - [x] Changelog - [x] MR - [x] Wait for build to pass - [x] Review - [x] Check for EE conflicts - [x] Create EE MR - [x] Refactor + Fix - [x] Rebase EE MR against EE master - [x] Wait for builds to pass - [x] Assign to dbalexandre/douwe - [x] Implement latest review comments - [x] Wait for Douwe's review - [x] Implement changes - [x] Port changes to EE MR - [x] Assign both back to Douwe - [ ] Wait for merge - [ ] Merge gitlab-org/gitlab-ee!718 See merge request !6215
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cef2aab364..ca6b9bc99d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -391,6 +391,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fix inconsistent checkbox alignment (ClemMakesApps)
- Use the default branch for displaying the project icon instead of master !5792 (Hannes Rosenögger)
- Adds response mime type to transaction metric action when it's not HTML
+ - Fix branch protection API !6215
- Fix hover leading space bug in pipeline graph !5980
- Avoid conflict with admin labels when importing GitHub labels
- User can edit closed MR with deleted fork (Katarzyna Kobierska Ula Budziszewska) !5496