| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | chore(treewide): Remove glob imports | Benedikt Peetz | 11 hours |
| | | |||
| * | fix(sqlite): Ensure that database migration runs sequentially | Benedikt Peetz | 17 hours |
| | | | | | Otherwise, we might run migration from multiple db-connections. | ||
| * | chore(treewide): Also fix all `clippy` warnings | Benedikt Peetz | 31 hours |
| | | |||
| * | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | 31 hours |
| | | | | | Just a run of `cargo clippy --fix` | ||
| * | chore(treewide): Cleanup themes | Benedikt Peetz | 39 hours |
| | | |||
| * | feat(server): Really make users stateless (with tests) | Benedikt Peetz | 2 days |
| | | | | | This commit also remove another load of unneeded features. | ||
| * | chore: Remove all `pub`s | Benedikt Peetz | 3 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 migrations | Benedikt Peetz | 3 days |
| | | |||
| * | chore: Move everything into one big crate | Benedikt Peetz | 3 days |
| That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | |||
