-
- Downloads
Add Repository#set_config and #delete_config
parent
afb3caac
No related branches found
No related tags found
Showing
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- Gemfile.rails5.lock 2 additions, 2 deletionsGemfile.rails5.lock
- lib/gitlab/git/repository.rb 11 additions, 1 deletionlib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/repository_service.rb 44 additions, 5 deletionslib/gitlab/gitaly_client/repository_service.rb
- spec/lib/gitlab/git/repository_spec.rb 48 additions, 0 deletionsspec/lib/gitlab/git/repository_spec.rb
Loading
| Loading
| @@ -418,7 +418,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.103.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.105.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
Loading
| Loading
|
Please register or sign in to comment