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

feat(translator): preserve route order in EnvoyProxy #4955

Merged
merged 11 commits into from
Jan 7, 2025

Conversation

guydc
Copy link
Contributor

@guydc guydc commented Dec 20, 2024

What type of PR is this?

What this PR does / why we need it:
Add an option to EnvoyProxy to preserve the user-defined route order.

Which issue(s) this PR fixes:

Fixes #4943

Release Notes: Yes/No

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.83%. Comparing base (2a5ecaf) to head (b1d62a3).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4955      +/-   ##
==========================================
+ Coverage   66.77%   66.83%   +0.05%     
==========================================
  Files         209      209              
  Lines       32100    32112      +12     
==========================================
+ Hits        21434    21461      +27     
+ Misses       9379     9368      -11     
+ Partials     1287     1283       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Guy Daich <guy.daich@sap.com>
@guydc guydc force-pushed the api-user-route-order branch from 389b43d to b7f9f29 Compare December 20, 2024 21:08
@guydc guydc marked this pull request as ready for review December 20, 2024 22:15
@guydc guydc requested a review from a team as a code owner December 20, 2024 22:15
zhaohuabing
zhaohuabing previously approved these changes Dec 31, 2024
Copy link
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@arkodg
Copy link
Contributor

arkodg commented Dec 31, 2024

CTP doesn't feel like the right place for this, imo this is a global setting that should live in either EnvoyProxy or EnvoyGateway

@guydc guydc changed the title feat(translator): preserve route order in CTP feat(translator): preserve route order in EnvoyProxy Jan 6, 2025
arkodg
arkodg previously approved these changes Jan 7, 2025
Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks !

Signed-off-by: Guy Daich <guy.daich@sap.com>
@arkodg arkodg requested review from a team January 7, 2025 02:12
Copy link
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@zirain zirain merged commit 279ba62 into envoyproxy:main Jan 7, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support user-defined route order
5 participants