summaryrefslogtreecommitdiff
path: root/doc/update/5.4-to-6.0.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2013-08-01 21:23:57 +0200
committerSytse Sijbrandij <sytses@gmail.com>2013-08-01 21:23:57 +0200
commit942cf323339373911df9b3559df9de8141c2c8d6 (patch)
treee64e3e051b666d63fe7027696808944c4026b92d /doc/update/5.4-to-6.0.md
parent0be062152a780950d699676c7cf7e6b7154d7db9 (diff)
downloadgitlab-ce-942cf323339373911df9b3559df9de8141c2c8d6.tar.gz
Better description based on a conversation in the contributor room.
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r--doc/update/5.4-to-6.0.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index 42b9ee50d56..d7a5e964e24 100644
--- a/doc/update/5.4-to-6.0.md
+++ b/doc/update/5.4-to-6.0.md
@@ -9,9 +9,13 @@ So you need to move all your global projects under group/users manually before u
#### Teams
-We drop teams support as separate entity for 6.0 in favor of group membership.
-So now you will be able to manage group members in order to provide access to corresponding projects.
-
+We deprecate teams as separate entity in 6.0 in favor of group membership.
+The old combination of groups and teams was confusing for a lot of people.
+And when the members of a team where changed this wasn't reflected in the project permissions.
+In GitLab 6.0 you will be able to add members to a group with a permission level for each member.
+These group members will have access to the projects in that group.
+Any changes to group members will immediately be reflected in the project permissions.
+You can even have multiple owners for a group, greatly simplifying administration.
### 0. Backup
@@ -81,4 +85,4 @@ To make sure you didn't miss anything run a more thorough check with:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
-If all items are green, then congratulations upgrade complete! \ No newline at end of file
+If all items are green, then congratulations upgrade complete!