Skip to content

Commit

Permalink
Bumping buf to v2 to build correctly and removing out of date or unus…
Browse files Browse the repository at this point in the history
…ed configuration. Bumping proto plugins to latest.
  • Loading branch information
andream16 committed Oct 12, 2024
1 parent 524ae58 commit bfdc872
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 124 deletions.
77 changes: 16 additions & 61 deletions api/proto/v1/engine.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 13 additions & 44 deletions api/proto/v1/issue.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions buf.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 75b4300737fb4efca0831636be94e517
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
commit: a1ecdc58eccd49aa8bea2a7a9022dc27
version: v2
10 changes: 1 addition & 9 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1
version: v2
lint:
use:
- DEFAULT
Expand All @@ -10,11 +10,3 @@ lint:
# we use Please to run protoc where we only need the last part of the
# package name to match the directory name.
- PACKAGE_DIRECTORY_MATCH

deps:
# buf requires us to add the third party protos here as deps.
# Run:
# $ ./pleasew run "//third_party/binary/bufbuild/buf:buf|buf" -- mod update
# when you update this to update the lock file.
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway

0 comments on commit bfdc872

Please sign in to comment.