ruby/proto/gitaly/repository_services_pb.rb in gitaly-15.1.0.pre.rc1 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-15.2.0.pre.rc1
- old
+ new
@@ -121,9 +121,12 @@
# SetFullPath writes the "gitlab.fullpath" configuration into the
# repository's gitconfig. This is mainly to help debugging purposes in case
# an admin inspects the repository's gitconfig such that he can easily see
# what the repository name is.
rpc :SetFullPath, ::Gitaly::SetFullPathRequest, ::Gitaly::SetFullPathResponse
+ # FullPath reads the "gitlab.fullpath" configuration from the repository's
+ # gitconfig. Returns an error in case the full path has not been configured.
+ rpc :FullPath, ::Gitaly::FullPathRequest, ::Gitaly::FullPathResponse
end
Stub = Service.rpc_stub_class
end
end