Geo::MoveRepositoryService is broken
The Geo::MoveRepositoryService
service is broken due to an invalid path_with_namespace in the system hook payload. This happens because the value of Project#full_path
is cached per request. So, when the project_rename
payload is posted the old value for the path_with_namespace
is sent.