Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-13 14:23:07 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-13 14:24:53 +0300
commit4e87834268b281710bbe9c178589c15215a07320 (patch)
tree54b376a4b2d1be4c9a984f69fbcbc437cbeba629 /proto/go/gitalypb/objectpool_grpc.pb.go
parentcf32d208912de9dfbfdd4baab42655baf82bfce5 (diff)
proto: Fix deprecation marking wrong ObjectPoolService RPC as deprecated
We've recently deprecated the `ReduplicateRepository` RPC. And while we have added the `option deprecated = true` option to the correct RPC, the comment documenting the deprecation was by accident applied to the wrong RPC. Fix this by moving over the comment.
Diffstat (limited to 'proto/go/gitalypb/objectpool_grpc.pb.go')
-rw-r--r--proto/go/gitalypb/objectpool_grpc.pb.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/proto/go/gitalypb/objectpool_grpc.pb.go b/proto/go/gitalypb/objectpool_grpc.pb.go
index df3df9cf7..12b333213 100644
--- a/proto/go/gitalypb/objectpool_grpc.pb.go
+++ b/proto/go/gitalypb/objectpool_grpc.pb.go
@@ -39,7 +39,8 @@ type ObjectPoolServiceClient interface {
// does not depend on the pool member anymore and can be removed from it. Note that this function
// is not safe for use.
//
- // This RPC is deprecated. Please use DisconnectGitAlternates instead.
+ // This RPC is deprecated. Please use DisconnectGitAlternates instead. It will be removed in
+ // Gitaly v16.0, refer to https://gitlab.com/gitlab-org/gitaly/-/issues/4655.
ReduplicateRepository(ctx context.Context, in *ReduplicateRepositoryRequest, opts ...grpc.CallOption) (*ReduplicateRepositoryResponse, error)
// DisconnectGitAlternates will disconnect the object pool member from its object pool. It will:
//
@@ -54,8 +55,7 @@ type ObjectPoolServiceClient interface {
// If successful, the object pool member is disconnected from the object pool and does not depend
// on it anymore.
//
- // This RPC does not return an error in case the repository is not linked to any object pool. It
- // will be removed in Gitaly v16.0, refer to https://gitlab.com/gitlab-org/gitaly/-/issues/4655.
+ // This RPC does not return an error in case the repository is not linked to any object pool.
DisconnectGitAlternates(ctx context.Context, in *DisconnectGitAlternatesRequest, opts ...grpc.CallOption) (*DisconnectGitAlternatesResponse, error)
// FetchIntoObjectPool fetches all references from a pool member into an object pool so that
// objects shared between this repository and other pool members can be deduplicated. This RPC
@@ -160,7 +160,8 @@ type ObjectPoolServiceServer interface {
// does not depend on the pool member anymore and can be removed from it. Note that this function
// is not safe for use.
//
- // This RPC is deprecated. Please use DisconnectGitAlternates instead.
+ // This RPC is deprecated. Please use DisconnectGitAlternates instead. It will be removed in
+ // Gitaly v16.0, refer to https://gitlab.com/gitlab-org/gitaly/-/issues/4655.
ReduplicateRepository(context.Context, *ReduplicateRepositoryRequest) (*ReduplicateRepositoryResponse, error)
// DisconnectGitAlternates will disconnect the object pool member from its object pool. It will:
//
@@ -175,8 +176,7 @@ type ObjectPoolServiceServer interface {
// If successful, the object pool member is disconnected from the object pool and does not depend
// on it anymore.
//
- // This RPC does not return an error in case the repository is not linked to any object pool. It
- // will be removed in Gitaly v16.0, refer to https://gitlab.com/gitlab-org/gitaly/-/issues/4655.
+ // This RPC does not return an error in case the repository is not linked to any object pool.
DisconnectGitAlternates(context.Context, *DisconnectGitAlternatesRequest) (*DisconnectGitAlternatesResponse, error)
// FetchIntoObjectPool fetches all references from a pool member into an object pool so that
// objects shared between this repository and other pool members can be deduplicated. This RPC