Skip to content
Snippets Groups Projects
Commit 942cf323 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Better description based on a conversation in the contributor room.

parent 0be06215
No related branches found
No related tags found
1 merge request!4692Better description based on a conversation in the contributor room.
Loading
Loading
@@ -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
Loading
Loading
@@ -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!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment