aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_client (follow)
Commit message (Collapse)AuthorAge
* chore(daemon): Remove the `autostart` featureBenedikt Peetz3 days
| | | | A service manager should deal with that.
* fix(sqlite): Ensure that database migration runs sequentiallyBenedikt Peetz3 days
| | | | Otherwise, we might run migration from multiple db-connections.
* chore(treewide): Also fix all `clippy` warningsBenedikt Peetz4 days
|
* chore(treewide): Fix some of `clippy`'s errorBenedikt Peetz4 days
| | | | Just a run of `cargo clippy --fix`
* chore(treewide): Remove `cargo` warnings to 0Benedikt Peetz4 days
| | | | There are still the `clippy` warnings, but they are for a future date.
* chore(treewide): Cleanup themesBenedikt Peetz4 days
|
* feat(server): Really make users stateless (with tests)Benedikt Peetz5 days
| | | | This commit also remove another load of unneeded features.
* feat(server): Make user stuff statelessBenedikt Peetz5 days
|
* chore(server): Remove the last remnants of the "hub" sync-server thingyBenedikt Peetz5 days
|
* chore(server): Simplify the database supportBenedikt Peetz5 days
|
* chore: Remove all `pub`sBenedikt Peetz5 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 Peetz6 days
|
* chore: Move everything into one big crateBenedikt Peetz6 days
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.