rules_proto
rules_proto copied to clipboard
Bazel build rules for protobuf / gRPC (now with gazelle)
I configured proto_gazelle in my BUILD ``` proto_gazelle( name = "gazelle", cfgs = ["//:.gazelle-proto-config.yaml"], command = "update", data = [ ":gazelle_protobuf_generate_imports", ], gazelle = ":gazelle-protobuf", imports = [ "gazelle-proto-imports.csv", ],...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Opening a feature request to add a plugin `grpc-ecosystem:grpc-gateway:protoc-gen-openapiv2` which would run `protoc-gen-openapiv2` to generate `%.swagger.json` from `%.proto` files.
Added support for protoc-gen-grpc-gateway-ts plugin. Added resolve directive to proto_ts_library rule. Added macro to generate well-know-types targets for typescript. Updated ts-proto version to 1.115.4. Updated examples and README.
Adds support for protoc-gen-grpc-gateway and protoc-gen-grpc-openapiv2 plugins. Sorry, I accidentally closed #253...
First of all I'm not very familiar with testing go code in general and the usage of `github.com/bazelbuild/rules_go/go/tools/bazel_testing` specifically, so I may be wrong here (also, I don't really know...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...