diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-10-24 12:55:02 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-10-24 12:55:02 +0000 |
commit | 6e693771e81c7e1f8e80f6364e4b8d9a1e000dc1 (patch) | |
tree | 84ec93a246e8b902df81599dd26c894948089011 /CHANGELOG.md | |
parent | f2644adf8b2352ddadc14687ee0dc172a8416d1c (diff) | |
parent | db0182e261936c3e800b546d307a3d3834ff9927 (diff) | |
download | gitlab-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.md | 1 |
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 |