aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_server (unfollow)
Commit message (Collapse)Author
12 hoursfix({client,server}/settings): Don't fail, when there is no config fileBenedikt Peetz
17 hoursfix(config): Don't write non-TOML default config filesBenedikt Peetz
31 hourschore(treewide): Also fix all `clippy` warningsBenedikt Peetz
32 hourschore(treewide): Fix some of `clippy`'s errorBenedikt Peetz
Just a run of `cargo clippy --fix`
32 hourschore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
There are still the `clippy` warnings, but they are for a future date.
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
This commit also remove another load of unneeded features.
3 daysfeat(server): Make user stuff statelessBenedikt Peetz
3 dayschore(server): Remove the last remnants of the "hub" sync-server thingyBenedikt Peetz
3 dayschore(server): Simplify the database supportBenedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
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)`
3 dayschore: Restore db migrationsBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.