-
Notifications
You must be signed in to change notification settings - Fork 671
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
MF-1478 - TimescaleDB writer and reader add-on #1542
Conversation
@corp0529 Looks like you didn't update vendor ( |
Signed-off-by: John Cleasby <[email protected]>
@manuio Sure, just fixing the CI now, it was the tests not running properly. |
Codecov Report
@@ Coverage Diff @@
## master #1542 +/- ##
==========================================
+ Coverage 67.18% 67.48% +0.30%
==========================================
Files 135 139 +4
Lines 11041 11319 +278
==========================================
+ Hits 7418 7639 +221
- Misses 3015 3050 +35
- Partials 608 630 +22
Continue to review full report at Codecov.
|
It's actually showing no changes after go mod vendor. I've tried a clean pull and go mod vendor and no change. |
@corp0529 My bad, looks like there are no new packages used! Thank you for verifying! |
Signed-off-by: corp0529 <[email protected]>
Signed-off-by: corp0529 <[email protected]>
@corp0529 Please resolve all the comments and update the branch. Once you do it, we'll do one more review and it's ready for merge. |
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.
After one minor remark is resolved, I'll approve. Great job, @corp0529! Thanks a lot for this contribution.
Signed-off-by: corp0529 <[email protected]>
Signed-off-by: corp0529 <[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.
LGTM Thank you!
* MF-1478 - TimescaleDb Reader/Writer Add-on Signed-off-by: John Cleasby <[email protected]> * pull request 1542 change requests Signed-off-by: corp0529 <[email protected]> * pull request 1542 change requests 2 Signed-off-by: corp0529 <[email protected]> * removed unused separator const from timescale reader and writer cmd Signed-off-by: corp0529 <[email protected]> * Fixed naming of timescaleRepo instance Signed-off-by: corp0529 <[email protected]> * Fixed indentation and renamed repo to tr Signed-off-by: corp0529 <[email protected]> Signed-off-by: skovacevic <[email protected]>
What does this do?
Adds TimescaleDB as a data store
Which issue(s) does this PR fix/relate to?
Resolves #1478
Have you included tests for your changes?
Yes
Did you document any new/modified functionality?
Yes