Removes N+1 gitaly rpc call to fetch the last commit for path
Implements list_last_commits_for_tree to communicate with the ListLastCommitsForTree Gitaly RPC Bumps the Gitaly server version Bumps the Gitaly-Proto gem version
Showing
... | ... | @@ -423,7 +423,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
... | ... |
Please register or sign in to comment