-
Notifications
You must be signed in to change notification settings - Fork 141
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
move pplenabled to transportaction #2444
move pplenabled to transportaction #2444
Conversation
Signed-off-by: zane-neo <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #2444 +/- ##
============================================
+ Coverage 95.41% 95.45% +0.03%
- Complexity 5022 5029 +7
============================================
Files 479 479
Lines 14072 14084 +12
Branches 933 936 +3
============================================
+ Hits 13427 13444 +17
+ Misses 625 618 -7
- Partials 20 22 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
A few quick ask:
|
Synced offline. Thanks for the context! I think we're good for now if we want to depend on PPL module artifact directly. In the long term, I think better solution would be PPL transport model class and Query DSL interface (proposed in |
Signed-off-by: zane-neo <[email protected]>
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.
just want to make sure we don't break anything, could you check if any existing IT cover this pplEnabled setting?
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.
Thanks for the changes!
Could you change destination branch to main
branch first? Normally we send PR against main with backport 2.x
label.
Closing as new PR for |
Description
Move ppl_enabled configuration to transport action layer
Issues Resolved
Move ppl_enabled configuration to transport action layer
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.