Skip to content

Commit

Permalink
feature: buf update, jobs api v4
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jun 24, 2024
1 parent 21d8e3b commit d5f049f
Show file tree
Hide file tree
Showing 83 changed files with 26,217 additions and 9,888 deletions.
14 changes: 6 additions & 8 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
version: v1
version: v2
plugins:
- plugin: buf.build/protocolbuffers/go:v1.32.0
opt:
- paths=source_relative
- remote: buf.build/protocolbuffers/go:v1.34.2
out: build

- plugin: buf.build/grpc/go:v1.3.0
opt: paths=source_relative
- remote: buf.build/grpc/go:v1.4.0
out: build
opt:
- paths=source_relative
- require_unimplemented_servers=false
- paths=source_relative
- require_unimplemented_servers=false
8 changes: 0 additions & 8 deletions buf.lock

This file was deleted.

4 changes: 0 additions & 4 deletions buf.work.yaml

This file was deleted.

10 changes: 6 additions & 4 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: v1
name: "buf.build/roadrunner-server/api"
deps:
- "buf.build/googleapis/googleapis"
version: v2
modules:
- path: proto
- path: third_party/api
lint:
disallow_comment_ignores: true
27 changes: 15 additions & 12 deletions build/applogger/v1/applogger.pb.go

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

Loading

0 comments on commit d5f049f

Please sign in to comment.