Commit graph

779 commits

Author SHA1 Message Date
33fd127cf6
Take last_seen_vault_update_id as a WS message instead of query parameter 2025-04-08 22:22:37 +01:00
bda5f37385
Add min covered 2025-04-08 22:21:22 +01:00
1bd9331bfa
Fix E2E error 2025-04-08 20:45:42 +01:00
82e41e5b4e
Check in package.json for dependabot 2025-04-08 20:42:06 +01:00
dependabot[bot]
32fec24e04
Bump clap from 4.5.32 to 4.5.35 in /backend (#26)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 20:34:28 +01:00
dependabot[bot]
3095ec6876
Bump thiserror from 1.0.69 to 2.0.12 in /backend (#27)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 20:34:17 +01:00
af0d05a5bc
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-04-07 23:14:23 +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
dependabot[bot]
bf283bbe7c
Bump schemars from 0.8.21 to 0.8.22 in /backend (#25)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 22:34:23 +01:00
74a8060246
Always normalise vaultId and trim token 2025-04-07 22:29:23 +01:00
04a24d0b38
Normalise settings values 2025-04-07 22:28:39 +01:00
51f69a39af
Add utils module 2025-04-07 22:26:16 +01:00
ff02fee6a5
Random case vaultId 2025-04-07 22:23:53 +01:00
a86a056888
Fix history ordering 2025-04-07 20:22:30 +01:00
637aa523c6
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-04-06 16:46:30 +01:00
f6015a9c43
Fix healthcheck 2025-04-06 16:46:23 +01:00
dependabot[bot]
3238d7b819
Bump tokio from 1.44.1 to 1.44.2 in /backend (#23)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 16:28:25 +01:00
dependabot[bot]
4cdc11cd50
Bump aide from 0.13.4 to 0.13.5 in /backend (#24)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 16:27:56 +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
ac4c7fb1df
Faster tests 2025-04-06 13:28:07 +01:00
c734d256be
Fix lint 2025-04-06 12:16:03 +01:00
09f20900cd
Fix build 2025-04-06 12:14:33 +01:00
aa78e258e7
Enable more lints 2025-04-06 11:43:08 +01:00
48f301d8ab
Lint & format 2025-04-06 11:39:40 +01:00
9da05c6ff6
Fix cursor moving 2025-04-06 11:39:30 +01:00
f509a60f0a
Split integration tests 2025-04-06 11:20:58 +01:00
f747634aac
Format tests 2025-04-06 11:20:45 +01:00
a839ff8fc5
Fix npm dependabot 2025-04-05 17:12:25 +01:00
9399a335c1
Fix utf-8 cursor test 2025-04-05 14:47:13 +01:00
123d03fbed
Better docs 2025-04-05 14:47:04 +01:00
a1b3b61c43
Move & add tests 2025-04-05 14:46:34 +01:00
2b78f0c76f
Remove break_up_raw_operations 2025-04-05 13:57:48 +01:00
b230d34b88
Add left/right joinability for tokens 2025-04-05 13:48:02 +01:00
b0c6c082a1
Fix tests and ignore expensive test 2025-04-05 13:45:28 +01:00
b15e0319a3
Add BLNS 2025-04-05 13:44:31 +01:00
6ec07feb27
Fix assert message order 2025-04-05 11:58:47 +01:00
edca6f1717
Move ordered operation 2025-04-05 10:51:51 +01:00
8e1123016b
Support multi-document test files 2025-04-05 10:24:44 +01:00
5bb420e162
Add diff tests 2025-04-05 09:45:44 +01:00
0c6d36041c
Bump versions to 0.3.6 2025-04-04 23:16:32 +01:00
28ab87bda0
Fix CI 2025-04-04 23:16:17 +01:00
a25027bc90
Send device id to server 2025-04-04 23:15:05 +01:00
69438a78c6
Fix bug where we didn't update hash on updates 2025-04-04 23:14:37 +01:00
648db73628
Add device id and use it to filter out updates coming from the same device 2025-04-04 23:13:50 +01:00
11e2d121b1
Update API types 2025-04-04 22:02:24 +01:00
e6601af93f
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-04-04 21:58:34 +01:00
9199915362
Update editorconfig 2025-04-04 21:58:32 +01:00