-
- Downloads
Re-enable Gitaly commit_raw_diff feature
Showing
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 3 additions, 3 deletionsGemfile.lock
- app/models/commit.rb 8 additions, 7 deletionsapp/models/commit.rb
- lib/gitlab/gitaly_client/commit.rb 3 additions, 1 deletionlib/gitlab/gitaly_client/commit.rb
- spec/models/commit_spec.rb 27 additions, 28 deletionsspec/models/commit_spec.rb
Loading
| Loading
| @@ -367,6 +367,6 @@ gem 'vmstat', '~> 2.3.0' |
gem 'sys-filesystem', '~> 1.1.6' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.5.0' | ||
gem 'gitaly', '~> 0.6.0' | ||
gem 'toml-rb', '~> 0.3.15', require: false |
Please register or sign in to comment