Make UpdateRepositoryStorageService idempotent
UpdateRepositoryStorageService moves a Git repository from its "old" Gitaly shard to a "new" shard. This fixes a bug where if "old == new", UpdateRepositoryStorageService would end up deleting your repository.
Showing
Please register or sign in to comment