Commit graph

1046 commits

Author SHA1 Message Date
3a20a7c2f8 Merge branch 'main' into asch/fix-everything
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
2026-05-09 14:51:17 +01:00
d99e249fa5 Durable rename
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
Check / build (push) Has been cancelled
E2E tests / build (push) Has been cancelled
Publish CLI / publish-docker (push) Has been cancelled
Publish server Docker image / publish-docker (push) Has been cancelled
2026-05-09 14:20:36 +01:00
6647a4e632 Improvements 2026-05-09 14:17:52 +01:00
201f9aeaee Remove clutter 2026-05-09 13:46:48 +01:00
e6fdd9b8e5 lock
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
2026-05-09 13:43:01 +01:00
682dc74497 Update local-client-cli and obsidian-plugin
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
Pulls the local-client-cli and obsidian-plugin changes from
asch/fix-everything onto a fresh branch off main.
2026-05-09 13:41:51 +01:00
7dc0f4316e Remove history-ui workspace and supporting server endpoints
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
Splits history-ui out of asch/fix-everything into its own branch. This
commit removes from asch/fix-everything: the Svelte workspace under
frontend/history-ui, the three dedicated server endpoints (list_vaults,
fetch_vault_history, fetch_document_versions) and their router wiring,
the SPA asset embedding in index.rs, the rust-embed/mime_guess deps,
the build.rs dist-dir creation, the matching response types and
database methods (list_vaults, get_vault_stats, get_vault_history,
get_document_versions, VaultStats, VaultHistoryRow), and the TS mirror
types in sync-client.

Note: Cargo.lock, frontend/package-lock.json, and sync-server/.sqlx/
will need regeneration via `cargo build`, `npm install`, and
`cargo sqlx prepare` to clean up stale entries. The history-ui mentions
in CLAUDE.md and scripts/update-api-types.sh predate this branch (also
present on main) and were left as-is.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 11:44:05 +01:00
b8f7c0eda2 Merge branch 'main' into asch/fix-everything
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
2026-05-09 11:17:32 +01:00
40fbd42b92 Remove GH actions (#192)
Some checks are pending
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
Reviewed-on: https://home.schmelczer.dev/git/git/andras/vault-link/pulls/192
Co-authored-by: Andras Schmelczer <andras@schmelczer.dev>
Co-committed-by: Andras Schmelczer <andras@schmelczer.dev>
2026-05-09 11:17:21 +01:00
f53cd594c0 Fix up
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
2026-05-09 10:24:47 +01:00
ddd7b02952 Merge branch 'main' into asch/fix-everything
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
2026-05-09 10:17:46 +01:00
0e3132f96c Add deterministic-tests (#190)
Some checks are pending
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
Reviewed-on: https://home.schmelczer.dev/git/git/andras/vault-link/pulls/190
Co-authored-by: Andras Schmelczer <andras@schmelczer.dev>
Co-committed-by: Andras Schmelczer <andras@schmelczer.dev>
2026-05-09 10:15:21 +01:00
a62b56ec18 Delete github workflows
Some checks failed
Check / build (pull_request) Has been cancelled
E2E tests / build (pull_request) Has been cancelled
Publish CLI / publish-docker (pull_request) Has been cancelled
Publish server Docker image / publish-docker (pull_request) Has been cancelled
2026-05-08 21:56:56 +01:00
3fcbaf530b Merge branch 'main' into asch/fix-everything 2026-05-08 21:56:28 +01:00
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
f2337dbbd0 actually works
Some checks failed
Check / build (pull_request) Failing after 7s
E2E tests / build (pull_request) Failing after 6s
Publish CLI / publish-docker (pull_request) Failing after 4m59s
Publish server Docker image / publish-docker (pull_request) Failing after 35m13s
2026-05-08 16:40:32 +01:00
fb71622e40 delete test 2026-05-07 20:11:39 +01:00
9151e0b2d6 claude claims it woorks 2026-05-07 07:56:46 +01:00
8e87537e49 claude 2026-05-05 21:50:27 +01:00
8aeb0d6027 codex 2026-05-05 21:50:24 +01:00
35877b69da claude 2026-05-04 13:07:18 +01:00
39c5591d36 more tests 2026-05-03 09:35:56 +01:00
b5f448706e . 2026-05-02 07:51:42 +01:00
7198639db4 loop 2026-04-29 19:51:49 +01:00
0d9aebf900 eeeeh 2026-04-28 22:20:57 +01:00
5776a37dc9 eh 2026-04-28 22:20:31 +01:00
1163da826e lgtm 2026-04-27 22:50:01 +01:00
cc44b66fcd More tests 2026-04-27 22:46:14 +01:00
5707add47c Return new & smar rename 2026-04-27 22:46:02 +01:00
3cfe095fa7 Fix deadlock 2026-04-26 20:56:39 +01:00
debe7cfc37 Good catches 2026-04-26 19:35:46 +01:00
0ab6984cdf Clear up index 2026-04-26 18:25:05 +01:00
439de6a264 Remove clutter 2026-04-26 18:19:01 +01:00
81c7e0c984 Fix test 2026-04-26 15:35:58 +01:00
039affff09 More fixes 2026-04-26 13:59:44 +01:00
3d285b0b6e No rate limiting saves 2026-04-26 13:13:55 +01:00
2a6d824cc9 Fix tests 2026-04-26 13:08:10 +01:00
fc0ff0df1c Remove useless syncs 2026-04-26 12:46:46 +01:00
8b7be48522 Linting 2026-04-26 12:46:12 +01:00
8eae770621 Revie ai fixes 2026-04-26 12:29:02 +01:00
fe2b4751bd More test improvements 2026-04-25 23:26:41 +01:00
56070912e8 Fix tests 2026-04-25 23:12:42 +01:00
14f25b4f2c fix tests 2026-04-25 22:33:47 +01:00
d23750f15b . 2026-04-25 21:59:32 +01:00
a5b3cc5f3a Fix compile 2026-04-25 20:47:10 +01:00
7a8c497462 more fixes 2026-04-25 20:42:34 +01:00
8ce33541a3 more ai changes 2026-04-25 20:29:38 +01:00
bff3f5a5e9 ai fixes 2026-04-25 19:13:26 +01:00
7f62273e72 Format & lint 2026-04-25 17:55:46 +01:00
fefac224b0 Fix tests 2026-04-25 16:00:07 +01:00