Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ plugins:
out: gen/proto/go
opt: paths=source_relative

# renovate: datasource=github-releases depName=bufbuild/connect-go
- plugin: connect-go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aliases! I'd still pin the version of the plugins to ensure it is reproducible

out: gen/proto/go
opt: paths=source_relative

# renovate: datasource=github-releases depName=planetscale/vtprotobuf
- plugin: buf.build/community/planetscale-vtprotobuf:v0.4.0
out: gen/proto/go
Expand All @@ -25,15 +30,14 @@ plugins:
- long_type_string
- generate_dependencies

# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-gateway
- plugin: buf.build/grpc-ecosystem/gateway:v2.15.2
out: gen/proto/go
# renovate: datasource=github-releases depName=bufbuild/connect-es
- plugin: es
out: ui/packages/shared/client/src
opt:
- paths=source_relative
- generate_unbound_methods=true
- target=ts

# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-gateway
- plugin: buf.build/grpc-ecosystem/openapiv2:v2.15.2
out: gen/proto/swagger
# renovate: datasource=github-releases depName=bufbuild/connect-web
- plugin: connect-web
out: ui/packages/shared/client/src
opt:
- allow_merge=false
- target=ts
1 change: 0 additions & 1 deletion gen/.gitignore

This file was deleted.

229 changes: 0 additions & 229 deletions gen/proto/go/grpc/health/v1/health.pb.gw.go

This file was deleted.

Loading