Commit 74f69442 authored by Stan Hu's avatar Stan Hu

Merge branch 'da-fix-gitlab-git-repository' into 'master'

Does not rescue from GRPC::DataLoss errors

See merge request gitlab-org/gitlab-ee!5716
parents c7c9b420 98b13e3f
......@@ -1454,8 +1454,6 @@ module Gitlab
raise NoRepository.new(e)
rescue GRPC::InvalidArgument => e
raise ArgumentError.new(e)
rescue GRPC::DataLoss => e
raise InvalidRepository.new(e)
rescue GRPC::BadStatus => e
raise CommandError.new(e)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment