|
|
de26f513e9
|
Don't fail on disconnected WebSocket connection
|
2025-03-28 21:27:34 +00:00 |
|
|
|
26af874126
|
Remove clutter
|
2025-03-27 21:42:18 +00:00 |
|
|
|
2c3d71b181
|
Fix CI
|
2025-03-27 21:32:56 +00:00 |
|
|
|
2355190ed2
|
Merge branch 'main' into asch/websocket
|
2025-03-27 21:29:51 +00:00 |
|
|
|
d8a3e8e93e
|
Lint
|
2025-03-27 19:24:11 +00:00 |
|
|
|
f1002712e9
|
Add verbosity and respect colours
|
2025-03-27 19:14:42 +00:00 |
|
dependabot[bot]
|
3d27b7f313
|
Bump alpine from 3.21.0 to 3.21.3 in /backend (#8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-25 22:28:42 +00:00 |
|
dependabot[bot]
|
aec3cd9b2f
|
Bump chrono from 0.4.38 to 0.4.40 in /backend (#11)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-25 22:28:28 +00:00 |
|
dependabot[bot]
|
237b4b9f9d
|
Bump uuid from 1.11.0 to 1.16.0 in /backend (#9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-25 22:28:09 +00:00 |
|
|
|
b48af7e211
|
Minor changes
|
2025-03-25 22:26:57 +00:00 |
|
|
|
ed54a2391b
|
Broadcast db changes
|
2025-03-25 22:26:50 +00:00 |
|
|
|
63a4948b87
|
Add WS endpoint
|
2025-03-25 22:26:32 +00:00 |
|
|
|
5eaaca536f
|
Change imports
|
2025-03-25 21:31:22 +00:00 |
|
|
|
2444f5c0a0
|
Add deps
|
2025-03-25 21:31:05 +00:00 |
|
|
|
949738999c
|
Lint
|
2025-03-25 21:30:49 +00:00 |
|
|
|
cb96c294a2
|
Move app state creating Broadcasts
|
2025-03-25 21:30:42 +00:00 |
|
|
|
ccff1cfc7a
|
Fix parsing
|
2025-03-24 22:03:43 +00:00 |
|
|
|
baba8f82bf
|
Take config path as input
|
2025-03-24 21:57:56 +00:00 |
|
|
|
958af89116
|
Rename config.yml
|
2025-03-24 21:57:26 +00:00 |
|
|
|
a6fd0f1dd7
|
Add clap
|
2025-03-24 21:57:05 +00:00 |
|
|
|
3e4e7d38d8
|
Bump versions to 0.2.2
|
2025-03-24 21:16:32 +00:00 |
|
|
|
a4ee946b93
|
Bump versions to 0.2.1
|
2025-03-22 20:52:26 +00:00 |
|
|
|
8c98ee6c65
|
Bump versions to 0.2.0
|
2025-03-22 20:50:58 +00:00 |
|
|
|
e9c6f99df2
|
Give unique names to path params
|
2025-03-22 20:30:24 +00:00 |
|
|
|
abe074202b
|
Bump versions to 0.1.8
|
2025-03-22 18:11:10 +00:00 |
|
|
|
21075cafb3
|
Bump versions to 0.1.7
|
2025-03-22 16:16:03 +00:00 |
|
|
|
80ad81f872
|
Fix volumes
|
2025-03-22 15:38:28 +00:00 |
|
|
|
ef9ec69204
|
Bump versions to 0.1.6
|
2025-03-22 14:07:11 +00:00 |
|
|
|
7e1aeb5a9f
|
Update token
|
2025-03-20 20:49:07 +00:00 |
|
|
|
f07f372bc5
|
Try fixing E2E
|
2025-03-18 20:48:49 +00:00 |
|
|
|
d8f9268042
|
Bump versions to 0.1.5
|
2025-03-16 21:50:09 +00:00 |
|
|
|
0935433cc1
|
Bump versions to 0.1.4
|
2025-03-16 21:42:15 +00:00 |
|
|
|
088cedae9a
|
Bump versions to 0.1.3
|
2025-03-16 21:24:38 +00:00 |
|
|
|
ad0b72e524
|
Bump versions to 0.1.2
|
2025-03-16 21:09:37 +00:00 |
|
|
|
8b8665c7ae
|
Bump versions to 0.1.1
|
2025-03-16 21:00:21 +00:00 |
|
|
|
77dd086603
|
Bump versions to 0.1.0
|
2025-03-16 20:45:16 +00:00 |
|
|
|
0688033ff3
|
Bump versions to 0.0.31
|
2025-03-16 20:15: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 |
|
|
|
e493b98a24
|
Don't merge with existing document on create for correctness reasons
|
2025-02-26 23:11:46 +00:00 |
|
|
|
5844e282e2
|
Add test
|
2025-02-24 22:25:03 +00:00 |
|
|
|
0111afd296
|
Extract & add test
|
2025-02-23 21:34:19 +00:00 |
|
|
|
c5a89f5205
|
Fix path deduping again
|
2025-02-23 14:12:42 +00:00 |
|
|
|
c5075b6bea
|
Fix comments
|
2025-02-23 13:56:46 +00:00 |
|
|
|
0ab89ccf01
|
Fix dedup logic
|
2025-02-23 13:56:37 +00:00 |
|
|
|
1f4ea3091a
|
Add regex crate
|
2025-02-23 13:56:29 +00:00 |
|
|
|
4ed2095fd6
|
Dedup renamed files
|
2025-02-23 12:30:59 +00:00 |
|
|
|
d76b0444bc
|
Put back +1s
|
2025-02-22 20:51:52 +00:00 |
|
|
|
5abbd5d8ee
|
Fix typo
|
2025-02-22 12:56:33 +00:00 |
|
|
|
b69ab30ea4
|
Format
|
2025-02-19 21:51:13 +00:00 |
|
|
|
6f05fc2b93
|
Fix lint
|
2025-02-19 21:43:21 +00:00 |
|