Commit graph

38 commits

Author SHA1 Message Date
ae590e6fc8 Add idempotency key for create 2026-03-15 08:06:22 +00:00
a63903734d Fix document merging logic 2026-01-24 17:29:12 +00:00
7fcd0f0bfa Start fixing tests 2026-01-24 11:00:55 +00:00
727b6b7ed5 Use locks 2026-01-22 20:21:30 +00:00
16afe31e89 Add deterministic tests and lint 2026-01-13 21:52:42 +00:00
2dfb8b71e5 Working setup 2026-01-12 21:24:05 +00:00
e3a90833ff Lint 2026-01-04 14:14:05 +00:00
7c991c3b4d Fix syncing logic 2026-01-04 14:08:33 +00:00
c4f992c9d6 wip 2025-12-14 23:30:04 +00:00
d13abc115d Format without eclint 2025-12-14 14:14:07 +00:00
6608804d34 Refactor & lint 2025-12-07 16:42:23 +00:00
b05e415acf Apply editorconfig 2025-12-07 16:42:23 +00:00
3f2ecfb0b6 Use efficient filters 2025-12-07 16:42:23 +00:00
5417c1ddd0 Small clean up 2025-11-30 15:24:52 +00:00
67c912ae4c Format 2025-11-30 15:24:52 +00:00
c10b6435d4 Don't download all documents when initial sync gets interrupted 2025-11-30 15:24:52 +00:00
18be9f4dd8 Fix lint 2025-11-30 15:24:52 +00:00
c4da1426b1 Fix compile 2025-11-30 15:24:52 +00:00
c94d732f24 Fix resetting 2025-11-30 15:24:52 +00:00
d8058d396c Add awaitAll 2025-11-30 15:24:52 +00:00
17fa584ea1 use allSettled 2025-11-30 15:24:52 +00:00
56c1f4d58b Restructure packages 2025-11-30 15:24:52 +00:00
a36a24effc
Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
81b81e30ff
Use unknown return type for callbacks 2025-08-17 15:12:31 +01:00
d59203b5b9
Improve vault history messages 2025-05-25 11:35:20 +01:00
383e2868c2
Small improvements 2025-05-24 13:56:06 +01:00
96bf542b91
Keep updating the last seen id correctly 2025-04-08 23:02:41 +01:00
6906bc4f5e
Avoid duplication from initial sync 2025-03-22 14:06:17 +00:00
e7ec41eafe
Remove deleted files from DB 2025-03-20 22:26:19 +00:00
136514d33a
Rename & make idempotent 2025-03-20 21:19:41 +00:00
8b8f1d91d9
Fix syncing when network latency is present (#4)
* WIP

* Add debug

* Dedupe inserts

* Add deterministic ordering

* Fix whitespaces

* Update insta

* Add integration test script

* Rename

* Add test

* Working for non-deletes

* omg it mostly works for deletes

* Isdeleted fix

* remove created dates

* update api

* Take document id

* No max attempt

* works

* Use string uuids

* .

* working!!!! (hopefully)

* Improve bundling

* Add module

* lint

* .

* lint

* Fix CI

* use toolchain

* clean up

* Add useSlowFileEvents

* Delete fuzz

* Fix CI

* use docker

* fix script

* clean up

* Clean up

* change node version

* Build docker image on every commit

* fix ci

* 1 db per vault

* Add scritps folder

* Bump versions

* Lint

* .

* Fix tests for real

* Style

* .

* try

* Consistent ordering

* Fix tests

* hmm

* .

* Clean up diff

* Fixes

* .

* Fix version bump

* .

* .

* .
2025-03-16 20:13:49 +00:00
453f33817b
Add ensureConsistency to DB 2025-02-27 22:27:10 +00:00
d0302a72c3
Fix correctness issues 2025-02-25 22:18:47 +00:00
f6ee0b727b
Change DB move API 2025-02-25 20:38:20 +00:00
9f46af4a65
Fix persistence provider types 2025-02-23 10:43:28 +00:00
ca225a71be
Lint & format 2025-02-22 17:25:26 +00:00
3471a9c498
Stop Logger being a singleton 2025-02-22 15:11:59 +00:00
614e4a780a
Extract settings from database 2025-02-19 21:32:40 +00:00