Commit graph

72 commits

Author SHA1 Message Date
4040c98754
Allow multiple E2E test iterations 2025-05-24 13:23:17 +01:00
dependabot[bot]
33455d24fc
Bump typescript from 5.8.2 to 5.8.3 in /frontend (#40)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 23:08:00 +01:00
3fe70b37ec
Bump versions to 0.3.14 2025-05-22 22:25:31 +01:00
ec610c77fb
Randomise slow file event length 2025-05-20 20:08:02 +01:00
0093d6132b
Bump versions to 0.3.13 2025-05-14 22:14:50 +01:00
8f97e8e656
Bump versions to 0.3.12 2025-05-11 22:25:35 +01:00
e2edc076b9
Bump versions to 0.3.11 2025-04-13 22:23:53 +01:00
535b76bb71
Fix E2E 2025-04-13 22:06:35 +01:00
a82ed701ef
Bump versions to 0.3.10 2025-04-13 21:27:16 +01:00
fd6f40d72c
Bump versions to 0.3.9 2025-04-07 23:14:00 +01:00
3ec6bd4d5b
Allow overriding WebSocket implementation and add flaky version for testing 2025-04-07 23:13:45 +01:00
ff02fee6a5
Random case vaultId 2025-04-07 22:23:53 +01:00
59c143199c
Bump versions to 0.3.8 2025-04-06 13:56:03 +01:00
f8b0501eea
Fix E2E tests 2025-04-06 13:55:27 +01:00
29ff601545
Bump versions to 0.3.7 2025-04-06 13:28:27 +01:00
0c6d36041c
Bump versions to 0.3.6 2025-04-04 23:16:32 +01:00
e3295a38af
Bump versions to 0.3.5 2025-04-03 21:45:01 +01:00
a0044badf3
Update node deps 2025-04-02 22:19:10 +01:00
4e45888040
Bump versions to 0.3.4 2025-04-02 22:18:16 +01:00
1f9728d893
Add cursor moving (#19) 2025-04-02 22:06:38 +01:00
86dead5266
Bump versions to 0.3.3 2025-03-29 14:04:36 +00:00
bb5a0bde3a
Bump versions to 0.3.2 2025-03-29 13:36:44 +00:00
3bbc5c61e9
Bump versions to 0.3.1 2025-03-29 12:29:36 +00:00
a8c813b9a7
Bump versions to 0.3.0 2025-03-29 11:02:57 +00:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
958af89116
Rename config.yml 2025-03-24 21:57:26 +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
a8cadd1e53
Fix test 2025-03-22 20:50:43 +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
ef9ec69204
Bump versions to 0.1.6 2025-03-22 14:07:11 +00:00
2722f7c7fc
Stop exposing Syncer from SyncClient 2025-03-22 13:48:01 +00:00
93b43f57b7
Fix E2E tests 2025-03-22 12:25:31 +00:00
d885646f39
Configure line-endings 2025-03-22 12:04:33 +00:00
198ac93c8c
Change fetch implementation passing 2025-03-20 21:18:22 +00:00
d772cda164
Use new settings API exposed directly through SyncClient 2025-03-20 20:44:03 +00:00
82345cf1bf
Only use 2 clients for E2E 2025-03-18 21:20:15 +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
47af8323cf
Change port 2025-03-16 21:35:41 +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
dc31afd907
Update test 2025-02-26 23:12:11 +00:00