| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | treewide: Fix most `cargo check` warnings | Benedikt Peetz | 6 days |
| | | | | | The remaining ones, require actual work to resolve. | ||
| * | crates/turtle/list: Restore the history listing code from atuin | Benedikt Peetz | 6 days |
| | | | | | _That_ was actually useful to have. | ||
| * | fix(nix): Update all references and switch build to crane | Benedikt Peetz | 6 days |
| | | |||
| * | feat: Finalize design for fish-shell integration | Benedikt Peetz | 2026-07-24 |
| | | |||
| * | chore: Last big refactoring | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore(server): Remove warnings | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Remove some warnings (cargo fix) | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore(atuin): Remove unused crate dependencies | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: All compiles | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Move more stuff out of atuin-client | Benedikt Peetz | 2026-07-09 |
| | | |||
| * | chore: Add more things | Benedikt Peetz | 2026-07-09 |
| | | |||
| * | chore: Separate daemon, client, server, and lib into crates | Benedikt Peetz | 2026-07-09 |
| | | |||
| * | fix(client/sync): Pass through precise error on `SyncError::WrongKey` | Benedikt Peetz | 2026-06-14 |
| | | |||
| * | fix(client/settings): Trim sync user_id and encryption_key | Benedikt Peetz | 2026-06-14 |
| | | | | | | The files might be newline delimited, which we should remove before we try to parse the contents. | ||
| * | fix(package.nix): Add a (kinda arbitrary) version number | Benedikt Peetz | 2026-06-14 |
| | | |||
| * | fix({client,server}/settings): Don't fail, when there is no config file | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(treewide): Remove glob imports | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | build(flake): Expose nixos-module | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | docs(README): Update to highlight the changes | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | fix(config): Don't write non-TOML default config files | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | perf: Add basic profiling framework | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | tests(basic): Extend to cover repeated sync | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | build(cargo): Use `mold` as a linker | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(daemon): Remove the `autostart` feature | Benedikt Peetz | 2026-06-13 |
| | | | | | A service manager should deal with that. | ||
| * | fix(sqlite): Ensure that database migration runs sequentially | Benedikt Peetz | 2026-06-13 |
| | | | | | Otherwise, we might run migration from multiple db-connections. | ||
| * | chore(treewide): Also fix all `clippy` warnings | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | 2026-06-13 |
| | | | | | Just a run of `cargo clippy --fix` | ||
| * | chore(treewide): Remove `cargo` warnings to 0 | Benedikt Peetz | 2026-06-13 |
| | | | | | There are still the `clippy` warnings, but they are for a future date. | ||
| * | chore(treewide): Cleanup themes | Benedikt Peetz | 2026-06-12 |
| | | |||
| * | feat(server): Really make users stateless (with tests) | Benedikt Peetz | 2026-06-12 |
| | | | | | This commit also remove another load of unneeded features. | ||
| * | feat(server): Make user stuff stateless | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore(server): Remove the last remnants of the "hub" sync-server thingy | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore(server): Simplify the database support | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore: Remove all `pub`s | Benedikt Peetz | 2026-06-11 |
| | | | | | | 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 | 2026-06-11 |
| | | |||
| * | chore: Move everything into one big crate | Benedikt Peetz | 2026-06-11 |
| | | | | | | That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | ||
| * | chore: Somewhat simplify sync code | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove more (kinda) useless stuff | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Turn all `allow`s into into `expect`s | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove more useless code | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove some unused rust code | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove unneeded files | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | feat: Capture command output + expose to new `atuin_output` tool (#3510) | Michelle Tilley | 2026-06-08 |
| | | |||
| * | chore(deps): bump debian from bookworm-20260421-slim to ↵ | dependabot[bot] | 2026-06-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bookworm-20260518-slim (#3500) Bumps debian from bookworm-20260421-slim to bookworm-20260518-slim. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
| * | chore: update GitHub app token format | Chris Rose | 2026-06-04 |
| | | |||
