-
- Downloads
Merge branch 'gitaly-user-commit-files' into 'master'
Incorporate Gitaly's OperationService.UserCommitFiles RPC Closes gitaly#890 See merge request gitlab-org/gitlab-ce!16307
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
- lib/gitlab/git/repository.rb 41 additions, 25 deletionslib/gitlab/git/repository.rb
- lib/gitlab/gitaly_client/operation_service.rb 72 additions, 0 deletionslib/gitlab/gitaly_client/operation_service.rb
- spec/lib/gitlab/git/gitlab_projects_spec.rb 3 additions, 0 deletionsspec/lib/gitlab/git/gitlab_projects_spec.rb
- spec/services/files/update_service_spec.rb 7 additions, 5 deletionsspec/services/files/update_service_spec.rb
- spec/spec_helper.rb 10 additions, 0 deletionsspec/spec_helper.rb
- spec/support/cycle_analytics_helpers.rb 28 additions, 3 deletionsspec/support/cycle_analytics_helpers.rb
- spec/support/project_forks_helper.rb 0 additions, 4 deletionsspec/support/project_forks_helper.rb
Loading
| Loading
| @@ -406,7 +406,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.73.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.74.0', require: 'gitaly' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
Loading
| Loading
|
Please register or sign in to comment