Updating project path gives a 500
Closed
Updating project path gives a 500
Created by: OtaK
Hi all,
I'm having an issue when changing the path of my project. I believe the issue lies in the new version of gitlab-shell
Started PATCH "/OtaK_/my-project" for 127.0.0.1 at 2013-12-22 14:07:52 +0100
Processing by ProjectsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"something", "project"=>{"path"=>"something"}, "id"=>"OtaK_/my-project"}
Completed 500 Internal Server Error in 41ms
TypeError (no implicit conversion of nil into String):
lib/gitlab/backend/shell.rb:48:in `system'
lib/gitlab/backend/shell.rb:48:in `update_repository_head'
app/models/project.rb:488:in `change_head'
app/contexts/projects/update_context.rb:13:in `execute'
app/controllers/projects_controller.rb:39:in `update'
app/controllers/application_controller.rb:57:in `set_current_user_for_thread'
Please register or sign in to reply