-
Notifications
You must be signed in to change notification settings - Fork 3
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 init / commit stage to listeners #208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #208 +/- ##
===========================================
- Coverage 64.08% 53.21% -10.87%
===========================================
Files 82 58 -24
Lines 5363 2191 -3172
Branches 1689 983 -706
===========================================
- Hits 3437 1166 -2271
+ Misses 918 379 -539
+ Partials 1008 646 -362
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
… 0 expiration value
@@ -37,7 +37,9 @@ struct client { | |||
void set_capabilities(const std::vector<capabilities_e> &cs) | |||
{ | |||
for (const auto &capability : cs) { | |||
capabilities |= static_cast<uint16_t>(capability); | |||
capabilities |= |
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.
😍
|
||
auto rule = rules_data.find(id->value.GetString()); | ||
if (rule == rules_data.end()) { // New rule | ||
if (type != "data_with_expiration" && type != "ip_with_expiration") { |
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.
I am missing a test for this type filtering
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.
Since I'm working on a PR derived from this one I'll add the test on that PR
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.
ok
Description
Changes:
Motivation
Additional Notes
Describe how to test your changes
Readiness checklist
Release checklist