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:
authorash wilson <smashwilson@gmail.com>2013-05-31 03:16:49 +0400
committerAsh Wilson <smashwilson@gmail.com>2013-08-26 02:58:41 +0400
commitc8a115c0e3a9c8242c2a422572d47a49e0cb2874 (patch)
tree5a36c3e0f364fdfb710e01090fc81b9676ea53c4 /CHANGELOG
parent2b36dee64485062c69779217d4a202e5ca1b67bd (diff)
Link issues from comments and automatically close them
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0bd68762563..7c3d7ba3502 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+v 6.1.0
+ - Link issues, merge requests, and commits when they reference each other with GFM
+ - Close issues automatically when pushing commits with a special message
+
v 6.0.0
- Feature: Replace teams with group membership
We introduce group membership in 6.0 as a replacement for teams.
@@ -54,7 +58,7 @@ v 5.4.0
- Notify mentioned users with email
v 5.3.0
- - Refactored services
+ - Refactored services
- Campfire service added
- HipChat service added
- Fixed bug with LDAP + git over http