forked from envoyproxy/xds-relay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode Node information in separate types in aggregation rules (envoy…
…proxy#137) * Add NodeStringMatch proto definitions Signed-off-by: eapolinario <[email protected]> * Expose Locality in RequestV2 Signed-off-by: eapolinario <[email protected]> * Replace uses of node field type in isNodeMatch Signed-off-by: eapolinario <[email protected]> * fix mapper_test tests cases related to node cluster and node id. Signed-off-by: eapolinario <[email protected]> * lint Signed-off-by: eapolinario <[email protected]> * Use the new protos in tests Signed-off-by: eapolinario <[email protected]> * bump dependencies. Signed-off-by: eapolinario <[email protected]> * more tests. Signed-off-by: eapolinario <[email protected]> * Fix remaining unit tests. Signed-off-by: eapolinario <[email protected]> * remove TODO from proto Signed-off-by: eapolinario <[email protected]> * Remove getResultRequestNodeFragment Signed-off-by: eapolinario <[email protected]> * Fix yaml_proto tests Signed-off-by: eapolinario <[email protected]> * Add NodeLocality to RequestNodeFragment Signed-off-by: eapolinario <[email protected]> * Edit getResultFromRequestNodePredicate Signed-off-by: eapolinario <[email protected]> * fix integration tests Signed-off-by: eapolinario <[email protected]> * delete unused getNodeValue function Signed-off-by: eapolinario <[email protected]> * Fix e2e test. Signed-off-by: eapolinario <[email protected]> * uncomment Locality tests Signed-off-by: eapolinario <[email protected]> * Define LocalityResultAction Signed-off-by: eapolinario <[email protected]> * fix example aggregation rules file. Signed-off-by: eapolinario <[email protected]> * s/NodeStringMatch/StringMatch/g Signed-off-by: eapolinario <[email protected]> * s/NodeLocalityMatch/LocalityMatch + use StringMatch Signed-off-by: eapolinario <[email protected]> * lint Signed-off-by: eapolinario <[email protected]> * remove NodeFieldType enum. Signed-off-by: eapolinario <[email protected]> * more linting Signed-off-by: eapolinario <[email protected]> * remove mentions to enum in test file. Signed-off-by: eapolinario <[email protected]> * Remove mentions to corev2.Locality and use our own Locality object Signed-off-by: eapolinario <[email protected]> * remove TODO in mapper. Signed-off-by: eapolinario <[email protected]> * remove individual Locality properties. Signed-off-by: eapolinario <[email protected]> Signed-off-by: Samra Belachew <[email protected]>
- Loading branch information
Eduardo Apolinario
authored and
Samra Belachew
committed
Sep 21, 2020
1 parent
27b018f
commit 741feaf
Showing
20 changed files
with
1,476 additions
and
792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.