-
- Downloads
Update rules_go and gazelle (#802)
* Update rules_go and gazelle This requires/allows the following changes: - rerun Gazelle to regenerate the build files - fix marshal_jsonpb_test to assert correct behavior when EnumsAsInts == false - remove `repositories.bzl` (replaced by @go_googleapis) Also, enforce up-to-date build files in the CI check. Note: this version of the commit includes an out-of-date BUILD file to test the CI check. * Update Gopkg.toml and Gopkg.lock * Update generated proto code The generated code changed with the updated dependencies. * Fix node_test Enum values inside maps are now supported.
Showing
- .circleci/config.yml 2 additions, 1 deletion.circleci/config.yml
- Gopkg.lock 18 additions, 8 deletionsGopkg.lock
- Gopkg.toml 9 additions, 9 deletionsGopkg.toml
- WORKSPACE 13 additions, 9 deletionsWORKSPACE
- codegenerator/BUILD.bazel 4 additions, 4 deletionscodegenerator/BUILD.bazel
- examples/browser/a_bit_of_everything_service.spec.js 1 addition, 2 deletionsexamples/browser/a_bit_of_everything_service.spec.js
- examples/clients/responsebody/BUILD.bazel 19 additions, 0 deletionsexamples/clients/responsebody/BUILD.bazel
- examples/integration/BUILD.bazel 4 additions, 4 deletionsexamples/integration/BUILD.bazel
- examples/proto/examplepb/BUILD.bazel 13 additions, 6 deletionsexamples/proto/examplepb/BUILD.bazel
- examples/proto/examplepb/a_bit_of_everything.pb.go 99 additions, 97 deletionsexamples/proto/examplepb/a_bit_of_everything.pb.go
- examples/proto/examplepb/echo_service.pb.go 57 additions, 47 deletionsexamples/proto/examplepb/echo_service.pb.go
- examples/proto/examplepb/flow_combination.pb.go 22 additions, 22 deletionsexamples/proto/examplepb/flow_combination.pb.go
- examples/proto/examplepb/response_body_service.pb.go 8 additions, 8 deletionsexamples/proto/examplepb/response_body_service.pb.go
- examples/proto/examplepb/stream.pb.go 7 additions, 7 deletionsexamples/proto/examplepb/stream.pb.go
- examples/proto/examplepb/unannotated_echo_service.pb.go 10 additions, 10 deletionsexamples/proto/examplepb/unannotated_echo_service.pb.go
- examples/proto/examplepb/wrappers.pb.go 14 additions, 14 deletionsexamples/proto/examplepb/wrappers.pb.go
- examples/proto/sub2/message.pb.go 1 addition, 1 deletionexamples/proto/sub2/message.pb.go
- examples/server/BUILD.bazel 3 additions, 3 deletionsexamples/server/BUILD.bazel
- protoc-gen-grpc-gateway/BUILD.bazel 1 addition, 1 deletionprotoc-gen-grpc-gateway/BUILD.bazel
- protoc-gen-grpc-gateway/descriptor/BUILD.bazel 7 additions, 7 deletionsprotoc-gen-grpc-gateway/descriptor/BUILD.bazel
Loading
Please register or sign in to comment