Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
This commit is contained in:
parent
70bf7f6e19
commit
f5551efdfd
20 changed files with 146 additions and 99 deletions
|
@ -23,7 +23,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def update_repository project
|
||||
config.update_project!(project.path, project)
|
||||
config.update_project!(project)
|
||||
end
|
||||
|
||||
def move_repository(old_repo, new_repo, project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue