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:
authorDouwe Maan <douwe@gitlab.com>2016-04-04 18:37:08 +0300
committerDouwe Maan <douwe@gitlab.com>2016-04-04 18:37:08 +0300
commitf505c753b02a7a0b41cc42a85ac15017af4ed86f (patch)
treed1ea34378c2fcf74db0c0b1937f14d3df84d4ff4 /CHANGELOG
parent5e8740eef01ff5263a8b75a96d2109dfae2c63c0 (diff)
parenta6b5b50e14885a82530794c6ea35c940305244dd (diff)
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--CHANGELOG1
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