| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 12 hours | fix({client,server}/settings): Don't fail, when there is no config file | Benedikt Peetz | |
| 17 hours | fix(config): Don't write non-TOML default config files | Benedikt Peetz | |
| 31 hours | chore(treewide): Also fix all `clippy` warnings | Benedikt Peetz | |
| 32 hours | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | |
| Just a run of `cargo clippy --fix` | |||
| 32 hours | chore(treewide): Remove `cargo` warnings to 0 | Benedikt Peetz | |
| There are still the `clippy` warnings, but they are for a future date. | |||
| 2 days | feat(server): Really make users stateless (with tests) | Benedikt Peetz | |
| This commit also remove another load of unneeded features. | |||
| 3 days | feat(server): Make user stuff stateless | Benedikt Peetz | |
| 3 days | chore(server): Remove the last remnants of the "hub" sync-server thingy | Benedikt Peetz | |
| 3 days | chore(server): Simplify the database support | Benedikt Peetz | |
| 3 days | chore: Remove all `pub`s | Benedikt 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 days | chore: Restore db migrations | Benedikt Peetz | |
| 3 days | chore: Move everything into one big crate | Benedikt Peetz | |
| That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | |||
