-
Notifications
You must be signed in to change notification settings - Fork 19
feat(URL): Support seeking logs by timestamp via URL parameter (resolves #117). #152
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 13 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
5477d0a
snapshot
Henry8192 4a8aeb7
draft without implementing getLogEventIdxByTimestamp
Henry8192 7f5cc7f
patch
Henry8192 54ef03c
implementing JSONL getLogEventIdxByTimestamp, fix timestamp type to b…
Henry8192 6c2b45a
fix JSONL getEventIdxByTimestamp + timestamp hash param not cleared
Henry8192 255f3e3
revert timestamp type back to Number; Only keeping bigint for DecodeR…
Henry8192 3972319
address changes from code review
Henry8192 5ecdaab
Merge branch 'main' into search-timestamp
Henry8192 f1f93f7
rename getLogEventIdxByTimestamp to getLogEventIdxByTimestamp
Henry8192 683350a
update clp-ffi-js dependency
Henry8192 7b72d93
Merge branch 'main' into search-timestamp
Henry8192 0cc3649
Add docstring for findNearestLogEventByTimestamp; Change function beh…
Henry8192 a81d570
Fix JSONL findNearestLogEventByTimestamp not always returning the cor…
Henry8192 e8e58f5
fix corner case
Henry8192 206b01f
minor format fixes
Henry8192 07ef527
Merge branch 'main' into search-timestamp
junhaoliao 6c910d4
Merge branch 'main' into search-timestamp
junhaoliao bc16de2
Merge remote-tracking branch 'yscope/main' into search-timestamp
Henry8192 e04dadb
Merge branch 'main' into search-timestamp
Henry8192 3c051e8
temporarily lift state context provider's max lines; eventually we wi…
Henry8192 32de344
Merge branch 'main' into search-timestamp
Henry8192 127d56b
Merge branch 'main' into search-timestamp
Henry8192 e5725c2
finish merging main branch
Henry8192 56c5a1f
remove StateContextProvider.tsx
Henry8192 3fa1b87
Merge branch 'main' into search-timestamp
Henry8192 2074a5d
Update error handling in AppController and reorganize CURSOR_CODE enu…
Henry8192 ca539cf
Update src/components/AppController.tsx
Henry8192 6e1c1dd
Merge branch 'main' into search-timestamp
Henry8192 2ba9e82
fix lint
Henry8192 d2c2a62
revert back to switch case
Henry8192 dc21b01
Merge branch 'main' into search-timestamp
Henry8192 012a66c
address review
Henry8192 67ff878
use `numEvents` in a non-reactive way
Henry8192 7b53dab
Merge branch 'main' into search-timestamp
Henry8192 251f602
finish merging main
Henry8192 535172f
Merge branch 'main' into search-timestamp
Henry8192 470db18
finish merging main; refactor update url hash parameters logic
Henry8192 7114402
rename action names & minor fix
Henry8192 61241bc
refactor getting cursor logic to getCursorFromHashParams
Henry8192 85d563c
Merge remote-tracking branch 'upstream/main' into HEAD
hoophalab 4782586
revert buttons
hoophalab e458a4c
rename
hoophalab f3b9492
fix copy number
hoophalab b99b23a
use else if for hashParams check logic
Henry8192 95fbb0c
remove debugging message
hoophalab 46124e1
Update src/components/AppController.tsx
hoophalab 8506148
move updateUrlIfEventOnPage to url.ts
hoophalab 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.