7dc0f4316e
Remove history-ui workspace and supporting server endpoints
...
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
904a2737d4
Bump deps, improve e2e test and pick up changes in the plugin
2026-03-28 11:17:18 +00:00
1d1ddd7bbd
No more eclint
2026-03-25 20:01:01 +00:00
e9252955b4
Align prettier & editorconfig
2025-12-07 16:42:23 +00:00
b05e415acf
Apply editorconfig
2025-12-07 16:42:23 +00:00
1ed22c72d7
Enforce editorconfig
2025-12-07 16:42:23 +00:00
dependabot[bot]
2b9d77d165
Bump eslint from 9.28.0 to 9.38.0 in /frontend ( #142 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26 11:02:41 +00:00
90752e687a
Add local CLI ( #144 )
2025-10-21 22:45:47 +01:00
dependabot[bot]
59e02bcb4d
Bump npm-check-updates from 18.0.1 to 19.1.1 in /frontend ( #137 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-18 21:31:53 +01:00
dependabot[bot]
0e6b2c4985
Bump concurrently from 9.1.2 to 9.2.1 in /frontend ( #116 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-18 21:31:34 +01:00
088f474a2e
Fix remote cursor duplication
2025-10-18 21:30:45 +01:00
dependabot[bot]
3f089bd37e
Bump prettier from 3.5.3 to 3.6.2 in /frontend ( #108 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andras Schmelczer <andras@schmelczer.dev>
2025-08-30 10:38:25 +01:00
dependabot[bot]
79279df5b0
Bump typescript-eslint from 8.33.1 to 8.41.0 in /frontend ( #105 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 20:19:57 +01:00
e8b9bf40c5
Add API for propagating cursor locations ( #61 )
2025-06-08 20:20:52 +01:00
dependabot[bot]
650e14b82c
Bump typescript-eslint from 8.29.0 to 8.32.1 in /frontend ( #39 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 21:46:42 +01:00
a0044badf3
Update node deps
2025-04-02 22:19:10 +01:00
535169a039
Try fixing CI
2025-03-16 20:37:40 +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
d19b1ff449
Remove chalk
2025-02-25 22:50:46 +00:00
6b9f1e6c12
Format
2025-02-25 21:56:34 +00:00
41c7ebcd87
Clean up deps
2025-02-23 17:23:04 +00:00
b4783d1007
Bump deps & fix compile
2025-02-23 16:19:19 +00:00
5ba898df7d
Set up linting for test-client
2025-02-23 10:42:32 +00:00
e97d97905e
Enable deving
2025-02-19 21:29:43 +00:00
dd6f63f357
Move files
2025-02-19 20:47:52 +00:00