debian-mirror-gitlab/doc/user/reserved_names.md

92 lines
1.6 KiB
Markdown
Raw Normal View History

2018-03-17 18:26:18 +05:30
# Reserved project and group names
Not all project & group names are allowed because they would conflict with
existing routes used by GitLab.
For a list of words that are not allowed to be used as group or project names, see the
[`path_regex.rb` file][reserved] under the `TOP_LEVEL_ROUTES`, `PROJECT_WILDCARD_ROUTES` and `GROUP_ROUTES` lists:
2019-07-07 11:18:12 +05:30
2018-03-17 18:26:18 +05:30
- `TOP_LEVEL_ROUTES`: are names that are reserved as usernames or top level groups
- `PROJECT_WILDCARD_ROUTES`: are names that are reserved for child groups or projects.
- `GROUP_ROUTES`: are names that are reserved for all groups or projects.
## Reserved project names
It is currently not possible to create a project with the following names:
2018-11-20 20:47:30 +05:30
- \-
2018-03-17 18:26:18 +05:30
- badges
- blame
- blob
- builds
- commits
- create
- create_dir
- edit
- environments/folders
- files
- find_file
- gitlab-lfs/objects
- info/lfs/objects
- new
- preview
- raw
- refs
- tree
- update
- wikis
## Reserved group names
Currently the following names are reserved as top level groups:
2018-11-20 20:47:30 +05:30
- \-
2018-03-17 18:26:18 +05:30
- .well-known
- 404.html
- 422.html
- 500.html
- 502.html
2019-10-12 21:52:04 +05:30
- 503.html
2018-03-17 18:26:18 +05:30
- abuse_reports
- admin
- api
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- assets
- autocomplete
- ci
- dashboard
- deploy.html
- explore
- favicon.ico
2018-11-08 19:23:39 +05:30
- favicon.png
2019-10-12 21:52:04 +05:30
- files
2018-03-17 18:26:18 +05:30
- groups
- health_check
- help
- import
- invites
- jwt
2019-10-12 21:52:04 +05:30
- login
2018-03-17 18:26:18 +05:30
- notification_settings
- oauth
- profile
- projects
- public
- robots.txt
- s
- search
- sent_notifications
- slash-command-logo.png
- snippets
- unsubscribes
- uploads
- users
2019-07-07 11:18:12 +05:30
- v2
2018-03-17 18:26:18 +05:30
These group names are unavailable as subgroup names:
2018-11-20 20:47:30 +05:30
- \-
2018-03-17 18:26:18 +05:30
[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/path_regex.rb