Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2021-09-15 16:32:14 +0300
committerChristian Couder <chriscool@tuxfamily.org>2021-09-15 16:32:14 +0300
commitf213ed0fca63fd555cd668283fae05efcb041fcb (patch)
tree87f3597cf9b296823fc78677768f6cb17f6fcd71 /ruby
parent1aa832319618a50fcb85d698576f08c5a718b5ef (diff)
parente61d7828e502e4cd7ad89c9c303ba5a0fb1d937f (diff)
Merge branch 'pks-ref-deprecate-list-new-blobs' into 'master'
ref: Deprecate `ListNewBlobs()` RPC See merge request gitlab-org/gitaly!3873
Diffstat (limited to 'ruby')
-rw-r--r--ruby/proto/gitaly/ref_services_pb.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/ref_services_pb.rb b/ruby/proto/gitaly/ref_services_pb.rb
index 4da688cf4..978eed004 100644
--- a/ruby/proto/gitaly/ref_services_pb.rb
+++ b/ruby/proto/gitaly/ref_services_pb.rb
@@ -39,6 +39,8 @@ module Gitaly
rpc :GetTagMessages, Gitaly::GetTagMessagesRequest, stream(Gitaly::GetTagMessagesResponse)
# Returns commits that are only reachable from the ref passed
rpc :ListNewCommits, Gitaly::ListNewCommitsRequest, stream(Gitaly::ListNewCommitsResponse)
+ # ListNewBlobs is equivalent to ListBlobs with `["--not", "--all", "--not",
+ # commit_id]`. This RPC call will be removed in v14.4.
rpc :ListNewBlobs, Gitaly::ListNewBlobsRequest, stream(Gitaly::ListNewBlobsResponse)
rpc :PackRefs, Gitaly::PackRefsRequest, Gitaly::PackRefsResponse
# ListRefs returns a stream of all references in the repository. By default, pseudo-revisions like HEAD