Skip to content

feat: impl mergeType in BackendTrafficPolicy#5795

Merged
zirain merged 8 commits intoenvoyproxy:mainfrom
zirain:btp-merge
Apr 30, 2025
Merged

feat: impl mergeType in BackendTrafficPolicy#5795
zirain merged 8 commits intoenvoyproxy:mainfrom
zirain:btp-merge

Conversation

@zirain
Copy link
Copy Markdown
Member

@zirain zirain commented Apr 23, 2025

xref: #1934

@zirain zirain requested a review from a team as a code owner April 23, 2025 06:48
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 23, 2025

Codecov Report

Attention: Patch coverage is 74.38424% with 52 lines in your changes missing coverage. Please review.

Project coverage is 65.35%. Comparing base (80b8a3d) to head (eff1cfd).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
internal/gatewayapi/backendtrafficpolicy.go 78.39% 28 Missing and 7 partials ⚠️
internal/utils/merge.go 51.42% 12 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5795      +/-   ##
==========================================
+ Coverage   65.32%   65.35%   +0.03%     
==========================================
  Files         221      222       +1     
  Lines       35314    35459     +145     
==========================================
+ Hits        23068    23174     +106     
- Misses      10821    10851      +30     
- Partials     1425     1434       +9     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zirain zirain force-pushed the btp-merge branch 4 times, most recently from f9ec6aa to 826a573 Compare April 28, 2025 06:32
@arkodg
Copy link
Copy Markdown
Contributor

arkodg commented Apr 28, 2025

thanks @zirain, this looks good ! added some minor comments
ptal @guydc @liorokman @zhaohuabing

zirain added 4 commits April 29, 2025 09:05
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
@arkodg arkodg added this to the v1.4.0-rc.1 milestone Apr 30, 2025
Signed-off-by: zirain <[email protected]>
Copy link
Copy Markdown
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, lets track the list merging piece as a separate issue

@arkodg arkodg requested review from a team April 30, 2025 01:20
//
// +optional
HTTPUpgrade []*ProtocolUpgradeConfig `json:"httpUpgrade,omitempty"`
HTTPUpgrade []*ProtocolUpgradeConfig `json:"httpUpgrade,omitempty" patchMergeKey:"type" patchStrategy:"merge"`
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@arkodg we need this tag for every slice we want to merge.

@zirain zirain merged commit 7c88e66 into envoyproxy:main Apr 30, 2025
22 of 25 checks passed
@zirain zirain deleted the btp-merge branch April 30, 2025 02:06
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.

3 participants