-
Notifications
You must be signed in to change notification settings - Fork 184
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
[Pushsafer] Improve configuration to use named parameters #629
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #629 +/- ##
==========================================
+ Coverage 40.93% 41.97% +1.03%
==========================================
Files 83 83
Lines 3750 3817 +67
==========================================
+ Hits 1535 1602 +67
Misses 2215 2215
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 |
b55e10e
to
8d5ac42
Compare
8d5ac42
to
31100ad
Compare
ed84c69
to
b021547
Compare
@amotl do you also add the 3 new parameter (cr, ao, af) to your rework? Thanks Kevin |
6e68f7f
to
ad9362a
Compare
They will be added separately, based on the patch GH-630 you've submitted. Thanks. |
ad9362a
to
b171c1f
Compare
b171c1f
to
1e6b2f3
Compare
2a41d5d
to
d9c9efb
Compare
Hi again. GH-630 has been adjusted accordingly. Let's see if @jpmens or @sumnerboy12 will have any objections about both patches. |
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.
Looks to be a significant improvement.
Dear Kevin, I've just released mqttwarn 0.33.0 1, including all corresponding improvements around Pushsafer. Apologies for the delay, and thanks again for your contributions. With kind regards, Footnotes |
Hi,
following the rationale provided at GH-628, this would be my proposal to improve the Pushsafer configuration snippet to use named parameters instead of a list, which is confusing, and barely maintainable and extendable.
Documentation
Visit the rendered version of the reworked mqttwarn » Pushsafer service.
Configuration snippet
A valid configuration for Pushsafer in the v2 layout would be:
With kind regards,
Andreas.
/cc @appzer