-
- Downloads
There was an error fetching the commit references. Please try again later.
Add client code to call GetObjectDirectorySize RPC
This includes the changes for GITALY_SERVER_VERSION and Gemfile
Showing
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- lib/gitlab/git/repository.rb 5 additions, 0 deletionslib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/repository_service.rb 7 additions, 0 deletionslib/gitlab/gitaly_client/repository_service.rb
- spec/lib/gitlab/git/repository_spec.rb 12 additions, 0 deletionsspec/lib/gitlab/git/repository_spec.rb
- spec/lib/gitlab/gitaly_client/repository_service_spec.rb 11 additions, 0 deletionsspec/lib/gitlab/gitaly_client/repository_service_spec.rb
Loading
| Loading
| @@ -419,7 +419,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 1.22.1', require: 'gitaly' | ||
gem 'grpc', '~> 1.15.0' | ||
Loading
| Loading
|
Please register or sign in to comment