Commit Graph

25 Commits (36e788b9d39ba3dabe4773ada6d11138a4e11819)

Author SHA1 Message Date
Tomáš Mládek 36e788b9d3 feat!: add provenance & timestamp to Entry 2023-04-02 19:56:01 +02:00
Tomáš Mládek 81dcc7a8bf chore: clippy lints 2023-03-19 20:10:13 +01:00
Tomáš Mládek 2b30f5670f fix: "database is locked" errors on init (?) 2023-03-19 20:06:45 +01:00
Tomáš Mládek 051e95d640 fix: properly set WAL, eliminate (?) intermittent `database locked` errors 2022-10-24 19:29:41 +02:00
Tomáš Mládek ee8dc40577 fix: tracing target has to be static 2022-10-24 09:25:34 +02:00
Tomáš Mládek 3292a5b346 fix: add proper targets to db logging, panic in debug mode 2022-10-23 16:07:08 +02:00
Tomáš Mládek 6394a70030 chore: log -> tracing 2022-10-23 15:59:10 +02:00
Tomáš Mládek b5b05ed852 fix: add custom logging handler (elucidate db locked errors?) 2022-10-23 13:46:42 +02:00
Tomáš Mládek 74d35e4065 chore: log instrumenting 2022-10-23 13:46:06 +02:00
Tomáš Mládek 9061d32c89 fix: update tests to handle Skipped paths 2022-10-18 21:00:10 +02:00
Tomáš Mládek 11a62b274f fix: skip empty files on vault update 2022-10-18 18:29:23 +02:00
Tomáš Mládek 5991bd13ab fix: no spurious "Database locked" on startup 2022-10-16 16:13:39 +02:00
Tomáš Mládek 3b4378dfed fix: actually remove objects on rescan 2022-10-01 22:16:59 +02:00
Tomáš Mládek f1315ae7c4 chore: add logging 2022-09-19 22:27:34 +02:00
Tomáš Mládek f584aec97c fix: create store dir if not exists 2022-09-18 15:27:37 +02:00
Tomáš Mládek d671640c04 chore: fix vault/db path semantics, previews in db path, `--clean` param 2022-09-16 16:49:25 +02:00
Tomáš Mládek 5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
Tomáš Mládek 7ce7615b3a perf: SQLite NORMAL mode on fs vault connections 2022-09-16 15:34:22 +02:00
Tomáš Mládek fc27936acc perf: remove `valid` index on files 2022-09-16 15:34:07 +02:00
Tomáš Mládek 7f519d9de8 perf: implement speed-ups for vault db
have a pool; WAL journal mode; PRAGMA SYNCHRONOUS
2022-09-15 20:27:06 +02:00
Tomáš Mládek 0b0c6f2ec3 fix: reenable initial quick vault scan 2022-09-15 20:22:06 +02:00
Tomáš Mládek e17431bb3f fix: reenable locks 2022-09-15 19:25:08 +02:00
Tomáš Mládek 5152675bad refactor: use trait objects instead of FsStore directly
also fix most clippy hints
2022-09-15 19:25:08 +02:00
Tomáš Mládek 4a988acdad chore: no default debug output in tests 2022-09-15 19:24:19 +02:00
Tomáš Mládek 7c9d0717c2 feat!: multiple vaults
incomplete, but passes tests
2022-09-15 19:24:19 +02:00