feat: enable command operators for httproute filter directresponse#8183
Merged
arkodg merged 5 commits intoenvoyproxy:mainfrom Feb 14, 2026
Merged
feat: enable command operators for httproute filter directresponse#8183arkodg merged 5 commits intoenvoyproxy:mainfrom
arkodg merged 5 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Bryan Lee <me@bryanl.ee>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8183 +/- ##
==========================================
- Coverage 73.88% 73.84% -0.04%
==========================================
Files 241 241
Lines 36609 36613 +4
==========================================
- Hits 27047 27038 -9
- Misses 7656 7671 +15
+ Partials 1906 1904 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
arkodg
previously approved these changes
Feb 8, 2026
Contributor
arkodg
left a comment
There was a problem hiding this comment.
LGTM thanks, would be great if e2e can highlight this as well
Signed-off-by: Bryan Lee <me@bryanl.ee>
Signed-off-by: Bryan Lee <23470032+6ixfalls@users.noreply.github.com>
zirain
previously approved these changes
Feb 11, 2026
Signed-off-by: Bryan Lee <me@bryanl.ee>
0fd7195 to
3c6d5b6
Compare
Signed-off-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Inode1
pushed a commit
to Inode1/gateway
that referenced
this pull request
Feb 23, 2026
…nvoyproxy#8183) * feat: enable command operators for httproute filter directresponse Signed-off-by: Bryan Lee <me@bryanl.ee>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Feature
What this PR does / why we need it:
Enables command operators in the directResponse of an HTTPRoute filter. Implemented the same way as backendTrafficPolicy's directResponse (11248b4).
Which issue(s) this PR fixes:
N/A
Release Notes: Yes