consul/agent/grpc/private
Matt Keeler 26f4ea3f01
Migrate from `protoc` to `buf` (#12841)
* Install `buf` instead of `protoc`
* Created `buf.yaml` and `buf.gen.yaml` files in the two proto directories to control how `buf` generates/lints proto code.
* Invoke `buf` instead of `protoc`
* Added a `proto-format` make target.
* Committed the reformatted proto files.
* Added a `proto-lint` make target.
* Integrated proto linting with CI
* Fixed tons of proto linter warnings.
* Got rid of deprecated builtin protoc-gen-go grpc plugin usage. Moved to direct usage of protoc-gen-go-grpc.
* Unified all proto directories / go packages around using pb prefixes but ensuring all proto packages do not have the prefix.
2022-05-23 10:37:52 -04:00
..
internal/testservice Migrate from `protoc` to `buf` (#12841) 2022-05-23 10:37:52 -04:00
resolver remove gogo from pbservice 2022-03-23 12:18:01 -04:00
services/subscribe remove remaining shim runStep functions (#13015) 2022-05-10 16:24:45 -05:00
client.go Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
client_test.go Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
handler.go Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
handler_test.go Bump go-control-plane 2022-03-30 13:11:27 -04:00
server_test.go Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
stats.go Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
stats_test.go Bump go-control-plane 2022-03-30 13:11:27 -04:00