aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_daemon (follow)
Commit message (Collapse)AuthorAge
* feat(server): Really make users stateless (with tests)Benedikt Peetz6 days
| | | | This commit also remove another load of unneeded features.
* feat(server): Make user stuff statelessBenedikt Peetz6 days
|
* chore: Remove all `pub`sBenedikt Peetz6 days
| | | | | 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 Peetz7 days
|
* chore: Move everything into one big crateBenedikt Peetz7 days
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.