|
|
df37e6c236
|
Bug fixes
|
2026-03-15 13:27:18 +00:00 |
|
|
|
ae590e6fc8
|
Add idempotency key for create
|
2026-03-15 08:06:22 +00:00 |
|
|
|
a63903734d
|
Fix document merging logic
|
2026-01-24 17:29:12 +00:00 |
|
|
|
7fcd0f0bfa
|
Start fixing tests
|
2026-01-24 11:00:55 +00:00 |
|
|
|
727b6b7ed5
|
Use locks
|
2026-01-22 20:21:30 +00:00 |
|
|
|
722e7af3e2
|
Improve tests
|
2026-01-18 19:45:40 +00:00 |
|
|
|
f53ac121e8
|
Refactor tests
|
2026-01-18 13:46:59 +00:00 |
|
|
|
16afe31e89
|
Add deterministic tests and lint
|
2026-01-13 21:52:42 +00:00 |
|
|
|
ea5a123cb8
|
Remove force_merge flag
|
2026-01-13 20:29:26 +00:00 |
|
|
|
2dfb8b71e5
|
Working setup
|
2026-01-12 21:24:05 +00:00 |
|
|
|
e3a90833ff
|
Lint
|
2026-01-04 14:14:05 +00:00 |
|
|
|
7c991c3b4d
|
Fix syncing logic
|
2026-01-04 14:08:33 +00:00 |
|
|
|
c4f992c9d6
|
wip
|
2025-12-14 23:30:04 +00:00 |
|
|
|
a21b1e8c03
|
Extract errors into module
|
2025-12-14 14:37:30 +00:00 |
|
|
|
d13abc115d
|
Format without eclint
|
2025-12-14 14:14:07 +00:00 |
|
|
|
f6dccc4492
|
Try fixing E2E tests more
|
2025-12-11 22:08:48 +00:00 |
|
|
|
6608804d34
|
Refactor & lint
|
2025-12-07 16:42:23 +00:00 |
|
|
|
ad3191957a
|
Add event handler class
|
2025-12-07 16:42:23 +00:00 |
|
|
|
a1bda41646
|
Always fetch the right document version content
|
2025-12-06 11:44:57 +00:00 |
|
|
|
10bde4bc3a
|
Fix race condition of client-side path deconflicting
|
2025-11-30 15:24:52 +00:00 |
|
|
|
5417c1ddd0
|
Small clean up
|
2025-11-30 15:24:52 +00:00 |
|
|
|
c3cbde052a
|
Add server config for mergable extensions
|
2025-11-30 15:24:52 +00:00 |
|
|
|
71274d466c
|
Extract function
|
2025-11-30 15:24:52 +00:00 |
|
|
|
9d645f43f8
|
Handle move on create
|
2025-11-30 15:24:52 +00:00 |
|
|
|
56c1f4d58b
|
Restructure packages
|
2025-11-30 15:24:52 +00:00 |
|
|
|
be1635c26e
|
Improve network usage for small text changes (#166)
|
2025-11-16 22:10:22 +00:00 |
|
|
|
cd57ea6682
|
Add log rotation to server & UI improvements (#157)
|
2025-11-02 17:52:04 +00:00 |
|
|
|
e8b9bf40c5
|
Add API for propagating cursor locations (#61)
|
2025-06-08 20:20:52 +01:00 |
|
|
|
d59203b5b9
|
Improve vault history messages
|
2025-05-25 11:35:20 +01:00 |
|
|
|
ef00174538
|
Fix E2E test by not creating deleted files
|
2025-05-23 21:58:01 +01:00 |
|
|
|
ceb217cda8
|
Add simple glob ignore patterns
|
2025-05-22 21:41:59 +01:00 |
|
|
|
96bf542b91
|
Keep updating the last seen id correctly
|
2025-04-08 23:02:41 +01:00 |
|
|
|
69438a78c6
|
Fix bug where we didn't update hash on updates
|
2025-04-04 23:14:37 +01:00 |
|
|
|
1aad0fce31
|
Add WebSocket support (#12)
|
2025-03-29 10:17:46 +00:00 |
|
|
|
62427183fd
|
Print current size not just limit
|
2025-03-22 20:32:02 +00:00 |
|
|
|
30ecf52dde
|
Improve history view
|
2025-03-22 18:41:30 +00:00 |
|
|
|
8cfbaa1bda
|
Fix reset flow
|
2025-03-22 17:21:59 +00:00 |
|
|
|
c7e53bff26
|
Hoist retry logic
|
2025-03-22 16:15:33 +00:00 |
|
|
|
ba90fc0b41
|
Lint & format
|
2025-03-22 12:09:07 +00:00 |
|
|
|
1c904909af
|
Fix updates
|
2025-03-22 12:04:43 +00:00 |
|
|
|
b00b9521c6
|
Sync all file types
|
2025-03-20 20:49: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 |
|
|
|
d0302a72c3
|
Fix correctness issues
|
2025-02-25 22:18:47 +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 |
|
|
|
a2b7ad2a19
|
Split syncer logic
|
2025-02-23 10:12:22 +00:00 |
|