Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode Node information in separate types in aggregation rules #137

Merged
merged 31 commits into from
Sep 11, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
58e32b4
Add NodeStringMatch proto definitions
Aug 28, 2020
79b2904
Expose Locality in RequestV2
Aug 28, 2020
4292fc2
Replace uses of node field type in isNodeMatch
Aug 28, 2020
cd3e7f0
fix mapper_test tests cases related to node cluster and node id.
Aug 28, 2020
683e402
lint
Aug 28, 2020
6ac0898
Use the new protos in tests
Aug 28, 2020
ee07b37
Merge branch 'master' of github.com:envoyproxy/xds-relay into encode-…
Aug 28, 2020
1d1bd1e
bump dependencies.
Aug 28, 2020
3530926
more tests.
Aug 28, 2020
eb11170
Fix remaining unit tests.
Aug 29, 2020
f414e06
remove TODO from proto
Aug 29, 2020
911df69
Remove getResultRequestNodeFragment
Aug 31, 2020
dd313a2
Fix yaml_proto tests
Aug 31, 2020
d3b301f
Add NodeLocality to RequestNodeFragment
Aug 31, 2020
9610dc8
Edit getResultFromRequestNodePredicate
Aug 31, 2020
a7230f3
fix integration tests
Aug 31, 2020
92eacd9
delete unused getNodeValue function
Aug 31, 2020
a9e7629
Fix e2e test.
Aug 31, 2020
658409b
uncomment Locality tests
Sep 1, 2020
2d0416a
Define LocalityResultAction
Sep 1, 2020
805c0f4
fix example aggregation rules file.
Sep 1, 2020
509de35
s/NodeStringMatch/StringMatch/g
Sep 1, 2020
076a3f1
s/NodeLocalityMatch/LocalityMatch + use StringMatch
Sep 1, 2020
175d567
lint
Sep 1, 2020
d09afb7
remove NodeFieldType enum.
Sep 1, 2020
56a1b7c
more linting
Sep 1, 2020
12ef5ce
remove mentions to enum in test file.
Sep 1, 2020
1eda1a1
merge conflicts
Sep 11, 2020
9dead19
Remove mentions to corev2.Locality and use our own Locality object
Sep 11, 2020
85ba9aa
remove TODO in mapper.
Sep 11, 2020
3155439
remove individual Locality properties.
Sep 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix remaining unit tests.
Signed-off-by: eapolinario <eapolinario@lyft.com>
eapolinario committed Aug 29, 2020
commit eb11170f38b4e1137d648369ff96594d134d39a1
Loading