hishtory/client
2023-09-23 20:02:05 -07:00
..
cmd Make presaving query slightly more specific, and delete res.RowsAffected check since it can cause flaky errors if a command is run twice very quickly 2023-09-23 20:02:05 -07:00
data Add initial code to support unique per-entry IDs 2023-09-22 13:16:24 -07:00
hctx Fix syncing consistency bug, but with the caveat that there is currently no easy/practical way to write tests for this 2023-09-23 19:57:41 -07:00
lib Add additional error to IsOfflineError 2023-09-23 19:37:25 -07:00
table Add left scrolling test 2023-02-11 09:10:45 -08:00
tui Rework ff98a7907c to use the newly added EntryId column rather than deleting based on the start time 2023-09-22 14:03:41 -07:00
client_test.go Fix consistency bug where ClientConfig would get out of date between different parts of the code 2023-09-23 12:40:57 -07:00
fuzz_test.go Rename variable so it doesn't contain TODO 2023-09-23 12:25:58 -07:00
testutils.go Move a bunch of utility functions for tests to a testutils.go file to make client_test.go at least a little shorter 2023-09-22 20:19:12 -07:00