Commit graph

135 commits

Author SHA1 Message Date
0eec69b219 refactor : rename attr constants for consistency 2023-06-24 16:18:03 +02:00
e72f6b5243 wip: of is in, of denotes type attributes 2023-06-22 22:34:58 +02:00
8bb551bb45 wip: add address type constants, blob attributes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-19 11:53:35 +02:00
e6a1d3ba02 wip: document constants, add KEY constant 2023-06-19 11:53:35 +02:00
8bf75a7c9e refactor!: Unify groups, tags, types (on the backend) 2023-06-19 11:52:23 +02:00
154c379855 chore: fix tests on mac
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-19 11:51:17 +02:00
bd0f74b658 fix: don't needlessly insert hashy filename 2023-05-27 16:06:22 +02:00
c2b8df9aaa chore: fix rust lints 2023-05-21 21:48:21 +02:00
b2e6335028 chore: use url instead of string in address 2023-05-19 17:30:09 +02:00
6bb7e5a4e3 fix, tests: add guess_from test, fix url detection 2023-05-19 17:14:33 +02:00
1dfa08c955 refactor: various 2023-05-04 18:51:47 +02:00
669d686a0a chore: get rid of MTIME 2023-05-03 16:06:19 +02:00
e30cd61c54 fix: invariant entries have 0 timestamp 2023-04-24 18:57:11 +02:00
6c0434a289 chore: cargo update, fix clippy lints 2023-04-24 17:43:49 +02:00
7e0151fa64 chore!: separate server functionality into a crate 2023-04-20 16:02:41 +02:00
36e788b9d3 feat!: add provenance & timestamp to Entry 2023-04-02 19:56:01 +02:00
81dcc7a8bf chore: clippy lints 2023-03-19 20:10:13 +01:00
2b30f5670f fix: "database is locked" errors on init (?) 2023-03-19 20:06:45 +01:00
5b0f59abab style: !is_release instead of is_debug 2023-03-19 20:05:10 +01:00
4c1231a4ba chore: warn when reinitializing 2023-01-24 23:50:56 +01:00
051e95d640 fix: properly set WAL, eliminate (?) intermittent database locked errors 2022-10-24 19:29:41 +02:00
ee8dc40577 fix: tracing target has to be static 2022-10-24 09:25:34 +02:00
363ddfc3fe fix: target 2022-10-23 19:20:52 +02:00
3292a5b346 fix: add proper targets to db logging, panic in debug mode 2022-10-23 16:07:08 +02:00
6394a70030 chore: log -> tracing 2022-10-23 15:59:10 +02:00
b5b05ed852 fix: add custom logging handler (elucidate db locked errors?) 2022-10-23 13:46:42 +02:00
74d35e4065 chore: log instrumenting 2022-10-23 13:46:06 +02:00
639d83f9ad fix: forgot to denote TYPE as denoting to types 2022-10-21 16:23:02 +02:00
833fd8903a chore: switch from built to shadow_rs 2022-10-21 14:02:16 +02:00
9061d32c89 fix: update tests to handle Skipped paths 2022-10-18 21:00:10 +02:00
11a62b274f fix: skip empty files on vault update 2022-10-18 18:29:23 +02:00
5991bd13ab fix: no spurious "Database locked" on startup 2022-10-16 16:13:39 +02:00
3b4378dfed fix: actually remove objects on rescan 2022-10-01 22:16:59 +02:00
5a6390e8f3 chore: fix typo 2022-09-19 22:58:07 +02:00
f1315ae7c4 chore: add logging 2022-09-19 22:27:34 +02:00
f584aec97c fix: create store dir if not exists 2022-09-18 15:27:37 +02:00
d671640c04 chore: fix vault/db path semantics, previews in db path, --clean param 2022-09-16 16:49:25 +02:00
5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
7ce7615b3a perf: SQLite NORMAL mode on fs vault connections 2022-09-16 15:34:22 +02:00
fc27936acc perf: remove valid index on files 2022-09-16 15:34:07 +02:00
7f519d9de8 perf: implement speed-ups for vault db
have a pool; WAL journal mode; PRAGMA SYNCHRONOUS
2022-09-15 20:27:06 +02:00
0b0c6f2ec3 fix: reenable initial quick vault scan 2022-09-15 20:22:06 +02:00
e17431bb3f fix: reenable locks 2022-09-15 19:25:08 +02:00
5152675bad refactor: use trait objects instead of FsStore directly
also fix most clippy hints
2022-09-15 19:25:08 +02:00
4a988acdad chore: no default debug output in tests 2022-09-15 19:24:19 +02:00
7c9d0717c2 feat!: multiple vaults
incomplete, but passes tests
2022-09-15 19:24:19 +02:00
91596b284d fix: only get() connection in UpEndConnection when necessary
makes the interface actually respond during rescans, helps improve throughput in general
2022-09-05 21:51:44 +02:00
bc77c993a9 hotfix: disable transactions for now 2022-08-07 14:16:07 +02:00
41d0e55ca7 fix: add global locks to db, fix sqlite errors (?) 2022-07-31 22:53:24 +02:00
afbd3b97ef fix: update project url, fix tests
:)
2022-07-31 22:53:12 +02:00