Commit graph

12 commits

Author SHA1 Message Date
792f57dc7e Fix lints & format 2026-05-09 15:28:43 +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
5707add47c Return new & smar rename 2026-04-27 22:46:02 +01:00
aecbcd1d2c return paths 2026-04-25 08:40:40 +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
44947dc3a5 Add vault listing endpoint 2026-03-28 18:15:43 +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
12aa457e3a Add has_been_merged to DB 2025-10-19 11:47:55 +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
Renamed from backend/sync_server/src/app_state/database/models.rs (Browse further)