-
Notifications
You must be signed in to change notification settings - Fork 674
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
NOISSUE - Add Redis ES Username/Pass for VerneMQ #991
Conversation
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #991 +/- ##
=======================================
Coverage 82.75% 82.75%
=======================================
Files 87 87
Lines 5850 5850
=======================================
Hits 4841 4841
Misses 723 723
Partials 286 286 Continue to review full report at Codecov.
|
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
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.
LGTM!
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.
LGTM
* Add Redis DB and Pass options Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com> * Fix ENV var parsing Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com> * Update protobuf for VerneMQ Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com> * Fix regular expression for MQTT re-publish Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
Pull request title should be
MF-XXX - description
orNOISSUE - description
where XXX is ID of issue that this PR relate to.Please review the CONTRIBUTING.md file for detailed contributing guidelines.
What does this do?
Add Redis ES Username/Pass for VerneMQ
Which issue(s) dsoes this PR fix/relate to?
NOISSUE
List any changes that modify/break current functionality
Have you included tests for your changes?
Did you document any new/modified functionality?
Notes