Skip to content
Snippets Groups Projects
Commit e923f885 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'bvl-docs-dynamic-path-validator' into 'master'

Update documentation on reserved words for groups and projects

See merge request !11432

Former-commit-id: a5f06563
parents ee4447a7 4992610d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -71,8 +71,10 @@ structure.
- You need to be an Owner of a group in order to be able to create
a subgroup. For more information check the [permissions table][permissions].
- For a list of words that are not allowed to be used as group names see the
[`namespace_validator.rb` file][reserved] under the `RESERVED` and
`WILDCARD_ROUTES` lists.
[`dynamic_path_validator.rb` file][reserved] under the `TOP_LEVEL_ROUTES`, `WILDCARD_ROUTES` and `GROUP_ROUTES` lists:
- `TOP_LEVEL_ROUTES`: are names that are reserved as usernames or top level groups
- `WILDCARD_ROUTES`: are names that are reserved for child groups or projects.
- `GROUP_ROUTES`: are names that are reserved for all groups or projects.
 
To create a subgroup:
 
Loading
Loading
@@ -161,4 +163,4 @@ Here's a list of what you can't do with subgroups:
 
[ce-2772]: https://gitlab.com/gitlab-org/gitlab-ce/issues/2772
[permissions]: ../../permissions.md#group
[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/validators/namespace_validator.rb
[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/validators/dynamic_path_validator.rb
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