-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
add ecds support for composite filter #29289
add ecds support for composite filter #29289
Conversation
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: Rama Chavali <[email protected]>
@alyssawilk Can you please approve and merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm api
I think this needs one more main merge to pass the new CI checks |
Signed-off-by: Rama Chavali <[email protected]>
/retest |
Signed-off-by: Rama Chavali <[email protected]>
@alyssawilk merged main. But coverage for quic seem to fail and buffer integration test is flaky? |
I've seen the same quic coverage failure in another PR (#31287), not sure if it is flaky or not. |
yeah I think @phlax bumped quic coverage last night |
/wait on CI |
Signed-off-by: Rama Chavali <[email protected]>
Signed-off-by: wbpcode <[email protected]>
* clean server factory context and partly revert #29289 Signed-off-by: wbpcode <[email protected]> * minor update Signed-off-by: wbpcode <[email protected]> --------- Signed-off-by: wbpcode <[email protected]>
- Update the ENVOY_COMMIT and ENVOY_SHA in bazel/repositories.bzl to the latest Envoy's commit. - Update to .bazelrc to envoyproxy/envoy#31372 - Update source/client/process_impl.cc to support pure virtual function change introduced in envoyproxy/envoy#29289 - Temporarily disable test_gcc target to unblock import. GCC version was updated with new images envoyproxy/envoy#31372 which now fail on various warnings. Signed-off-by: tomjzzhang <[email protected]>
Commit Message: add ecds support for composite filter
Additional Description: Currrently ECDS does not support composite filter. This would help to use composite filter for use cases like WASM filters
Risk Level: Low
Testing: Updated
Docs Changes: Updated
Release Notes: Added