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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
c8fb9726
Commit
c8fb9726
authored
Mar 25, 2015
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notification on project moving
parent
8f3f6e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
app/services/projects/transfer_service.rb
app/services/projects/transfer_service.rb
+3
-0
No files found.
app/services/projects/transfer_service.rb
View file @
c8fb9726
...
@@ -43,6 +43,9 @@ module Projects
...
@@ -43,6 +43,9 @@ module Projects
project
.
namespace
=
new_namespace
project
.
namespace
=
new_namespace
project
.
save!
project
.
save!
# Notifications
project
.
send_move_instructions
# Move main repository
# Move main repository
unless
gitlab_shell
.
mv_repository
(
old_path
,
new_path
)
unless
gitlab_shell
.
mv_repository
(
old_path
,
new_path
)
raise
TransferError
.
new
(
'Cannot move project'
)
raise
TransferError
.
new
(
'Cannot move project'
)
...
...
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