Commit 0a53e47bae31d3f7d84acc3dd7ec2c19f5d0460a
1 parent
59b57eec
Exists in
master
and in
4 other branches
Extend CHANGELOG for 6.0
Showing
1 changed file
with
21 additions
and
10 deletions
Show diff stats
CHANGELOG
1 | v 6.0.0 | 1 | v 6.0.0 |
2 | - - Epic: Replace teams with group membership | ||
3 | - - Merge Requests between fork and project (Izaak Alpert) | 2 | + - Feature: Replace teams with group membership |
3 | + - Feature: Ability to have multiple owners for group | ||
4 | + - Feature: Merge Requests between fork and project (Izaak Alpert) | ||
5 | + - Feature: Generate fingerprint for ssh keys | ||
6 | + - Feature: Ability to create and remove branches with UI | ||
7 | + - Feature: Ability to create and remove git tags with UI | ||
8 | + - Feature: Groups page in profile. You can leave group there | ||
9 | + - API: Allow login with LDAP credentials | ||
10 | + - Redesign: project settings navigation | ||
11 | + - Redesign: snippets area | ||
12 | + - Redesign: ssh keys page | ||
13 | + - Redesign: buttons, blocks and other ui elements | ||
14 | + - Add comment title to rss feed | ||
15 | + - You can use arrows to navigate at tree view | ||
4 | - Add project filter on dashboard | 16 | - Add project filter on dashboard |
5 | - - cache project graph | 17 | + - Cache project graph |
6 | - Drop support of root namespaces | 18 | - Drop support of root namespaces |
7 | - - Redesign project settings navigation | ||
8 | - - Restyled login screen | ||
9 | - Default theme is classic now | 19 | - Default theme is classic now |
10 | - Cache result of methods like authorize_projects, project.team.members etc | 20 | - Cache result of methods like authorize_projects, project.team.members etc |
11 | - Remove $.ready events | 21 | - Remove $.ready events |
@@ -13,12 +23,13 @@ v 6.0.0 | @@ -13,12 +23,13 @@ v 6.0.0 | ||
13 | - Add notification level to group membership | 23 | - Add notification level to group membership |
14 | - Move all project controllers/views under Projects:: module | 24 | - Move all project controllers/views under Projects:: module |
15 | - Move all profile controllers/views under Profiles:: module | 25 | - Move all profile controllers/views under Profiles:: module |
16 | - - Redesign ssh keys page | ||
17 | - - Generate fingerprint for ssh keys | ||
18 | - - You can use arrows to navigate at tree view | ||
19 | - Apply user project limit only for personal projects | 26 | - Apply user project limit only for personal projects |
20 | - - API: Allow login with LDAP credentials | ||
21 | - - Ability to remove branches/tags with UI | 27 | + - Unicorn is default web server for new installations |
28 | + - Store satellites lock files inside satellites dir | ||
29 | + - Disabled threadsafety mode in rails | ||
30 | + - Fixed bug with loosing MR comments | ||
31 | + - Improved MR comments logic | ||
32 | + - Render readme file for projects in public area | ||
22 | 33 | ||
23 | v 5.4.0 | 34 | v 5.4.0 |
24 | - Ability to edit own comments | 35 | - Ability to edit own comments |