-
Notifications
You must be signed in to change notification settings - Fork 822
Add endpoint for querying time info for lsn #5497
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a103b76
Add function to map over all timestamps
arpad-m 184f266
Add get_time_range_by_lsn endpoint
arpad-m 60e5777
Add tests
arpad-m 24d56ed
Fix API spec yml
arpad-m b35b2e7
Configurable step size and fix SQL injection ability
arpad-m e2084ae
Add median as well
arpad-m 4ba7744
More tests
arpad-m 4a8031e
more
arpad-m 381e286
Merge branch 'main' into arpad/ts_by_lsn
shanyp dd9769d
make clippy happy
shanyp 00e1010
Enable synchronous commit
arpad-m 34586de
Return runtime errors
arpad-m fdf4fca
Review comment
arpad-m 07fcfb7
newlines
arpad-m ebdcb4a
Merge remote-tracking branch 'origin/main' into arpad/ts_by_lsn
arpad-m a72c339
Use a struct instead of the json macro and return a 404 status
arpad-m 8d1ccf4
Update API spec and test
arpad-m 6bc3a58
Use duration_since not elapsed
arpad-m 72467b1
Only return one value instead of a range
arpad-m c6fecef
Remove test
arpad-m ac95bca
fix test
arpad-m 33e1a48
Make clippy happy
arpad-m fc017bf
Use strptime to be Python 3.9 compatible
arpad-m f136d71
Adjust descriptions in yaml
arpad-m d9b3765
Rename API call to be consistent with get_lsn_by_timestamp
arpad-m ca84f2c
fix strptime to support nanoseconds
shanyp ebea344
Merge branch 'main' into arpad/ts_by_lsn
shanyp f6946e9
Make test more robust
arpad-m 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.
Uh oh!
There was an error while loading. Please reload this page.