Merge branch 'feature/migrate-blob-batch-to-gitaly' into 'master'
Migrate Git::Blob.batch to Gitaly
Closes #37445 and gitaly#985
See merge request gitlab-org/gitlab-ce!16928
Showing
... | @@ -410,7 +410,7 @@ group :ed25519 do | ... | @@ -410,7 +410,7 @@ group :ed25519 do |
end | end | ||
# Gitaly GRPC client | # Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.83.0', require: 'gitaly' | gem 'gitaly-proto', '~> 0.84.0', require: 'gitaly' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | # Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
gem 'google-protobuf', '= 3.5.1' | gem 'google-protobuf', '= 3.5.1' | ||
... | ... |
lib/gitlab/gitaly_client/blobs_stitcher.rb
0 → 100644
Please
register
or
sign in
to comment