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/cleanup.proto
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/cleanup.proto')
-rw-r--r--proto/cleanup.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/cleanup.proto b/proto/cleanup.proto
index 5e337dbec..081456764 100644
--- a/proto/cleanup.proto
+++ b/proto/cleanup.proto
@@ -4,6 +4,7 @@ package gitaly;
option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+import "lint.proto";
import "shared.proto";
service CleanupService {