Commit graph

55 commits

Author SHA1 Message Date
d772cda164
Use new settings API exposed directly through SyncClient 2025-03-20 20:44:03 +00:00
a39e0886c7
Export LogLine 2025-03-18 21:20:43 +00:00
d8f9268042
Bump versions to 0.1.5 2025-03-16 21:50:09 +00:00
0935433cc1
Bump versions to 0.1.4 2025-03-16 21:42:15 +00:00
088cedae9a
Bump versions to 0.1.3 2025-03-16 21:24:38 +00:00
ad0b72e524
Bump versions to 0.1.2 2025-03-16 21:09:37 +00:00
8b8665c7ae
Bump versions to 0.1.1 2025-03-16 21:00:21 +00:00
77dd086603
Bump versions to 0.1.0 2025-03-16 20:45:16 +00:00
0688033ff3
Bump versions to 0.0.31 2025-03-16 20:15:23 +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
bcf48c428d
Log inside locks 2025-03-01 17:58:55 +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
e493b98a24
Don't merge with existing document on create for correctness reasons 2025-02-26 23:11:46 +00:00
0b5f3f3921
Don't trigger delete 2025-02-25 22:53:25 +00:00
9cebf53707
Allow overriding fetch implementation 2025-02-25 22:52:47 +00:00
6999276af4
Format again 2025-02-25 22:51:03 +00:00
d0302a72c3
Fix correctness issues 2025-02-25 22:18:47 +00:00
6b9f1e6c12
Format 2025-02-25 21:56:34 +00:00
f6ee0b727b
Change DB move API 2025-02-25 20:38:20 +00:00
a5bcaec9fe
Fix inifinite loop at end of test 2025-02-25 20:33:10 +00:00
a7b518d7ea
Fix deconflicting 2025-02-24 23:01:24 +00:00
e186a593ff
Extract helper and lint 2025-02-24 22:46:45 +00:00
5bde266c84
Fix wording 2025-02-23 21:35:33 +00:00
4daa8ce7c7
Deconflict local renames 2025-02-23 21:35:07 +00:00
41c7ebcd87
Clean up deps 2025-02-23 17:23:04 +00:00
c69f84edf5
Fix agent behaviour 2025-02-23 16:45:52 +00:00
b4783d1007
Bump deps & fix compile 2025-02-23 16:19:19 +00:00
abba023c20
Gate settings updates 2025-02-23 14:47:20 +00:00
36633dfbcb
Add comments 2025-02-23 14:13:40 +00:00
eeb7999d76
Reset locks 2025-02-23 11:31:03 +00:00
74cb30b5ec
Pick up document locks 2025-02-23 10:45:10 +00:00
cd70f8b426
Lint 2025-02-23 10:44:51 +00:00
9f46af4a65
Fix persistence provider types 2025-02-23 10:43:28 +00:00
3d8067e947
Stop using global file locks 2025-02-23 10:41:59 +00:00
f8dcd33d3e
Lint & format 2025-02-23 10:13:34 +00:00
a2b7ad2a19
Split syncer logic 2025-02-23 10:12:22 +00:00
80ba346d46
Make less verbose 2025-02-23 10:11:30 +00:00
67ad7d8fef
Fix logical error 2025-02-23 10:11:20 +00:00
9c61927c1b
Improve test 2025-02-23 10:04:27 +00:00
0612f15aad
Add FileNotFoundError error 2025-02-23 10:04:20 +00:00
ca225a71be
Lint & format 2025-02-22 17:25:26 +00:00
f73b5ecb71
Fixes & refactor 2025-02-22 17:17:07 +00:00
e6eedab87d
Rename onunload 2025-02-22 15:18:30 +00:00
3471a9c498
Stop Logger being a singleton 2025-02-22 15:11:59 +00:00
d965265709
Improve logger API 2025-02-22 15:09:05 +00:00
8b07507090
Refactor and improve Syncer API 2025-02-22 13:03:11 +00:00
b0192aae23
Lint & add comments 2025-02-22 12:57:09 +00:00
fde1fecbb6
Move file handling logic inside of client 2025-02-22 11:09:28 +00:00
eb1ad9921a
Simplify API 2025-02-20 22:22:20 +00:00