hishtory/client
David Dworken 60cbb1976c
Fix double-syncing error where devices receive entries from themselves #202 (#204)
* Fix double-syncing error where devices receive entries from themselves

* Fix incorrect error message

* Add TODO

* Update TestESubmitThenQuery after making query more efficient

* Update TestDeletionRequests and remove unnecessary asserts

* Swap server_test.go to using require

* Fix incorrect require due to typo
2024-08-11 12:29:37 -07:00
..
ai Add ability to configure custom OpenAI API endpoint for #186 (#194) 2024-08-11 12:29:37 -07:00
cmd Add --port flag for the web UI for #203 2024-08-11 12:29:37 -07:00
data Add index of start time so that queries with a LIMIT clause can avoid a full table scan (for #202) 2024-08-11 12:29:37 -07:00
hctx Add index of start time so that queries with a LIMIT clause can avoid a full table scan (for #202) 2024-08-11 12:29:37 -07:00
lib Fix double-syncing error where devices receive entries from themselves #202 (#204) 2024-08-11 12:29:37 -07:00
posttest Run integration tests in parallel to speed up testing (#175) 2024-08-11 12:29:36 -07:00
table Add support for horizontal scrolling of all columns for #188 (#195) 2024-08-11 12:29:37 -07:00
testdata Add test for horizontal scrolling other columns for #188 2024-08-11 12:29:37 -07:00
tui Revert "Add mouse scrolling support for #200" since it breaks the ability to highlight text 2024-08-11 12:29:37 -07:00
webui Add --port flag for the web UI for #203 2024-08-11 12:29:37 -07:00
client_test.go Fix double-syncing error where devices receive entries from themselves #202 (#204) 2024-08-11 12:29:37 -07:00
fuzz_test.go Run integration tests in parallel to speed up testing (#175) 2024-08-11 12:29:36 -07:00
testutils.go Run integration tests in parallel to speed up testing (#175) 2024-08-11 12:29:36 -07:00