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-10-19 09:32:44 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-19 09:32:44 +0300
commit8ef301ad7a84ff75fd49504f6cb3d7cef9ac6f42 (patch)
treea7665f6a7a52589bb4e0a881beff0318d112fe3c
parent334a620a54df6bbb1563c440514e06d7068255e7 (diff)
tools/protoc: Upgrade protoc compiler to v21.7
Upgrade the protoc compiler to the latest version at the time of writing this commit, which is v21.7. There are no relevant changes, except for improved formatting of Go comments according to recent changes in gofmt. Regenerate the Protobuf code.
-rw-r--r--Makefile2
-rw-r--r--internal/helper/chunk/testdata/test.pb.go2
-rw-r--r--internal/helper/chunk/testdata/test_grpc.pb.go2
-rw-r--r--internal/middleware/cache/testdata/stream.pb.go2
-rw-r--r--internal/middleware/cache/testdata/stream_grpc.pb.go2
-rw-r--r--internal/middleware/limithandler/testdata/test.pb.go2
-rw-r--r--internal/middleware/limithandler/testdata/test_grpc.pb.go2
-rw-r--r--internal/praefect/mock/mock.pb.go2
-rw-r--r--internal/praefect/mock/mock_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/blob.pb.go2
-rw-r--r--proto/go/gitalypb/blob_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/cleanup.pb.go2
-rw-r--r--proto/go/gitalypb/cleanup_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/commit.pb.go2
-rw-r--r--proto/go/gitalypb/commit_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/conflicts.pb.go4
-rw-r--r--proto/go/gitalypb/conflicts_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/diff.pb.go3
-rw-r--r--proto/go/gitalypb/diff_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/errors.pb.go2
-rw-r--r--proto/go/gitalypb/hook.pb.go2
-rw-r--r--proto/go/gitalypb/hook_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/internal.pb.go2
-rw-r--r--proto/go/gitalypb/internal_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/lint.pb.go2
-rw-r--r--proto/go/gitalypb/namespace.pb.go2
-rw-r--r--proto/go/gitalypb/namespace_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/objectpool.pb.go2
-rw-r--r--proto/go/gitalypb/objectpool_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/operations.pb.go27
-rw-r--r--proto/go/gitalypb/operations_grpc.pb.go42
-rw-r--r--proto/go/gitalypb/praefect.pb.go4
-rw-r--r--proto/go/gitalypb/praefect_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/ref.pb.go4
-rw-r--r--proto/go/gitalypb/ref_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/remote.pb.go2
-rw-r--r--proto/go/gitalypb/remote_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/repository.pb.go14
-rw-r--r--proto/go/gitalypb/repository_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/server.pb.go3
-rw-r--r--proto/go/gitalypb/server_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/shared.pb.go2
-rw-r--r--proto/go/gitalypb/smarthttp.pb.go2
-rw-r--r--proto/go/gitalypb/smarthttp_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/ssh.pb.go2
-rw-r--r--proto/go/gitalypb/ssh_grpc.pb.go2
-rw-r--r--proto/go/gitalypb/transaction.pb.go2
-rw-r--r--proto/go/gitalypb/transaction_grpc.pb.go26
-rw-r--r--proto/go/gitalypb/wiki.pb.go2
-rw-r--r--proto/go/gitalypb/wiki_grpc.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/valid.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go2
54 files changed, 119 insertions, 98 deletions
diff --git a/Makefile b/Makefile
index 414c9c043..4e0710b13 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ ifdef GITALY_TESTING_ENABLE_SHA256
endif
# protoc target
-PROTOC_VERSION ?= v21.1
+PROTOC_VERSION ?= v21.7
PROTOC_REPO_URL ?= https://github.com/protocolbuffers/protobuf
PROTOC_SOURCE_DIR ?= ${DEPENDENCY_DIR}/protobuf/source
PROTOC_BUILD_DIR ?= ${DEPENDENCY_DIR}/protobuf/build
diff --git a/internal/helper/chunk/testdata/test.pb.go b/internal/helper/chunk/testdata/test.pb.go
index 7d8ee5cb9..7da34b656 100644
--- a/internal/helper/chunk/testdata/test.pb.go
+++ b/internal/helper/chunk/testdata/test.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: helper/chunk/testdata/test.proto
package testdata
diff --git a/internal/helper/chunk/testdata/test_grpc.pb.go b/internal/helper/chunk/testdata/test_grpc.pb.go
index a337a4f37..2bc81f9fd 100644
--- a/internal/helper/chunk/testdata/test_grpc.pb.go
+++ b/internal/helper/chunk/testdata/test_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: helper/chunk/testdata/test.proto
package testdata
diff --git a/internal/middleware/cache/testdata/stream.pb.go b/internal/middleware/cache/testdata/stream.pb.go
index 2d8d3bbfa..4d3102f25 100644
--- a/internal/middleware/cache/testdata/stream.pb.go
+++ b/internal/middleware/cache/testdata/stream.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: middleware/cache/testdata/stream.proto
package testdata
diff --git a/internal/middleware/cache/testdata/stream_grpc.pb.go b/internal/middleware/cache/testdata/stream_grpc.pb.go
index f84757cf6..1b2e8c88a 100644
--- a/internal/middleware/cache/testdata/stream_grpc.pb.go
+++ b/internal/middleware/cache/testdata/stream_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: middleware/cache/testdata/stream.proto
package testdata
diff --git a/internal/middleware/limithandler/testdata/test.pb.go b/internal/middleware/limithandler/testdata/test.pb.go
index c32ef1489..dece98010 100644
--- a/internal/middleware/limithandler/testdata/test.pb.go
+++ b/internal/middleware/limithandler/testdata/test.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: middleware/limithandler/testdata/test.proto
package testdata
diff --git a/internal/middleware/limithandler/testdata/test_grpc.pb.go b/internal/middleware/limithandler/testdata/test_grpc.pb.go
index 35e4ddc47..66a864f58 100644
--- a/internal/middleware/limithandler/testdata/test_grpc.pb.go
+++ b/internal/middleware/limithandler/testdata/test_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: middleware/limithandler/testdata/test.proto
package testdata
diff --git a/internal/praefect/mock/mock.pb.go b/internal/praefect/mock/mock.pb.go
index bdbdd38c9..a1c3db3cc 100644
--- a/internal/praefect/mock/mock.pb.go
+++ b/internal/praefect/mock/mock.pb.go
@@ -6,7 +6,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: praefect/mock/mock.proto
package mock
diff --git a/internal/praefect/mock/mock_grpc.pb.go b/internal/praefect/mock/mock_grpc.pb.go
index 089f313b8..6722f13ae 100644
--- a/internal/praefect/mock/mock_grpc.pb.go
+++ b/internal/praefect/mock/mock_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: praefect/mock/mock.proto
package mock
diff --git a/proto/go/gitalypb/blob.pb.go b/proto/go/gitalypb/blob.pb.go
index f96aa6e05..b59e00b60 100644
--- a/proto/go/gitalypb/blob.pb.go
+++ b/proto/go/gitalypb/blob.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: blob.proto
package gitalypb
diff --git a/proto/go/gitalypb/blob_grpc.pb.go b/proto/go/gitalypb/blob_grpc.pb.go
index b8d710a8a..d71b1265c 100644
--- a/proto/go/gitalypb/blob_grpc.pb.go
+++ b/proto/go/gitalypb/blob_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: blob.proto
package gitalypb
diff --git a/proto/go/gitalypb/cleanup.pb.go b/proto/go/gitalypb/cleanup.pb.go
index ab060eca3..a6ac38426 100644
--- a/proto/go/gitalypb/cleanup.pb.go
+++ b/proto/go/gitalypb/cleanup.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: cleanup.proto
package gitalypb
diff --git a/proto/go/gitalypb/cleanup_grpc.pb.go b/proto/go/gitalypb/cleanup_grpc.pb.go
index 099c69e4a..2199a5d29 100644
--- a/proto/go/gitalypb/cleanup_grpc.pb.go
+++ b/proto/go/gitalypb/cleanup_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: cleanup.proto
package gitalypb
diff --git a/proto/go/gitalypb/commit.pb.go b/proto/go/gitalypb/commit.pb.go
index 5763a8379..198e0cc57 100644
--- a/proto/go/gitalypb/commit.pb.go
+++ b/proto/go/gitalypb/commit.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: commit.proto
package gitalypb
diff --git a/proto/go/gitalypb/commit_grpc.pb.go b/proto/go/gitalypb/commit_grpc.pb.go
index 4fb2773d2..190f72fba 100644
--- a/proto/go/gitalypb/commit_grpc.pb.go
+++ b/proto/go/gitalypb/commit_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: commit.proto
package gitalypb
diff --git a/proto/go/gitalypb/conflicts.pb.go b/proto/go/gitalypb/conflicts.pb.go
index e509f347c..ef15a5008 100644
--- a/proto/go/gitalypb/conflicts.pb.go
+++ b/proto/go/gitalypb/conflicts.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: conflicts.proto
package gitalypb
@@ -191,6 +191,7 @@ type ConflictFile struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to ConflictFilePayload:
+ //
// *ConflictFile_Header
// *ConflictFile_Content
ConflictFilePayload isConflictFile_ConflictFilePayload `protobuf_oneof:"conflict_file_payload"`
@@ -455,6 +456,7 @@ type ResolveConflictsRequest struct {
// requests must be FilesJson requests.
//
// Types that are assignable to ResolveConflictsRequestPayload:
+ //
// *ResolveConflictsRequest_Header
// *ResolveConflictsRequest_FilesJson
ResolveConflictsRequestPayload isResolveConflictsRequest_ResolveConflictsRequestPayload `protobuf_oneof:"resolve_conflicts_request_payload"`
diff --git a/proto/go/gitalypb/conflicts_grpc.pb.go b/proto/go/gitalypb/conflicts_grpc.pb.go
index f34d69e2c..853b382f2 100644
--- a/proto/go/gitalypb/conflicts_grpc.pb.go
+++ b/proto/go/gitalypb/conflicts_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: conflicts.proto
package gitalypb
diff --git a/proto/go/gitalypb/diff.pb.go b/proto/go/gitalypb/diff.pb.go
index e43e3641a..ad38fd178 100644
--- a/proto/go/gitalypb/diff.pb.go
+++ b/proto/go/gitalypb/diff.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: diff.proto
package gitalypb
@@ -1313,6 +1313,7 @@ type FindChangedPathsRequest_Request struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Type:
+ //
// *FindChangedPathsRequest_Request_TreeRequest_
// *FindChangedPathsRequest_Request_CommitRequest_
Type isFindChangedPathsRequest_Request_Type `protobuf_oneof:"type"`
diff --git a/proto/go/gitalypb/diff_grpc.pb.go b/proto/go/gitalypb/diff_grpc.pb.go
index 29ae827d3..f2e7f843b 100644
--- a/proto/go/gitalypb/diff_grpc.pb.go
+++ b/proto/go/gitalypb/diff_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: diff.proto
package gitalypb
diff --git a/proto/go/gitalypb/errors.pb.go b/proto/go/gitalypb/errors.pb.go
index 118766050..9e84c1da3 100644
--- a/proto/go/gitalypb/errors.pb.go
+++ b/proto/go/gitalypb/errors.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: errors.proto
package gitalypb
diff --git a/proto/go/gitalypb/hook.pb.go b/proto/go/gitalypb/hook.pb.go
index 059da500c..eb5609b77 100644
--- a/proto/go/gitalypb/hook.pb.go
+++ b/proto/go/gitalypb/hook.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: hook.proto
package gitalypb
diff --git a/proto/go/gitalypb/hook_grpc.pb.go b/proto/go/gitalypb/hook_grpc.pb.go
index 6f5eba474..2ec9fd000 100644
--- a/proto/go/gitalypb/hook_grpc.pb.go
+++ b/proto/go/gitalypb/hook_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: hook.proto
package gitalypb
diff --git a/proto/go/gitalypb/internal.pb.go b/proto/go/gitalypb/internal.pb.go
index 493b628e5..551b854be 100644
--- a/proto/go/gitalypb/internal.pb.go
+++ b/proto/go/gitalypb/internal.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: internal.proto
package gitalypb
diff --git a/proto/go/gitalypb/internal_grpc.pb.go b/proto/go/gitalypb/internal_grpc.pb.go
index ea93368a8..3ff76c214 100644
--- a/proto/go/gitalypb/internal_grpc.pb.go
+++ b/proto/go/gitalypb/internal_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: internal.proto
package gitalypb
diff --git a/proto/go/gitalypb/lint.pb.go b/proto/go/gitalypb/lint.pb.go
index 39793da01..656e08bcc 100644
--- a/proto/go/gitalypb/lint.pb.go
+++ b/proto/go/gitalypb/lint.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: lint.proto
package gitalypb
diff --git a/proto/go/gitalypb/namespace.pb.go b/proto/go/gitalypb/namespace.pb.go
index 22a869aaf..cf902fcf1 100644
--- a/proto/go/gitalypb/namespace.pb.go
+++ b/proto/go/gitalypb/namespace.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: namespace.proto
package gitalypb
diff --git a/proto/go/gitalypb/namespace_grpc.pb.go b/proto/go/gitalypb/namespace_grpc.pb.go
index f0cad4704..03fc717e7 100644
--- a/proto/go/gitalypb/namespace_grpc.pb.go
+++ b/proto/go/gitalypb/namespace_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: namespace.proto
package gitalypb
diff --git a/proto/go/gitalypb/objectpool.pb.go b/proto/go/gitalypb/objectpool.pb.go
index 0089332fa..d412fb340 100644
--- a/proto/go/gitalypb/objectpool.pb.go
+++ b/proto/go/gitalypb/objectpool.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: objectpool.proto
package gitalypb
diff --git a/proto/go/gitalypb/objectpool_grpc.pb.go b/proto/go/gitalypb/objectpool_grpc.pb.go
index 4acbe3aa1..2b9673b1c 100644
--- a/proto/go/gitalypb/objectpool_grpc.pb.go
+++ b/proto/go/gitalypb/objectpool_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: objectpool.proto
package gitalypb
diff --git a/proto/go/gitalypb/operations.pb.go b/proto/go/gitalypb/operations.pb.go
index c7009a823..98569abe3 100644
--- a/proto/go/gitalypb/operations.pb.go
+++ b/proto/go/gitalypb/operations.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: operations.proto
package gitalypb
@@ -342,6 +342,7 @@ type UserCreateBranchError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserCreateBranchError_CustomHook
Error isUserCreateBranchError_Error `protobuf_oneof:"error"`
}
@@ -670,6 +671,7 @@ type UserDeleteBranchError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserDeleteBranchError_AccessCheck
// *UserDeleteBranchError_ReferenceUpdate
// *UserDeleteBranchError_CustomHook
@@ -1063,6 +1065,7 @@ type UserCreateTagError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserCreateTagError_AccessCheck
// *UserCreateTagError_ReferenceUpdate
// *UserCreateTagError_CustomHook
@@ -1348,6 +1351,7 @@ type UserMergeBranchError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserMergeBranchError_AccessCheck
// *UserMergeBranchError_ReferenceUpdate
// *UserMergeBranchError_CustomHook
@@ -2077,6 +2081,7 @@ type UserCherryPickError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserCherryPickError_CherryPickConflict
// *UserCherryPickError_TargetBranchDiverged
// *UserCherryPickError_ChangesAlreadyApplied
@@ -2416,12 +2421,12 @@ type UserCommitFilesActionHeader struct {
Action UserCommitFilesActionHeader_ActionType `protobuf:"varint,1,opt,name=action,proto3,enum=gitaly.UserCommitFilesActionHeader_ActionType" json:"action,omitempty"`
// file_path refers to the file or directory being modified. The meaning differs for each
// action:
- // 1. CREATE: path of the file to create
- // 2. CREATE_DIR: path of the directory to create
- // 3. UPDATE: path of the file to update
- // 4. MOVE: the new path of the moved file
- // 5. DELETE: path of the file to delete
- // 6. CHMOD: path of the file to modify permissions for
+ // 1. CREATE: path of the file to create
+ // 2. CREATE_DIR: path of the directory to create
+ // 3. UPDATE: path of the file to update
+ // 4. MOVE: the new path of the moved file
+ // 5. DELETE: path of the file to delete
+ // 6. CHMOD: path of the file to modify permissions for
FilePath []byte `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
// previous_path is used in MOVE action to specify the path of the file to move.
PreviousPath []byte `protobuf:"bytes,3,opt,name=previous_path,json=previousPath,proto3" json:"previous_path,omitempty"`
@@ -2519,6 +2524,7 @@ type UserCommitFilesAction struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to UserCommitFilesActionPayload:
+ //
// *UserCommitFilesAction_Header
// *UserCommitFilesAction_Content
UserCommitFilesActionPayload isUserCommitFilesAction_UserCommitFilesActionPayload `protobuf_oneof:"user_commit_files_action_payload"`
@@ -2752,6 +2758,7 @@ type UserCommitFilesRequest struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to UserCommitFilesRequestPayload:
+ //
// *UserCommitFilesRequest_Header
// *UserCommitFilesRequest_Action
UserCommitFilesRequestPayload isUserCommitFilesRequest_UserCommitFilesRequestPayload `protobuf_oneof:"user_commit_files_request_payload"`
@@ -2905,6 +2912,7 @@ type UserCommitFilesError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserCommitFilesError_AccessCheck
// *UserCommitFilesError_IndexUpdate
// *UserCommitFilesError_CustomHook
@@ -3005,6 +3013,7 @@ type UserRebaseConfirmableRequest struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to UserRebaseConfirmableRequestPayload:
+ //
// *UserRebaseConfirmableRequest_Header_
// *UserRebaseConfirmableRequest_Apply
UserRebaseConfirmableRequestPayload isUserRebaseConfirmableRequest_UserRebaseConfirmableRequestPayload `protobuf_oneof:"user_rebase_confirmable_request_payload"`
@@ -3092,6 +3101,7 @@ type UserRebaseConfirmableResponse struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to UserRebaseConfirmableResponsePayload:
+ //
// *UserRebaseConfirmableResponse_RebaseSha
// *UserRebaseConfirmableResponse_RebaseApplied
UserRebaseConfirmableResponsePayload isUserRebaseConfirmableResponse_UserRebaseConfirmableResponsePayload `protobuf_oneof:"user_rebase_confirmable_response_payload"`
@@ -3354,6 +3364,7 @@ type UserRebaseConfirmableError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserRebaseConfirmableError_RebaseConflict
// *UserRebaseConfirmableError_AccessCheck
Error isUserRebaseConfirmableError_Error `protobuf_oneof:"error"`
@@ -3441,6 +3452,7 @@ type UserSquashError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *UserSquashError_ResolveRevision
// *UserSquashError_RebaseConflict
Error isUserSquashError_Error `protobuf_oneof:"error"`
@@ -3526,6 +3538,7 @@ type UserApplyPatchRequest struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to UserApplyPatchRequestPayload:
+ //
// *UserApplyPatchRequest_Header_
// *UserApplyPatchRequest_Patches
UserApplyPatchRequestPayload isUserApplyPatchRequest_UserApplyPatchRequestPayload `protobuf_oneof:"user_apply_patch_request_payload"`
diff --git a/proto/go/gitalypb/operations_grpc.pb.go b/proto/go/gitalypb/operations_grpc.pb.go
index f472462dc..33ad54215 100644
--- a/proto/go/gitalypb/operations_grpc.pb.go
+++ b/proto/go/gitalypb/operations_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: operations.proto
package gitalypb
@@ -30,16 +30,16 @@ type OperationServiceClient interface {
// hooks and contacts Rails to verify that the user is indeed allowed to delete that branch. The
// following known error conditions may happen:
//
- // - Returns `InvalidArgument` in case either the branch name or user are not set.
- // - Returns `FailedPrecondition` in case the branch does not exist.
- // - Returns `OK` with a `PreReceiveError` in case custom hooks refused the update. If the
- // `gitaly_user_delete_branch_structured_errors` feature flag is enabled this error case will
- // instead return `PermissionDenied` with either a `CustomHook` or AccessCheck` structured
- // error.
- // - Returns `FailedPrecondition` in case updating the reference fails because
- // of a concurrent write to the same reference. If the
- // `gitaly_user_delete_branch_structured_errors` feature flag is set this error case will
- // instead return `FailedPrecondition` with a `ReferenceUpdate` structured error.
+ // - Returns `InvalidArgument` in case either the branch name or user are not set.
+ // - Returns `FailedPrecondition` in case the branch does not exist.
+ // - Returns `OK` with a `PreReceiveError` in case custom hooks refused the update. If the
+ // `gitaly_user_delete_branch_structured_errors` feature flag is enabled this error case will
+ // instead return `PermissionDenied` with either a `CustomHook` or AccessCheck` structured
+ // error.
+ // - Returns `FailedPrecondition` in case updating the reference fails because
+ // of a concurrent write to the same reference. If the
+ // `gitaly_user_delete_branch_structured_errors` feature flag is set this error case will
+ // instead return `FailedPrecondition` with a `ReferenceUpdate` structured error.
UserDeleteBranch(ctx context.Context, in *UserDeleteBranchRequest, opts ...grpc.CallOption) (*UserDeleteBranchResponse, error)
// UserCreateTag creates a new tag. This RPC knows to create both lightweight and annotated tags
// depending on whether a message is set.
@@ -346,16 +346,16 @@ type OperationServiceServer interface {
// hooks and contacts Rails to verify that the user is indeed allowed to delete that branch. The
// following known error conditions may happen:
//
- // - Returns `InvalidArgument` in case either the branch name or user are not set.
- // - Returns `FailedPrecondition` in case the branch does not exist.
- // - Returns `OK` with a `PreReceiveError` in case custom hooks refused the update. If the
- // `gitaly_user_delete_branch_structured_errors` feature flag is enabled this error case will
- // instead return `PermissionDenied` with either a `CustomHook` or AccessCheck` structured
- // error.
- // - Returns `FailedPrecondition` in case updating the reference fails because
- // of a concurrent write to the same reference. If the
- // `gitaly_user_delete_branch_structured_errors` feature flag is set this error case will
- // instead return `FailedPrecondition` with a `ReferenceUpdate` structured error.
+ // - Returns `InvalidArgument` in case either the branch name or user are not set.
+ // - Returns `FailedPrecondition` in case the branch does not exist.
+ // - Returns `OK` with a `PreReceiveError` in case custom hooks refused the update. If the
+ // `gitaly_user_delete_branch_structured_errors` feature flag is enabled this error case will
+ // instead return `PermissionDenied` with either a `CustomHook` or AccessCheck` structured
+ // error.
+ // - Returns `FailedPrecondition` in case updating the reference fails because
+ // of a concurrent write to the same reference. If the
+ // `gitaly_user_delete_branch_structured_errors` feature flag is set this error case will
+ // instead return `FailedPrecondition` with a `ReferenceUpdate` structured error.
UserDeleteBranch(context.Context, *UserDeleteBranchRequest) (*UserDeleteBranchResponse, error)
// UserCreateTag creates a new tag. This RPC knows to create both lightweight and annotated tags
// depending on whether a message is set.
diff --git a/proto/go/gitalypb/praefect.pb.go b/proto/go/gitalypb/praefect.pb.go
index 396445096..ef98874ce 100644
--- a/proto/go/gitalypb/praefect.pb.go
+++ b/proto/go/gitalypb/praefect.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: praefect.proto
package gitalypb
@@ -30,6 +30,7 @@ type MarkUnverifiedRequest struct {
// selector specifies the replicas which to mark unverified.
//
// Types that are assignable to Selector:
+ //
// *MarkUnverifiedRequest_RepositoryId
// *MarkUnverifiedRequest_VirtualStorage
// *MarkUnverifiedRequest_Storage_
@@ -178,6 +179,7 @@ type GetRepositoryMetadataRequest struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Query:
+ //
// *GetRepositoryMetadataRequest_RepositoryId
// *GetRepositoryMetadataRequest_Path_
Query isGetRepositoryMetadataRequest_Query `protobuf_oneof:"query"`
diff --git a/proto/go/gitalypb/praefect_grpc.pb.go b/proto/go/gitalypb/praefect_grpc.pb.go
index 09af7a43f..97eb19ad4 100644
--- a/proto/go/gitalypb/praefect_grpc.pb.go
+++ b/proto/go/gitalypb/praefect_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: praefect.proto
package gitalypb
diff --git a/proto/go/gitalypb/ref.pb.go b/proto/go/gitalypb/ref.pb.go
index c48ff355a..508fce608 100644
--- a/proto/go/gitalypb/ref.pb.go
+++ b/proto/go/gitalypb/ref.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: ref.proto
package gitalypb
@@ -1072,6 +1072,7 @@ type FindTagError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *FindTagError_TagNotFound
Error isFindTagError_Error `protobuf_oneof:"error"`
}
@@ -1811,6 +1812,7 @@ type DeleteRefsError struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Error:
+ //
// *DeleteRefsError_InvalidFormat
// *DeleteRefsError_ReferencesLocked
Error isDeleteRefsError_Error `protobuf_oneof:"error"`
diff --git a/proto/go/gitalypb/ref_grpc.pb.go b/proto/go/gitalypb/ref_grpc.pb.go
index d84760be1..fdc19e9e3 100644
--- a/proto/go/gitalypb/ref_grpc.pb.go
+++ b/proto/go/gitalypb/ref_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: ref.proto
package gitalypb
diff --git a/proto/go/gitalypb/remote.pb.go b/proto/go/gitalypb/remote.pb.go
index 4a5010cc3..9d86ab021 100644
--- a/proto/go/gitalypb/remote.pb.go
+++ b/proto/go/gitalypb/remote.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: remote.proto
package gitalypb
diff --git a/proto/go/gitalypb/remote_grpc.pb.go b/proto/go/gitalypb/remote_grpc.pb.go
index 53538b15b..ea670cb9f 100644
--- a/proto/go/gitalypb/remote_grpc.pb.go
+++ b/proto/go/gitalypb/remote_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: remote.proto
package gitalypb
diff --git a/proto/go/gitalypb/repository.pb.go b/proto/go/gitalypb/repository.pb.go
index a5d593e2a..b773fc3f5 100644
--- a/proto/go/gitalypb/repository.pb.go
+++ b/proto/go/gitalypb/repository.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: repository.proto
package gitalypb
@@ -3958,12 +3958,12 @@ type Remote struct {
// mirror_refmaps contains the refspecs which shall be fetched. Some special
// refspecs are accepted:
//
- // - "all_refs" gets translated to "+refs/*:refs/*", which mirrors all
- // references of the source repository.
- // - "heads" gets translated to "+refs/heads/*:refs/heads/*", which mirrors
- // all branches of the source repository.
- // - "tags" gets translated to "+refs/tags/*:refs/tags/*", which mirrors all
- // tags of the source repository.
+ // - "all_refs" gets translated to "+refs/*:refs/*", which mirrors all
+ // references of the source repository.
+ // - "heads" gets translated to "+refs/heads/*:refs/heads/*", which mirrors
+ // all branches of the source repository.
+ // - "tags" gets translated to "+refs/tags/*:refs/tags/*", which mirrors all
+ // tags of the source repository.
//
// If no refspecs are given, this defaults to "all_refs".
MirrorRefmaps []string `protobuf:"bytes,4,rep,name=mirror_refmaps,json=mirrorRefmaps,proto3" json:"mirror_refmaps,omitempty"`
diff --git a/proto/go/gitalypb/repository_grpc.pb.go b/proto/go/gitalypb/repository_grpc.pb.go
index b81ec3de6..0f3afd025 100644
--- a/proto/go/gitalypb/repository_grpc.pb.go
+++ b/proto/go/gitalypb/repository_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: repository.proto
package gitalypb
diff --git a/proto/go/gitalypb/server.pb.go b/proto/go/gitalypb/server.pb.go
index c4ef4b9f9..ce8f37994 100644
--- a/proto/go/gitalypb/server.pb.go
+++ b/proto/go/gitalypb/server.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: server.proto
package gitalypb
@@ -380,6 +380,7 @@ type ReadinessCheckResponse struct {
unknownFields protoimpl.UnknownFields
// Types that are assignable to Result:
+ //
// *ReadinessCheckResponse_OkResponse
// *ReadinessCheckResponse_FailureResponse
Result isReadinessCheckResponse_Result `protobuf_oneof:"Result"`
diff --git a/proto/go/gitalypb/server_grpc.pb.go b/proto/go/gitalypb/server_grpc.pb.go
index ac706dd5d..a6f2b7ae6 100644
--- a/proto/go/gitalypb/server_grpc.pb.go
+++ b/proto/go/gitalypb/server_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: server.proto
package gitalypb
diff --git a/proto/go/gitalypb/shared.pb.go b/proto/go/gitalypb/shared.pb.go
index 61e834875..7fa99ab35 100644
--- a/proto/go/gitalypb/shared.pb.go
+++ b/proto/go/gitalypb/shared.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: shared.proto
package gitalypb
diff --git a/proto/go/gitalypb/smarthttp.pb.go b/proto/go/gitalypb/smarthttp.pb.go
index fa04ccd3e..575bc80c8 100644
--- a/proto/go/gitalypb/smarthttp.pb.go
+++ b/proto/go/gitalypb/smarthttp.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: smarthttp.proto
package gitalypb
diff --git a/proto/go/gitalypb/smarthttp_grpc.pb.go b/proto/go/gitalypb/smarthttp_grpc.pb.go
index aa7b171ec..a4782f5f9 100644
--- a/proto/go/gitalypb/smarthttp_grpc.pb.go
+++ b/proto/go/gitalypb/smarthttp_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: smarthttp.proto
package gitalypb
diff --git a/proto/go/gitalypb/ssh.pb.go b/proto/go/gitalypb/ssh.pb.go
index 35b176f5d..8d7810255 100644
--- a/proto/go/gitalypb/ssh.pb.go
+++ b/proto/go/gitalypb/ssh.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: ssh.proto
package gitalypb
diff --git a/proto/go/gitalypb/ssh_grpc.pb.go b/proto/go/gitalypb/ssh_grpc.pb.go
index 6fb6cac45..8218f4079 100644
--- a/proto/go/gitalypb/ssh_grpc.pb.go
+++ b/proto/go/gitalypb/ssh_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: ssh.proto
package gitalypb
diff --git a/proto/go/gitalypb/transaction.pb.go b/proto/go/gitalypb/transaction.pb.go
index 4f57b10bd..9a6f15579 100644
--- a/proto/go/gitalypb/transaction.pb.go
+++ b/proto/go/gitalypb/transaction.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: transaction.proto
package gitalypb
diff --git a/proto/go/gitalypb/transaction_grpc.pb.go b/proto/go/gitalypb/transaction_grpc.pb.go
index f786ee625..5d9f9f299 100644
--- a/proto/go/gitalypb/transaction_grpc.pb.go
+++ b/proto/go/gitalypb/transaction_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: transaction.proto
package gitalypb
@@ -29,9 +29,9 @@ type RefTransactionClient interface {
//
// This RPC may return one of the following error codes:
//
- // - `NotFound` in case the transaction could not be found.
- // - `Canceled` in case the transaction has been canceled before quorum was
- // reached.
+ // - `NotFound` in case the transaction could not be found.
+ // - `Canceled` in case the transaction has been canceled before quorum was
+ // reached.
VoteTransaction(ctx context.Context, in *VoteTransactionRequest, opts ...grpc.CallOption) (*VoteTransactionResponse, error)
// StopTransaction gracefully stops a transaction. This RPC can be used if
// only a subset of nodes executes specific code which may cause the
@@ -41,9 +41,9 @@ type RefTransactionClient interface {
//
// This RPC may return one of the following error codes:
//
- // - `NotFound` in case the transaction could not be found.
- // - `Canceled` in case the transaction has been canceled before quorum was
- // reached.
+ // - `NotFound` in case the transaction could not be found.
+ // - `Canceled` in case the transaction has been canceled before quorum was
+ // reached.
StopTransaction(ctx context.Context, in *StopTransactionRequest, opts ...grpc.CallOption) (*StopTransactionResponse, error)
}
@@ -84,9 +84,9 @@ type RefTransactionServer interface {
//
// This RPC may return one of the following error codes:
//
- // - `NotFound` in case the transaction could not be found.
- // - `Canceled` in case the transaction has been canceled before quorum was
- // reached.
+ // - `NotFound` in case the transaction could not be found.
+ // - `Canceled` in case the transaction has been canceled before quorum was
+ // reached.
VoteTransaction(context.Context, *VoteTransactionRequest) (*VoteTransactionResponse, error)
// StopTransaction gracefully stops a transaction. This RPC can be used if
// only a subset of nodes executes specific code which may cause the
@@ -96,9 +96,9 @@ type RefTransactionServer interface {
//
// This RPC may return one of the following error codes:
//
- // - `NotFound` in case the transaction could not be found.
- // - `Canceled` in case the transaction has been canceled before quorum was
- // reached.
+ // - `NotFound` in case the transaction could not be found.
+ // - `Canceled` in case the transaction has been canceled before quorum was
+ // reached.
StopTransaction(context.Context, *StopTransactionRequest) (*StopTransactionResponse, error)
mustEmbedUnimplementedRefTransactionServer()
}
diff --git a/proto/go/gitalypb/wiki.pb.go b/proto/go/gitalypb/wiki.pb.go
index f6a698775..ff2cddcb1 100644
--- a/proto/go/gitalypb/wiki.pb.go
+++ b/proto/go/gitalypb/wiki.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: wiki.proto
package gitalypb
diff --git a/proto/go/gitalypb/wiki_grpc.pb.go b/proto/go/gitalypb/wiki_grpc.pb.go
index 5c0788759..3b3871480 100644
--- a/proto/go/gitalypb/wiki_grpc.pb.go
+++ b/proto/go/gitalypb/wiki_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: wiki.proto
package gitalypb
diff --git a/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go b/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go
index fdb2bcf5a..8f34486e5 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: protoc-gen-gitaly-lint/testdata/invalid.proto
package testdata
diff --git a/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go b/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
index d289b39a7..8adfdf849 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: protoc-gen-gitaly-lint/testdata/invalid.proto
package testdata
diff --git a/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go b/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go
index 55e86371f..b23746876 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
-// protoc v3.21.1
+// protoc v3.21.7
// source: protoc-gen-gitaly-lint/testdata/valid.proto
package testdata
diff --git a/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go b/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
index 6d9ff8ad5..867deeb29 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.21.1
+// - protoc v3.21.7
// source: protoc-gen-gitaly-lint/testdata/valid.proto
package testdata