This website requires JavaScript.
Explore
Help
Sign In
extern
/
hishtory
Watch
1
Star
0
Fork
0
You've already forked hishtory
mirror of
https://github.com/ddworken/hishtory.git
synced
2025-01-11 16:58:47 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9da7a10e4
hishtory
/
client
History
David Dworken
c9da7a10e4
Make the initial search query for the TUI async so that the UI opens immediately, so that user's can start typing their query without any delay
2023-09-18 19:35:53 -07:00
..
cmd
Make WHERE query for deleting presaved entries stricter and re-add in the error check that was removed in
713ee96a96
2023-09-17 14:38:48 -07:00
data
wrap errors with %w instead of using %v
2023-09-05 15:08:55 -04:00
hctx
Add TODO for a theoretical bug I noticed
2023-09-12 17:51:55 -07:00
lib
Automatically retry search queries when the DB is locked to increase reliability (especially when the backend is down, which leads to more queries, and thus more instances of the DB being locked)
2023-09-18 19:22:26 -07:00
table
Add left scrolling test
2023-02-11 09:10:45 -08:00
tui
Make the initial search query for the TUI async so that the UI opens immediately, so that user's can start typing their query without any delay
2023-09-18 19:35:53 -07:00
client_test.go
Increment the test_retry_count metric for failures too to ensure that it captures tests that fail all retries
2023-09-17 23:07:10 -07:00