Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5d018325
Commit
5d018325
authored
Jun 29, 2020
by
Mike Jang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify use of private, public, internal groups
parent
f89c0326
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
doc/development/permissions.md
doc/development/permissions.md
+9
-2
doc/user/group/subgroups/index.md
doc/user/group/subgroups/index.md
+3
-0
No files found.
doc/development/permissions.md
View file @
5d018325
...
@@ -13,9 +13,16 @@ Groups and projects can have the following visibility levels:
...
@@ -13,9 +13,16 @@ Groups and projects can have the following visibility levels:
-
internal (
`10`
) - an entity is visible to logged in users
-
internal (
`10`
) - an entity is visible to logged in users
-
private (
`0`
) - an entity is visible only to the approved members of the entity
-
private (
`0`
) - an entity is visible only to the approved members of the entity
By default, subgroups can
**not**
have higher visibility levels.
For example, if you create a new private group, it can not include a public subgroup.
The visibility level of a group can be changed only if all subgroups and
The visibility level of a group can be changed only if all subgroups and
sub-projects have the same or lower visibility level. (e.g., a group can be set
sub-projects have the same or lower visibility level. For example, a group can be set
to internal only if all subgroups and projects are internal or private).
to internal only if all subgroups and projects are internal or private.
CAUTION:
**Warning:**
If you migrate an existing group to a lower visibility level, that action does not migrate subgroups
in the same way. This is a
[
known issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/22406
)
.
Visibility levels can be found in the
`Gitlab::VisibilityLevel`
module.
Visibility levels can be found in the
`Gitlab::VisibilityLevel`
module.
...
...
doc/user/group/subgroups/index.md
View file @
5d018325
...
@@ -19,6 +19,9 @@ By using subgroups you can do the following:
...
@@ -19,6 +19,9 @@ By using subgroups you can do the following:
-
**Make it easier to manage people and control visibility.**
Give people
-
**Make it easier to manage people and control visibility.**
Give people
different
[
permissions
](
../../permissions.md#group-members-permissions
)
depending on their group
[
membership
](
#membership
)
.
different
[
permissions
](
../../permissions.md#group-members-permissions
)
depending on their group
[
membership
](
#membership
)
.
For more information on allowed permissions in groups and projects, see
[
visibility levels
](
../../../development/permissions.md#general-permissions
)
.
## Overview
## Overview
A group can have many subgroups inside it, and at the same time a group can have
A group can have many subgroups inside it, and at the same time a group can have
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment