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
62ad699b
Commit
62ad699b
authored
Aug 01, 2017
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix repository initialization
parent
071b0ea7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/models/project.rb
app/models/project.rb
+2
-2
No files found.
app/models/project.rb
View file @
62ad699b
...
@@ -980,8 +980,8 @@ class Project < ActiveRecord::Base
...
@@ -980,8 +980,8 @@ class Project < ActiveRecord::Base
# Expires various caches before a project is renamed.
# Expires various caches before a project is renamed.
def
expire_caches_before_rename
(
old_path
)
def
expire_caches_before_rename
(
old_path
)
# TODO: if we start using UUIDs for cache, we don't need to do this HACK anymore
# TODO: if we start using UUIDs for cache, we don't need to do this HACK anymore
repo
=
Repository
.
new
(
old_path
,
old_path
,
self
)
repo
=
Repository
.
new
(
old_path
,
self
)
wiki
=
Repository
.
new
(
"
#{
old_path
}
.wiki"
,
"
#{
old_path
}
.wiki"
,
self
)
wiki
=
Repository
.
new
(
"
#{
old_path
}
.wiki"
,
self
)
if
repo
.
exists?
if
repo
.
exists?
repo
.
before_delete
repo
.
before_delete
...
...
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