ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.7.10 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.8.0.pre.rc1
- old
+ new
@@ -178,9 +178,10 @@
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
# be configured in config.backup.go_cloud_url
rpc :BackupRepository, ::Gitaly::BackupRepositoryRequest, ::Gitaly::BackupRepositoryResponse