aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_daemon (follow)
Commit message (Collapse)AuthorAge
* chore(treewide): Remove glob importsBenedikt Peetz2026-06-13
|
* chore(treewide): Also fix all `clippy` warningsBenedikt Peetz2026-06-13
|
* chore(treewide): Fix some of `clippy`'s errorBenedikt Peetz2026-06-13
| | | | Just a run of `cargo clippy --fix`
* chore(treewide): Remove `cargo` warnings to 0Benedikt Peetz2026-06-13
| | | | There are still the `clippy` warnings, but they are for a future date.
* chore(treewide): Cleanup themesBenedikt Peetz2026-06-12
|
* feat(server): Really make users stateless (with tests)Benedikt Peetz2026-06-12
| | | | This commit also remove another load of unneeded features.
* feat(server): Make user stuff statelessBenedikt Peetz2026-06-11
|
* chore: Remove all `pub`sBenedikt Peetz2026-06-11
| | | | | They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)`
* chore: Restore db migrationsBenedikt Peetz2026-06-11
|
* chore: Move everything into one big crateBenedikt Peetz2026-06-11
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.