Commit graph

29 commits

Author SHA1 Message Date
3ec6bd4d5b
Allow overriding WebSocket implementation and add flaky version for testing 2025-04-07 23:13:45 +01:00
a25027bc90
Send device id to server 2025-04-04 23:15:05 +01:00
6fb922f4ba
Rate-limit DB writes 2025-03-29 11:02:42 +00:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
468d0ac8cf
Fix history view 2025-03-23 15:00:20 +00:00
a8cadd1e53
Fix test 2025-03-22 20:50:43 +00:00
e83539bb48
Inject deps 2025-03-22 20:31:48 +00:00
eb9fadf714
Fix crashes 2025-03-22 18:10:39 +00:00
8cfbaa1bda
Fix reset flow 2025-03-22 17:21:59 +00:00
acbc0c0e65
Improve server config setting section 2025-03-22 15:38:23 +00:00
5edf8f37a6
Rename 2025-03-22 14:06:36 +00:00
2722f7c7fc
Stop exposing Syncer from SyncClient 2025-03-22 13:48:01 +00:00
ba90fc0b41
Lint & format 2025-03-22 12:09:07 +00:00
d885646f39
Configure line-endings 2025-03-22 12:04:33 +00:00
b6d0416807
Lint 2025-03-20 22:28:59 +00:00
8a9f87cc05
Clean up API 2025-03-20 22:27:07 +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
9cebf53707
Allow overriding fetch implementation 2025-02-25 22:52:47 +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
41c7ebcd87
Clean up deps 2025-02-23 17:23:04 +00:00
36633dfbcb
Add comments 2025-02-23 14:13:40 +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
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
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