open-consul/proto/pbpeering
Matt Keeler 1fd02a13c2
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
..
generate.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
peering.go peering: accept replication stream of discovery chain information at the importing side (#13151) 2022-05-19 16:37:52 -05:00
peering.pb.binary.go peering: add TrustBundleListByService endpoint (#13048) 2022-05-12 15:58:22 -07:00
peering.pb.go Migrate from `protoc` to `buf` (#12841) 2022-05-23 10:37:52 -04:00
peering.proto Migrate from `protoc` to `buf` (#12841) 2022-05-23 10:37:52 -04:00
peering.rpcglue.pb.go peering: add TrustBundleListByService endpoint (#13048) 2022-05-12 15:58:22 -07:00
peering_grpc.pb.go Migrate from `protoc` to `buf` (#12841) 2022-05-23 10:37:52 -04:00
peering_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
types.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00