Commit d4c4fc35a66da709849081caf0292a5025a1b857
Exists in
master
and in
4 other branches
Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhq
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
CHANGELOG
1 | 1 | v 6.1.0 |
2 | + - Project specific IDs for issues, mr, milestones | |
3 | + Above items will get a new id and for example all bookmarked issue urls will change. | |
4 | + Old issue urls are redirected to the new one if the issue id is too high for an internal id. | |
2 | 5 | - Description field added to Merge Request |
3 | 6 | - API: Sudo api calls (Izaak Alpert) |
4 | 7 | - API: Group membership api (Izaak Alpert) |
5 | 8 | - Improved commit diff |
6 | 9 | - Improved large commit handling (Boyan Tabakov) |
7 | 10 | - Rewrite: Init script now less prone to errors and keeps better track of the service. |
8 | - - Link issues, merge requests, and commits when they reference each other with GFM | |
11 | + - Link issues, merge requests, and commits when they reference each other with GFM (Ash Wilson) | |
9 | 12 | - Close issues automatically when pushing commits with a special message |
10 | - - Project internal ids for issues, mr, milestones | |
11 | 13 | - Improve user removal from admin area |
12 | 14 | - Invalidate events cache when project was moved |
13 | 15 | - Remove deprecated classes and rake tasks | ... | ... |