diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-04-04 15:37:08 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-04-04 15:37:08 +0000 |
commit | f505c753b02a7a0b41cc42a85ac15017af4ed86f (patch) | |
tree | d1ea34378c2fcf74db0c0b1937f14d3df84d4ff4 /CHANGELOG | |
parent | 5e8740eef01ff5263a8b75a96d2109dfae2c63c0 (diff) | |
parent | a6b5b50e14885a82530794c6ea35c940305244dd (diff) | |
download | gitlab-ce-f505c753b02a7a0b41cc42a85ac15017af4ed86f.tar.gz |
Merge branch 'fix_remove_fork_link' into 'master'
Remove fork link closes all merge requests opened on source project
Currently, if you:
- create a fork
- open a merge request on the source project
- remove the fork link
The created MR cannot be closed.
With this MR, all pending MR is closed when the fork link is removed.
See merge request !3189
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 34cf78f8f8c..f72bb670ece 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -128,6 +128,7 @@ v 8.6.0 - Add main language of a project in the list of projects (Tiago Botelho) - Add #upcoming filter to Milestone filter (Tiago Botelho) - Add ability to show archived projects on dashboard, explore and group pages + - Remove fork link closes all merge requests opened on source project (Florent Baldino) - Move group activity to separate page - Create external users which are excluded of internal and private projects unless access was explicitly granted - Continue parameters are checked to ensure redirection goes to the same instance |