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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-09-15 10:18:16 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-09-15 10:20:54 +0300
commite61d7828e502e4cd7ad89c9c303ba5a0fb1d937f (patch)
treed86049ea1d3f28266374ed1ab982ea0ad01840a3 /ruby
parentccd8ea3e1436d6464ac5f67e6bebd1ae317f4d50 (diff)
ref: Deprecate `ListNewBlobs()` RPC
The `ListNewBlobs()` RPC call has been replaced upstream by the more flexible alternative `ListBlobs()`, which can do the same but across multiple new refs as once. Let's deprecate this RPC such that we can remove it in v14.4. Changelog: deprecated
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