Commit graph

22 commits

Author SHA1 Message Date
829a16aa77 Run lint & fmt 2025-11-30 14:52:20 +00:00
f973086c17 Add lock on settings 2025-11-30 14:42:50 +00:00
686cac16c0 Await settings event handlers 2025-11-29 14:48:42 +00:00
e51fcf296f Add 2 more settings from consts 2025-11-23 14:59:56 +00:00
c02e59034d Add remove event listener methods 2025-11-22 20:35:36 +00:00
84a44bbc4e Rename param 2025-11-22 19:44:16 +00:00
c08feba0ad
Improve settings (#168)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-19 19:53:10 +00:00
81b81e30ff
Use unknown return type for callbacks 2025-08-17 15:12:31 +01:00
e8b9bf40c5
Add API for propagating cursor locations (#61) 2025-06-08 20:20:52 +01:00
ceb217cda8
Add simple glob ignore patterns 2025-05-22 21:41:59 +01:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
acbc0c0e65
Improve server config setting section 2025-03-22 15:38:23 +00:00
2722f7c7fc
Stop exposing Syncer from SyncClient 2025-03-22 13:48:01 +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
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
614e4a780a
Extract settings from database 2025-02-19 21:32:40 +00:00