Commit graph

15 commits

Author SHA1 Message Date
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
da0e5f7373
Enable more lints 2024-12-18 21:33:30 +00:00
728c4a5a28
Fix schema 2024-12-15 16:54:44 +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
7a8cca8fe7
Show auth success 2024-12-12 21:32:41 +00:00
1403961a09
Add view to fix deduplication 2024-12-12 21:32:26 +00:00
a67bac63b6
Add ping endpoint 2024-12-10 21:36:32 +00:00
6e0cb0a2dd
Make response objects camelCase 2024-12-08 22:03:05 +00:00
49638e5aa7
Update formatting 2024-12-08 18:22:17 +00:00
fe131e7103
Bootstrap db 2024-12-08 15:17:29 +00:00
d5a5367e1e
Add OpenAPI docs 2024-12-08 15:15:10 +00:00
3f5409da60
Add DTOs 2024-12-08 14:25:12 +00:00