open-consul/.circleci
R.B. Boyer dae47101fa
api: ensure peering API endpoints do not use protobufs (#13204)
I noticed that the JSON api endpoints for peerings json encodes protobufs directly, rather than converting them into their `api` package equivalents before marshal/unmarshaling them.

I updated this and used `mog` to do the annoying part in the middle. 

Other changes:
- the status enum was converted into the friendlier string form of the enum for readability with tools like `curl`
- some of the `api` library functions were slightly modified to match other similar endpoints in UX (cc: @ndhanushkodi )
- peeringRead returns `nil` if not found
- partitions are NOT inferred from the agent's partition (matching 1.11-style logic)
2022-05-25 13:43:35 -05:00
..
scripts chore(ci): deprecate cherry-pick script and enable backport merge 2022-05-13 11:13:12 -04:00
terraform/load-test
bash_env.sh
config.yml api: ensure peering API endpoints do not use protobufs (#13204) 2022-05-25 13:43:35 -05:00