aboutsummaryrefslogtreecommitdiff
path: root/xds/third_party
AgeCommit message (Collapse)Author
2020-03-30xds: update to envoy commit id b16ce6d5ea0d2da73e764d145623e7367dc59ed3 (#6871)sanjaypujare
2020-03-27xds: rollback PGV dependency from using maven artifact to importing proto sourceZHANG Dapeng
PGV is adding new fields (`well_known_regex` and `strict`) to proto and some of our new features require the most current envoy API which in turn requires the new fields in latest PGV proto (https://github.com/envoyproxy/envoy/blob/master/api/envoy/api/v2/core/base.proto#L251), but they are not available in the latest PGV maven release.
2020-02-26xds: update envoy proto and udpa proto (#6764)Chengyuan Zhang
Update envoy proto to c0ab3a4374144728c1e193fc2d43951ed36ccdb7 and udpa proto to edbea6a78f6d1ba34edc69c53a396b1d88d59651.
2019-10-28xds: add sds.proto to imported envoy proto files (#6346)sanjaypujare
2019-10-21xds: remove gogoproto dependencyZHANG Dapeng
Since https://github.com/envoyproxy/envoy/commit/e7f0b7176efdc65f96eb1697b829d1e6187f4502 and https://github.com/grpc/grpc-java/commit/1dd72ab043b7596e9ecff59fb3a666e4480e738e , gogoproto is not a dependency anymore.
2019-10-18xds: import http_connection_manager proto from envoy repo (#6301)Chengyuan Zhang
2019-10-17xds: import proto files for CDS, LDS, RDS from envoy repo (#6292)Chengyuan Zhang
2019-10-17xds: update envoy proto version to f709434b37e9ff74666d5b854aa11fb2f1ec37f3 ↵Chengyuan Zhang
(#6291)
2019-09-23xds: use PGV dependency from maven artifactZHANG Dapeng
Resolves #6016
2019-09-17Create a new class XdsAttributes in xds to house XDS related attributes and ↵sanjaypujare
define ATTR_SDS_CONFIG there (#6154) Need to define a new attribute so we can plumb SdsSecretConfig from the xDS LB to SSL code so the value can be passed on to the SDS module.
2019-09-04xds: import proto files for xDS LB bootstrap from upstream envoy repository ↵Chengyuan Zhang
(#6125) * xds: import proto files for xDS LB bootstrap from upstream envoy repository. * reorder import filenames
2019-08-28xds: bump envoy to 6ff0bce8ff417a252cde4d04dfb9cba2bab463d8ZHANG Dapeng
Also add import script for upda protos from https://github.com/cncf/udpa This PR is for the purpose to sync up with internal cl/265717410
2019-07-09 xds: update envoy to 89eb31bcbe2308bf1e9073620e843bf472363495 (#5972)ZHANG Dapeng
* xds: update envoy to 89eb31bcbe2308bf1e9073620e843bf472363495 * run import.sh
2019-07-09xds: import third party envoy proto (#5929)Chengyuan Zhang
* xds/third_party: import envoy proto based on envoy's commit eefcd0e6fcbeba446454bd5396a34c69348338eb * xds: fixed breaking changes introduced by changes of fields in ORCA proto message.
2019-06-05xds: Add gogoproto dependency to xdsZHANG Dapeng
The generated grpc services are not changed.
2019-05-14xds/third_party: update xds load report proto by importing latest files from ↵Chengyuan Zhang
envoy repo (#5727)
2019-05-04xds/third_part: revert change of envoy import script (#5667)Chengyuan Zhang
* Revert "xds/third_party: fixed compatibility issue of regex in BSD for import.sh sed command (#5613)" This reverts commit affce636dd6b3b887f343dd232dda6005a626ca9. * added comment to avoid manual change as the script is synced with internal upstream
2019-04-19xds/third_party: import proto from envoy repo, added udpa orca protos (#5614)Chengyuan Zhang
2019-04-18xds/third_party: fixed compatibility issue of regex in BSD for import.sh sed ↵Chengyuan Zhang
command (#5613) * fixed issue import.sh sed expr with non-extended regex does not support \| in BSD * fixed sed -i issue for cross platform
2019-02-15xds: use shadow plugin for generated codeZHANG Dapeng
* Import envoy proto file to the latest internal version, which has correct java proto options. (The PGV proto, `validate.proto`, doesn't have the correct and up-to-date java_package proto option yet, but as long as we don't use those generated classes, it seems fine.) * Stop modifying java proto options by import.sh. * Apply shadow plugin when publishing.
2019-01-11xds: import from envoy and add ads.proto and lrs.protoZHANG Dapeng
2018-12-17xds: import xds service protosZHANG Dapeng
All files other than the following are generated by `import.sh`. ``` settings.gradle xds/build.gradle xds/third_party/envoy/import.sh xds/third_party/protoc-gen-validate/import.sh ```