gitaly_client: Implement `#list_commits()` RPC wrapper
Implement a wrapper for the new `ListCommits()` RPC introduced in Gitaly v14.0-rc3. This new RPC can take a set of revisions including the pseudo revisions `--not` and `--all` and is thus slated to deprecate some of the existing RPC calls which list commits.
Showing
... | @@ -472,7 +472,7 @@ end | ... | @@ -472,7 +472,7 @@ end |
gem 'spamcheck', '~> 0.1.0' | gem 'spamcheck', '~> 0.1.0' | ||
# Gitaly GRPC protocol definitions | # Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 14.1.0.pre.rc2' | gem 'gitaly', '~> 14.1.0.pre.rc3' | ||
# KAS GRPC protocol definitions | # KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.0.2' | gem 'kas-grpc', '~> 0.0.2' | ||
... | ... |
Please register or sign in to comment