Commit graph

63 commits

Author SHA1 Message Date
e5373ab2bb Improve diff 2026-05-09 16:27:48 +01:00
792f57dc7e Fix lints & format 2026-05-09 15:28:43 +01:00
6d40097bcd Clean up diff 2026-05-09 15:16:16 +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
9151e0b2d6 claude claims it woorks 2026-05-07 07:56:46 +01:00
8e87537e49 claude 2026-05-05 21:50:27 +01:00
35877b69da claude 2026-05-04 13:07:18 +01:00
5776a37dc9 eh 2026-04-28 22:20:31 +01:00
5707add47c Return new & smar rename 2026-04-27 22:46:02 +01:00
039affff09 More fixes 2026-04-26 13:59:44 +01:00
8eae770621 Revie ai fixes 2026-04-26 12:29:02 +01:00
aecbcd1d2c return paths 2026-04-25 08:40:40 +01:00
c9cf3239db .. 2026-04-24 21:59:00 +01:00
17a1f4d060 no remote path chacnge 2026-04-24 21:33:00 +01:00
19d5dc1999 . 2026-04-24 20:56:03 +01:00
a7b588da97 fmt 2026-04-23 21:14:29 +01:00
d715d94b6d . 2026-04-23 20:35:42 +01:00
6a8c7635f1 looks ok 2026-04-21 22:35:30 +01:00
5ee9db0007 store creation id and implement moves 2026-04-21 20:30:04 +01:00
dca59a18dc Add path change to server 2026-04-21 20:09:36 +01:00
53bfbfaa4a .. 2026-04-07 21:28:52 +01:00
d034ad5cb3 WIP 2026-04-06 13:01:47 +01:00
22dfdc069b Update imports 2026-04-01 21:58:57 +01:00
19e4c39f44 Parallel clean up 2026-04-01 21:46:29 +01:00
03b5c223d6 Reconcile outside of async 2026-04-01 21:46:00 +01:00
1bb1ca99dd Delete shouldn't move 2026-04-01 21:45:45 +01:00
44947dc3a5 Add vault listing endpoint 2026-03-28 18:15:43 +00:00
7b9287ca52 Fix Rust compile 2026-03-28 10:59:51 +00:00
e15b0f9903 Add proper shutdown, rate limits, config validation, cors config, fix dangling cursors, cache regex, merge created texts 2026-03-28 09:49:46 +00:00
233ce1254b Various server improvements 2026-03-26 21:19:06 +00:00
3fe5f49050 Make header safe 2026-03-26 21:14:56 +00:00
437b41c8c8 Improve logging 2026-03-25 21:38:41 +00:00
9ac7fdbeb7
Improve CI (#181) 2025-12-10 22:03:13 +00:00
ce6d44f26b Add log line 2025-12-07 16:42:23 +00:00
78a706ab8d Move log level to config file 2025-12-07 16:42:23 +00:00
8439bd8b92 Delete temp folder before test 2025-12-07 16:42:23 +00:00
b05e415acf Apply editorconfig 2025-12-07 16:42:23 +00:00
e6bfefd2d5 Fix file creation deduplication 2025-12-07 16:42:23 +00:00
aca1ca50a4 Update reconcile to 0.8.0 2025-12-06 22:20:31 +00:00
2885026d2f Remove serde_with and use human serde instead 2025-12-06 22:14:20 +00:00
e6f7543114 Fix broken endpoint 2025-12-06 22:01:01 +00:00
ea603f83fd Fix HTTP method of the server 2025-12-06 21:25:30 +00:00
89565e23f3 Log deduping 2025-11-30 15:24:52 +00:00
952e89343a Don't broadcast without clients 2025-11-30 15:24:52 +00:00
84f077f36b Improve logging 2025-11-30 15:24:52 +00:00
4456767ec4 Clean up 2025-11-30 15:24:52 +00:00
e635e84aa4 Close unsued databases 2025-11-30 15:24:52 +00:00
3ed2e4f666 Add api version check to client 2025-11-30 15:24:52 +00:00
c3cbde052a Add server config for mergable extensions 2025-11-30 15:24:52 +00:00
7008c54e2e Run check.sh 2025-11-30 15:24:52 +00:00