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-13 16:48:17 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-09-13 16:48:17 +0300
commitc5fc4a035e8c6cd2e7b0847e5b9a10a67a762965 (patch)
treef7cd9c12869be24e42fd012f392795823ebd883c /ruby
parentff2f210d613cff6d208afd9409860c3394c8fb0e (diff)
remote: Deprecate FetchInternalRemote RPC
The FetchInternalRemote RPC isn't used by anything anymore. Let's deprecate it such that we can remove it in the next release. Changelog: deprecation
Diffstat (limited to 'ruby')
-rw-r--r--ruby/proto/gitaly/remote_services_pb.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/remote_services_pb.rb b/ruby/proto/gitaly/remote_services_pb.rb
index 9bd533d96..fe5cb63aa 100644
--- a/ruby/proto/gitaly/remote_services_pb.rb
+++ b/ruby/proto/gitaly/remote_services_pb.rb
@@ -14,6 +14,9 @@ module Gitaly
self.unmarshal_class_method = :decode
self.service_name = 'gitaly.RemoteService'
+ # FetchInternalRemote used to fetch changes from a remote repository into
+ # the target repository. This RPC call is deprecated and shouldn't be used
+ # at all anymore. It will be removed in release v14.4.
rpc :FetchInternalRemote, Gitaly::FetchInternalRemoteRequest, Gitaly::FetchInternalRemoteResponse
# UpdateRemoteMirror compares the references in the target repository and its remote mirror
# repository. Any differences in the references are then addressed by pushing the differing