aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src (unfollow)
Commit message (Collapse)Author
8 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.
13 hoursfix({client,server}/settings): Don't fail, when there is no config fileBenedikt Peetz
13 hourschore(treewide): Remove glob importsBenedikt Peetz
18 hoursfix(config): Don't write non-TOML default config filesBenedikt Peetz
19 hourschore(daemon): Remove the `autostart` featureBenedikt Peetz
A service manager should deal with that.
19 hoursfix(sqlite): Ensure that database migration runs sequentiallyBenedikt Peetz
Otherwise, we might run migration from multiple db-connections.
33 hourschore(treewide): Also fix all `clippy` warningsBenedikt Peetz
33 hourschore(treewide): Fix some of `clippy`'s errorBenedikt Peetz
Just a run of `cargo clippy --fix`
33 hourschore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
There are still the `clippy` warnings, but they are for a future date.
41 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.
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.