Commit graph

20 commits

Author SHA1 Message Date
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
bb015209a2
Fix build 2025-03-22 20:52:16 +00:00
acbc0c0e65
Improve server config setting section 2025-03-22 15:38:23 +00:00
6906bc4f5e
Avoid duplication from initial sync 2025-03-22 14:06:17 +00:00
2722f7c7fc
Stop exposing Syncer from SyncClient 2025-03-22 13:48:01 +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
e6563c99b0
Remove minimum log level 2025-03-20 20:59:49 +00:00
d772cda164
Use new settings API exposed directly through SyncClient 2025-03-20 20:44:03 +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
ab5336f567
Purge no-op history events 2025-03-01 17:58:19 +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
80ba346d46
Make less verbose 2025-02-23 10:11:30 +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
eb1ad9921a
Simplify API 2025-02-20 22:22:20 +00:00
614e4a780a
Extract settings from database 2025-02-19 21:32:40 +00:00