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
6c36c138
Commit
6c36c138
authored
Aug 29, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move help for renaming group path to docs
And expand on the help text.
parent
8d568fe3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
5 deletions
+24
-5
app/views/shared/_group_form.html.haml
app/views/shared/_group_form.html.haml
+3
-5
doc/user/group/index.md
doc/user/group/index.md
+21
-0
No files found.
app/views/shared/_group_form.html.haml
View file @
6c36c138
...
...
@@ -22,11 +22,9 @@
-
if
@group
.
persisted?
.alert.alert-warning.prepend-top-10
%ul
%li
Changing group path can have unintended side effects.
%li
Renaming group path will rename directory for all related projects
%li
It will change web url for access group and group projects.
%li
It will change the git path to repositories under this group.
Changing group path can have unintended side effects.
=
succeed
'.'
do
=
link_to
'Learn more'
,
help_page_path
(
'user/group/index'
,
anchor:
'changing-a-groups-path'
),
target:
'_blank'
.form-group.group-name-holder
=
f
.
label
:name
,
class:
'control-label'
do
...
...
doc/user/group/index.md
View file @
6c36c138
...
...
@@ -188,6 +188,27 @@ Besides giving you the option to edit any settings you've previously
set when
[
creating the group
](
#create-a-new-group
)
, you can also
access further configurations for your group.
#### Changing a group's path
> **Note:** If you want to retain ownership over the original namespace and
protect the URL redirects, then instead of changing a group's path or renaming a
username, you can create a new group and transfer projects to it.
Changing a group's path can have unintended side effects.
*
Existing web URLs for the group and anything under it (i.e. projects) will
redirect to the new URLs
*
Existing Git remote URLs for projects under the group will no longer work, but
Git responses will show an error with the new remote URL
*
The original namespace can be claimed again by any group or user, which will
destroy web redirects and Git remote warnings
*
If you are vacating the path so it can be claimed by another group or user,
you may need to rename the group name as well since both names and paths must be
unique
> It is currently not possible to rename a namespace if it contains a
project with container registry tags, because the project cannot be moved.
#### Enforce 2FA to group members
Add a security layer to your group by
...
...
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