ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.0.9.pre.rc50 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-17.1.0.pre.rc42
- old
+ new
@@ -183,9 +183,11 @@
# The repository is restored synchronously. The source object-storage must
# be configured in config.backup.go_cloud_url
rpc :RestoreRepository, ::Gitaly::RestoreRepositoryRequest, ::Gitaly::RestoreRepositoryResponse
# GetFileAttributes queries given file attributes as specified in .gitattributes file
rpc :GetFileAttributes, ::Gitaly::GetFileAttributesRequest, ::Gitaly::GetFileAttributesResponse
+ # FastExport runs git-fast-export on the repository, streaming the data back through the response
+ rpc :FastExport, ::Gitaly::FastExportRequest, stream(::Gitaly::FastExportResponse)
end
Stub = Service.rpc_stub_class
end
end