consul/proto/pbcommon
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
..
common.gen.go assorted changes required to remove gogo 2022-03-25 09:55:36 -04:00
common.go Add timeout to Client RPC calls (#11500) 2022-04-21 16:21:35 -04:00
common.pb.binary.go sync changes to oss files made in enterprise (#10670) 2021-07-22 13:58:08 -05:00
common.pb.go Migrate from `protoc` to `buf` (#12841) 2022-05-23 10:37:52 -04:00
common.proto Migrate from `protoc` to `buf` (#12841) 2022-05-23 10:37:52 -04:00
common_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00