-
- Downloads
Add support for :all option to {count,find}_commits
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 2 additions, 4 deletionslib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/commit_service.rb 3 additions, 1 deletionlib/gitlab/gitaly_client/commit_service.rb
- spec/lib/gitlab/git/repository_spec.rb 184 additions, 176 deletionsspec/lib/gitlab/git/repository_spec.rb
Loading
| Loading
| @@ -411,7 +411,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.87.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
gem 'google-protobuf', '= 3.5.1' | ||
Loading
| Loading
|
Please register or sign in to comment