-
- Downloads
Fix hashed storage with project transfers to another namespace
With hashed storage enabled, we would fail to transfer a project to another namespace because the provided paths were wrong. Instead, we should not attempt to move paths at all. Closes gitlab-org/gitlab-ee#4056
Showing
- app/services/projects/transfer_service.rb 17 additions, 9 deletionsapp/services/projects/transfer_service.rb
- changelogs/unreleased/sh-port-hashed-storage-transfer-fix.yml 5 additions, 0 deletions...gelogs/unreleased/sh-port-hashed-storage-transfer-fix.yml
- spec/services/projects/transfer_service_spec.rb 32 additions, 0 deletionsspec/services/projects/transfer_service_spec.rb
Please register or sign in to comment