Commit graph

19 commits

Author SHA1 Message Date
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +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
f4a87d073a
Bump rust edition & reformat 2025-01-07 22:25:59 +00:00
f87352a9e6
Make API more intuitive 2025-01-04 17:37:28 +00:00
dd86a507d1
Fix file delete & create order being different when fetching latest changes 2025-01-04 12:39:53 +00:00
727b60c672
Fix duplicated documents 2025-01-03 18:24:42 +00:00
1e1dd7b877
Apply more lints 2024-12-18 22:14:09 +00:00
da0e5f7373
Enable more lints 2024-12-18 21:33:30 +00:00
5bea3c94c1
Add write transactions 2024-12-18 20:36:38 +00:00
c567cec656
Add back document ids 2024-12-15 11:45:53 +00:00
70471f5142
Go from per document to per vault version ids to allow "since" queries 2024-12-14 17:02:44 +00:00
fe7ff5349d
Replace document_id with relative path 2024-12-14 14:59:29 +00:00
10bc8c7099
Extract binary merging logic 2024-12-12 22:07:36 +00:00
1403961a09
Add view to fix deduplication 2024-12-12 21:32:26 +00:00
0c3e74e2b8
Return existing doc in create if one with the same path already exists 2024-12-10 22:22:14 +00:00
49638e5aa7
Update formatting 2024-12-08 18:22:17 +00:00
c5f47ed507
Fix query 2024-12-08 17:16:04 +00:00
cabdb52540
Create DB 2024-12-08 15:15:15 +00:00
7d04f3c85c
Implement DB queries 2024-12-08 14:23:18 +00:00