data-plane-api(CircleCI)
f3f71b9a94
grpc: Add AWS IAM grpc credentials extension ( #7532 )
...
Signed-off-by: Scott LaVigne <lavignes@amazon.com>
Mirrored from https://github.com/envoyproxy/envoy @ c92b8ba4d90a61c266b4c1f0b807910eb11b05e7
5 years ago
data-plane-api(CircleCI)
de2a8387e0
fix bazel query ( #5886 )
...
fix bazel query
Risk Level: Low
Testing: built //source/exe:envoy-static
Signed-off-by: Dan Rosen <mergeconflict@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ d841d20b101584786d4d44190a78da313768b146
6 years ago
data-plane-api(CircleCI)
86c352428b
api: add java proto options to avoid risk of future breakage ( #5764 )
...
As discussed with @snowp in [envoyproxy/java-control-plane#87 (comment)](https://github.com/envoyproxy/java-control-plane/issues/87#issuecomment-456537248 ) and [envoyproxy/java-control-plane#87 (comment)](https://github.com/envoyproxy/java-control-plane/issues/87#issuecomment-457649859 ), adding these options will avoid the risk of having API breaking changes on the generated java code as the proto files evolve.
Risk Level_: Medium
Note that e.g. [envoyproxy/java-control-plane](https://github.com/envoyproxy/java-control-plane ) will have to do a refactoring when they sync the proto files next time.
Signed-off-by: Penn (Dapeng) Zhang <zdapeng@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 4a5f85809cef13be47873483789a5a7bb64ded7c
6 years ago
data-plane-api(CircleCI)
a15186341d
api: revert option java_multiple_files = true ( #5642 )
...
Signed-off-by: Penn (Dapeng) Zhang <zdapeng@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ca7aed40c2354847f5bbd5fc2540a74cad182ff9
6 years ago
data-plane-api(CircleCI)
47fef3411b
api: add proto options for java ( #5369 )
...
* api: add proto options for java
* add ci for checking proto options
Signed-off-by: Penn (Dapeng) Zhang <zdapeng@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 02659d411332e9f20d229f482931c15304ea17fd
6 years ago
data-plane-api(CircleCI)
8e13c8b4af
Fixes #3756 by creating a new api_proto_library_internal build rule that ( #3764 )
...
adds the required visibility rules and delegates the rest to the generic
api_proto_library. I tested the change by doing the following without
getting errors.
./ci/run_envoy_docker.sh './ci/do_ci.sh docs'
I changed the BUILD files using the following commands.
/envoy/api$ find . -type f -name BUILD | xargs sed -i -e 's/api_proto_library(/api_proto_library_internal(/g'
envoy/api$ find . -type f -name BUILD | xargs sed -i -e 's/"api_proto_library"/"api_proto_library_internal"/g'
Signed-off-by: mickey <mickeyju@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 4b871c0ab9350882271a490adcee44e613ed9807
7 years ago
data-plane-api(CircleCI)
47945b2741
format: update buildifier ( #3614 )
...
Also ran tool/check_format.py fix to fix existing files.
Risk Level: Low
Testing: existing tests / CI
Docs Changes: N/A
Release Notes: N/A
Signed-off-by: Lizan Zhou <zlizan@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 2dd70565030af1e3902df69630ff0837e5331474
7 years ago
data-plane-api(CircleCI)
e4d5d46c3f
s/grpc_credentials/grpc_credential/ in api ( #3595 )
...
Fixes #3584
Description:
Risk Level: Low
Testing: existing tests / CI
Docs Changes:
Release Notes:
Signed-off-by: Lizan Zhou <zlizan@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ e931af6a84013a934a40f817d941e6b745cbca26
7 years ago