This repository was archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
[Fix](#649) changes to support accurate ns timepoints #650
Closed
auphofBSF
wants to merge
18
commits into
influxdata:master
from
auphofBSF:bug/timestamp_ns_issue_649
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
bd10016
[Fix](#649) changes to support ns timepoints
auphofBSF 6681e10
[FIX] correct setuptools version for travis ci
auphofBSF 5e99c09
[FIX] CI unit test failure - Test timezone in TestLineProtocol
auphofBSF 28b9ef3
Merge branch 'bug/timestamp_ns_issue_649' of https://github.com/aupho…
auphofBSF b3b6fe7
[ADD] list dependency on pandas for ns precision timestamp
auphofBSF b195e38
[FIX] unitests for (#649) ns precision timestamps
auphofBSF e8f2408
[FIX] changes for flake8 compliance
auphofBSF 578a213
Merge branch 'master' into bug/timestamp_ns_issue_649
xginn8 dd039aa
[IMP] tests for microsecond convert
auphofBSF b8df1f9
[IMP] tests for microsecond convert
auphofBSF 6643b09
[IMP] tests for microsecond convert
auphofBSF 4603127
[IMP] update Test for timestamp conversions
auphofBSF 843fd33
[FIX] issue of incorrect conversion due to floats.
auphofBSF f22ddff
[FIX] test failure
auphofBSF bf88766
[FIX] CI PEP257 and FLAKE8 issues
auphofBSF 7e161e2
[FIX] CI further Flake8 fixes
auphofBSF 2bdb93c
Merge branch 'master' into bug/timestamp_ns_issue_649
sebito91 d11956a
remove unnecessary inclusion of iteritems
sebito91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please add pandas to requirements.txt (and remove pytz and python-dateutil), build is currently failing because of that, see pypy build logs: https://travis-ci.org/influxdata/influxdb-python/jobs/516866320
Great fix btw, looking forward to being merged.