Commit graph

92 commits

Author SHA1 Message Date
4482e0155f Migrate to forgejo & reformat (#189)
Some checks failed
Check / build (push) Waiting to run
E2E tests / build (push) Waiting to run
Publish CLI / publish-docker (push) Waiting to run
Publish server Docker image / publish-docker (push) Waiting to run
Deploy Documentation / build (push) Has been cancelled
- Migrate to forgejo
- Bump Rust & Node
- Reformat project
- Small script cleanup

Reviewed-on: https://home.schmelczer.dev/git/git/andras/vault-link/pulls/189
Co-authored-by: Andras Schmelczer <andras@schmelczer.dev>
Co-committed-by: Andras Schmelczer <andras@schmelczer.dev>
2026-05-08 21:53:33 +01:00
5efe30d9d6 Format & lint 2025-12-14 17:19:25 +00:00
0e0a85df82 Check node version 2025-12-14 17:19:25 +00:00
42a77a5cd5 Upload logs instead of printing them 2025-12-14 17:19:25 +00:00
299c3baea9 Don't publish PRs 2025-12-14 17:19:25 +00:00
1b71f3e780 Always kill server 2025-12-14 17:19:25 +00:00
f6dccc4492 Try fixing E2E tests more 2025-12-11 22:08:48 +00:00
387e7afd58 Allow-list error type 2025-12-10 23:14:50 +00:00
9ac7fdbeb7
Improve CI (#181) 2025-12-10 22:03:13 +00:00
2db49da654 Fix cron 2025-12-07 16:42:23 +00:00
dbc63fcecd Once an hour 2025-12-07 16:42:23 +00:00
0a5bbbf20e Fix and apply editorconfig 2025-12-07 16:42:23 +00:00
1646f74633 More frequent tests 2025-12-06 10:49:30 +00:00
8adb8841ef Investigate dead-lock 2025-12-05 21:42:34 +00:00
2607bc5213 Run E2E more often 2025-12-03 23:18:16 +00:00
91f49d6997 Decrease parallelism 2025-11-30 15:24:52 +00:00
511ac78e6d Don't kill CI with E2E tests 2025-11-30 15:24:52 +00:00
aaeca588fb Enforce british english 2025-11-30 15:24:52 +00:00
1b1b72cb92 Configure dependabot for docs 2025-11-30 15:24:52 +00:00
00d2061627 Update docs 2025-11-30 15:24:52 +00:00
50a95b114d Add docs 2025-11-30 15:24:52 +00:00
90752e687a
Add local CLI (#144) 2025-10-21 22:45:47 +01:00
4cdd0cbd40
Build server for multiple arch (#106) 2025-08-30 21:50:34 +01:00
de4763c2cd
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-08-25 19:25:24 +01:00
43311ed30b
Update e2e tests 2025-08-25 19:25:03 +01:00
a36a24effc
Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
bb0e44f06f
Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
8eba310e8b
Fix dependabot config 2025-05-22 21:10:03 +01:00
bfb522b2c7
Update dependabot 2025-05-22 20:25:21 +01:00
a839ff8fc5
Fix npm dependabot 2025-04-05 17:12:25 +01:00
b0c6c082a1
Fix tests and ignore expensive test 2025-04-05 13:45:28 +01:00
28ab87bda0
Fix CI 2025-04-04 23:16:17 +01:00
d9774f364f
Add machete to checks 2025-04-04 21:58:19 +01: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
272cb2e958
Create dependabot.yml 2025-03-23 15:13:45 +00:00
58a61d036b
Update branch name 2025-03-22 20:55:14 +00:00
bd44fe9c74
Remove debug step 2025-03-22 17:21:30 +00:00
da369e61e7
Fix E2E 2025-03-22 14:49:39 +00:00
84566c1b55
Improve CI 2025-03-22 14:41:20 +00:00
e35af96db6
Add debug logging 2025-03-18 20:48:29 +00:00
c4e4a2a0f6
Rever docker publishing 2025-03-16 21:49:52 +00:00
d0e9b16073
Add tag as trigger 2025-03-16 21:41:57 +00:00
0564885aa6
Fix e2e CI 2025-03-16 21:20:07 +00:00
4bd5dbb1e0
Check vars 2025-03-16 21:15:36 +00:00
eb2a186d1d
Try fixing CI again 2025-03-16 21:09:25 +00:00
f1dc849330
Fix docker publish fix 2025-03-16 21:00:07 +00:00
577be484b8
Fix docker publishing & version bumping 2025-03-16 20:45:03 +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
41c7ebcd87
Clean up deps 2025-02-23 17:23:04 +00:00