aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Remove terminal mode switching (#1170)Ellie Huxtable2023-08-14
| | | | | | | | | | | | This was initially in place for when we used a different terminal backend. That backend required that the terminal be in a specific mode, or otherwise key modifiers would not be correctly recognized. It was super frustrating. Since the move to crossterm, we automatically switch to raw mode: https://github.com/atuinsh/atuin/blob/b48de9bd9d89fb9b6a0044a1b251e5b2ff116387/atuin/src/command/client/search/interactive.rs#L528 Should resolve #987, #650, #909, #492 Should also supercede #1149
* Update to ratatui 0.22 (#1168)Ellie Huxtable2023-08-14
|
* Fix nix build (#1171)Ellie Huxtable2023-08-14
| | | | I forgot nix builds in a sandbox, so my laziness earlier meant that the nix build fails - sandbox has no git!
* Run test build for client-only feature set (#1167)Tobias Genannt2023-08-14
|
* Include revision in status (#1166)Ellie Huxtable2023-08-14
|
* Fix index tail leak (#1159)Ellie Huxtable2023-08-09
|
* Bump lukemathwalker/cargo-chef (#1154)dependabot[bot]2023-08-09
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.71.0 to latest-rust-1.71.1. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update(docs) Add `workspace` to config.toml and config.md (#1157)Emanuele Panzeri2023-08-09
|
* Fix client-only builds (#1155)Ellie Huxtable2023-08-07
|
* Prepare release v16.0.0 (#1143)Ellie Huxtable2023-08-07
| | | | | | | | | * Prepare release v16.0.0 * Remove debug output * Fix kv dupes if the store already exists * Add limit in frontend as well as sync backend
* fix(docs): Correct command overview paths (#1145)LeoniePhiline2023-08-02
|
* encode paseto payloads as json (#1146)Conrad Ludgate2023-08-02
|
* Bump futures-util from 0.3.24 to 0.3.28 (#1129)dependabot[bot]2023-08-01
| | | | | | | | | | | | | | | | Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.28. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.24...0.3.28) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(docs): List all presently documented commands (#1140)LeoniePhiline2023-08-01
|
* Add support for `max_preview_height` setting (#1088)Richard Jones2023-07-31
|
* fix: nushell empty hooks (#1138)LeoniePhiline2023-07-31
| | | Co-authored-by: Andrea Jemmett <1787979+acidghost@users.noreply.github.com>
* fix(server): Teapot is a cup of coffee (#1137)LeoniePhiline2023-07-31
|
* Split integration and unit tests, use runner for unit (#1134)Ellie Huxtable2023-07-31
| | | | | * Split integration and unit tests, use runner for unit * Probs does not need cache as network is slow
* Add self hosted runner (#1133)Ellie Huxtable2023-07-30
|
* Move all references to the old repo (#1132)Ellie Huxtable2023-07-30
| | | The repo now lives on an org! Move all references to the old path.
* Drop default sync frequency to 10m (#1130)Ellie Huxtable2023-07-28
|
* Disable server tests in the nix build (#1123)Patrick Jackson2023-07-28
| | | | | * Update deps used for the nix build * Disable server tests in nix build
* some simple server tests (#1096)Conrad Ludgate2023-07-27
| | | | | | | | | | | | | | | | | | | | | * some simple server tests * fmt * logging in server test * log server errors * fix postgres uri * postgres ports * localhost again? * Rebase fixes --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* use Ctrl-n instead of Alt-n on macOS (#1106)Richard Turner2023-07-27
| | | | | * use Ctrl-n instead of Alt-n on macOS * make ctrl-n instead of alt-n configurable
* Bump config from 0.13.2 to 0.13.3 (#646)dependabot[bot]2023-07-27
| | | | | | | | | | | | | | | | Bumps [config](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/mehcode/config-rs/releases) - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/compare/0.13.2...0.13.3) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump h2 from 0.3.14 to 0.3.17 (#873)dependabot[bot]2023-07-27
| | | | | | | | | | | | | | | Bumps [h2](https://github.com/hyperium/h2) from 0.3.14 to 0.3.17. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.14...v0.3.17) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump indicatif from 0.17.3 to 0.17.5 (#1050)dependabot[bot]2023-07-27
| | | | | | | | | | | | | | | Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.5. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.3...0.17.5) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump serde_json from 1.0.86 to 1.0.99 (#1075)dependabot[bot]2023-07-27
| | | | | | | | | | | | | | | Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.99. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.99) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump debian from bullseye-20230612-slim to bullseye-20230703-slim (#1084)dependabot[bot]2023-07-27
| | | | | | | | | | | | Bumps debian from bullseye-20230612-slim to bullseye-20230703-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump lukemathwalker/cargo-chef (#1109)dependabot[bot]2023-07-27
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.70.0 to latest-rust-1.71.0. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump colored from 2.0.0 to 2.0.4 (#1110)dependabot[bot]2023-07-27
| | | | | | | | | | | | | | | | Bumps [colored](https://github.com/mackwic/colored) from 2.0.0 to 2.0.4. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.0.0...v2.0.4) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Tidy up docs (#1120)Ellie Huxtable2023-07-26
|
* Remove vercel config (#1119)Ellie Huxtable2023-07-26
|
* Try adjusting docs root (#1118)Ellie Huxtable2023-07-26
|
* Serve docusaurus on /docs/ (#1117)Ellie Huxtable2023-07-26
|
* skim: fix filtering aggregates (#1114)Conrad Ludgate2023-07-24
| | | | | * skim: fix filtering aggregates * comments
* Unvendor ratatui (#1101)Ellie Huxtable2023-07-17
|
* Add workspace mode, enable if in git repo (#1053)Ellie Huxtable2023-07-14
| | | | | | | | | * Add workspace mode, enable if in git repo * Fix tests * Should now be good * Page filter modes correctly if in workspace
* Delete the count cache row when a user is deleted (#1103)Ellie Huxtable2023-07-14
|
* Add total history count to the index API (#1102)Ellie Huxtable2023-07-14
| | | | Thought it would be fun to collect some cool stats, maybe put them on atuin.sh.
* Add new sync (#1093)Ellie Huxtable2023-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add record migration * Add database functions for inserting history No real tests yet :( I would like to avoid running postgres lol * Add index handler, use UUIDs not strings * Fix a bunch of tests, remove Option<Uuid> * Add tests, all passing * Working upload sync * Record downloading works * Sync download works * Don't waste requests * Use a page size for uploads, make it variable later * Aaaaaand they're encrypted now too * Add cek * Allow reading tail across hosts * Revert "Allow reading tail across hosts" Not like that This reverts commit 7b0c72e7e050c358172f9b53cbd21b9e44cf4931. * Handle multiple shards properly * format * Format and make clippy happy * use some fancy types (#1098) * use some fancy types * fmt * Goodbye horrible tuple * Update atuin-server-postgres/migrations/20230623070418_records.sql Co-authored-by: Conrad Ludgate <conradludgate@gmail.com> * fmt * Sort tests too because time sucks * fix features --------- Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
* Bump semver from 5.7.1 to 5.7.2 in /docs (#1100)dependabot[bot]2023-07-14
| | | | | | | | | | | | | | | Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump regex from 1.7.2 to 1.9.1 (#1094)dependabot[bot]2023-07-14
| | | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.7.2 to 1.9.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.7.2...1.9.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* write some key tests (#1095)Conrad Ludgate2023-07-14
|
* Add OG image (#1097)Ellie Huxtable2023-07-11
| | | | | | | * Add OG image * Fix * byebye
* atuin crypto blog post (#1079)Conrad Ludgate2023-07-11
|
* fix for zsh no-unset environments (#921)DS/Charlie2023-07-10
|
* Update docusaurus.config.jsEllie Huxtable2023-07-09
|
* Update config.toml path default comments (#1092)Simon2023-07-08
| | | | | | - Updates outdated mac db_path default - Adds windows db_path default - Adds windows, mac, linux defaults for key_path and session_path - Changes example session_path to be different to example key_path
* fix key encodings again (#1089)Conrad Ludgate2023-07-08
|