ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.11.10 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.0.0.pre.rc1
- old
+ new
@@ -171,17 +171,9 @@
# last 30 minutes. This is a hard requirement to avoid repository corruption.
#
# to make proper use of this RPC you thus need to call OptimizeRepository,
# wait 30 minutes, and then call PruneUnreachableObjects.
rpc :PruneUnreachableObjects, ::Gitaly::PruneUnreachableObjectsRequest, ::Gitaly::PruneUnreachableObjectsResponse
- # 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
# RemoveAll deletes all repositories on a specified storage.
# Deprecated in favour of individually removing repositories with RemoveRepository.
rpc :RemoveAll, ::Gitaly::RemoveAllRequest, ::Gitaly::RemoveAllResponse
# BackupRepository creates a full or incremental backup streamed directly to
# object-storage. The backup is created synchronously. The destination must