ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.5.10 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.6.0.pre.rc42
- old
+ new
@@ -46,11 +46,12 @@
# depending on how Git decides to deltify it in a packfile. Thus, when a repack would cause a
# different delta base to be picked, the actual on-disk size of any given object may change.
rpc :ObjectsSize, stream(::Gitaly::ObjectsSizeRequest), ::Gitaly::ObjectsSizeResponse
# ObjectFormat determines the object format that is being used by the repository.
rpc :ObjectFormat, ::Gitaly::ObjectFormatRequest, ::Gitaly::ObjectFormatResponse
- # ApplyGitattributes ...
+ # ApplyGitattributes writes the attributes from the given revision to info/attributes.
+ # This RPC will be removed in 17.0.
rpc :ApplyGitattributes, ::Gitaly::ApplyGitattributesRequest, ::Gitaly::ApplyGitattributesResponse
# FetchRemote fetches references from a remote repository into the local
# repository.
rpc :FetchRemote, ::Gitaly::FetchRemoteRequest, ::Gitaly::FetchRemoteResponse
# CreateRepository ...
@@ -95,11 +96,12 @@
# back. Returns a NotFound error in case no gitconfig was found.
rpc :GetConfig, ::Gitaly::GetConfigRequest, stream(::Gitaly::GetConfigResponse)
# FindLicense looks in the given repository and attempts to detect all the
# details about the license used in the repository.
rpc :FindLicense, ::Gitaly::FindLicenseRequest, ::Gitaly::FindLicenseResponse
- # GetInfoAttributes ...
+ # GetInfoAttributes reads the contents from info/attributes.
+ # This RPC will be removed in 17.0.
rpc :GetInfoAttributes, ::Gitaly::GetInfoAttributesRequest, stream(::Gitaly::GetInfoAttributesResponse)
# CalculateChecksum ...
rpc :CalculateChecksum, ::Gitaly::CalculateChecksumRequest, ::Gitaly::CalculateChecksumResponse
# GetSnapshot ...
rpc :GetSnapshot, ::Gitaly::GetSnapshotRequest, stream(::Gitaly::GetSnapshotResponse)
@@ -171,10 +173,10 @@
# 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.
rpc :RemoveAll, ::Gitaly::RemoveAllRequest, ::Gitaly::RemoveAllResponse
- # BackupRepository creates a full backup streamed directly to
+ # 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
# RestoreRepository restores a backup streamed directly from object-storage.
# The repository is restored synchronously. The source object-storage must