aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle (unfollow)
Commit message (Collapse)Author
3 hoursfix(client/settings): Trim sync user_id and encryption_keyHEADmainBenedikt Peetz
The files might be newline delimited, which we should remove before we try to parse the contents.
9 hoursfix({client,server}/settings): Don't fail, when there is no config fileBenedikt Peetz
9 hourschore(treewide): Remove glob importsBenedikt Peetz
14 hoursfix(config): Don't write non-TOML default config filesBenedikt Peetz
14 hourschore(daemon): Remove the `autostart` featureBenedikt Peetz
A service manager should deal with that.
14 hoursfix(sqlite): Ensure that database migration runs sequentiallyBenedikt Peetz
Otherwise, we might run migration from multiple db-connections.
28 hourschore(treewide): Also fix all `clippy` warningsBenedikt Peetz
29 hourschore(treewide): Fix some of `clippy`'s errorBenedikt Peetz
Just a run of `cargo clippy --fix`
29 hourschore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
There are still the `clippy` warnings, but they are for a future date.
37 hourschore(treewide): Cleanup themesBenedikt Peetz
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
This commit also remove another load of unneeded features.
2 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.