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:
authorPavlo Strokov <pstrokov@gitlab.com>2020-03-10 18:49:05 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-03-10 18:49:05 +0300
commit16f12f480dfa2004cb62033a5f221433dfee4d6c (patch)
tree3349959c72dc02df15fed804cb4989373cc5249f /proto/go/gitalypb/protolist.go
parent5e6af2c1bd61b21fa44581ac2d11911bc86f16d1 (diff)
Task proto has dependency to already generated source code.
Extracting lint-related stuff into separate proto file. It is required in order to have proper working proto-linter. Previously it was using compiled files for verification and it fails in some cases (https://gitlab.com/gitlab-org/gitaly/-/jobs/459024976). lint.proto extracted from shared.proto and contains lint-related declarations. New task `proto-lint` added to compile source code that is required by `protoc-gen-gitaly`. `protoc-gen-gitaly` fixed to use proper proto source data. Regeneration of all proto-related files.
Diffstat (limited to 'proto/go/gitalypb/protolist.go')
-rw-r--r--proto/go/gitalypb/protolist.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/go/gitalypb/protolist.go b/proto/go/gitalypb/protolist.go
index 9d85b6eca..d2b27af02 100644
--- a/proto/go/gitalypb/protolist.go
+++ b/proto/go/gitalypb/protolist.go
@@ -11,6 +11,7 @@ var GitalyProtos = []string{
"diff.proto",
"hook.proto",
"internal.proto",
+ "lint.proto",
"namespace.proto",
"objectpool.proto",
"operations.proto",