summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-30stashvettingConrad Ludgate
2023-08-19readmeConrad Ludgate
2023-08-19trustConrad Ludgate
2023-08-19more vettingConrad Ludgate
2023-08-19more vettingConrad Ludgate
2023-08-19moreConrad Ludgate
2023-08-19trust some peopleConrad Ludgate
2023-08-19start vetting dependenciesConrad Ludgate
2023-08-19replace chrono with timeConrad Ludgate
2023-08-18Update dependencies (#1181)Conrad Ludgate
2023-08-18Add kv map builder and list function (#1179)Ellie Huxtable
* Add kv map builder and list function 1. BREAKING - default namespace is now called "default" 2. Build an in-memory hashmap from the kv store 3. Allow listing I need to cache the hashmap next, probs with a write-through to avoid constant rebuilds. Also check if BTreeMap is suitable. Sorted is useful for listing but there's probs a better ds to use. * Allow pure kv set, no filesystem
2023-08-17fix(ubuntu/arm*): detect non amd64 ubuntu and handle (#1131)Jinn Koriech
If we're running Ubuntu on non-amd64 we get an install error. As there's no ARM package yet we can offer the user the option to install via cargo rather than install something that won't work.
2023-08-17Fix keybinding link in README (#1173)Edward Loveall
2023-08-17Bump debian from bullseye-20230703-slim to bullseye-20230814-slim (#1176)dependabot[bot]
Bumps debian from bullseye-20230703-slim to bullseye-20230814-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>
2023-08-17docs: update `workspace` config key to `workspaces` (#1174)Thomas Buckley-Houston
2023-08-16Only setup shell plugin if it's not already there (#1178)Ellie Huxtable
2023-08-14Remove terminal mode switching (#1170)Ellie Huxtable
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
2023-08-14Update to ratatui 0.22 (#1168)Ellie Huxtable
2023-08-14Fix nix build (#1171)Ellie Huxtable
I forgot nix builds in a sandbox, so my laziness earlier meant that the nix build fails - sandbox has no git!
2023-08-14Run test build for client-only feature set (#1167)Tobias Genannt
2023-08-14Include revision in status (#1166)Ellie Huxtable
2023-08-09Fix index tail leak (#1159)Ellie Huxtable
2023-08-09Bump lukemathwalker/cargo-chef (#1154)dependabot[bot]
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>
2023-08-09Update(docs) Add `workspace` to config.toml and config.md (#1157)Emanuele Panzeri
2023-08-07Fix client-only builds (#1155)Ellie Huxtable
2023-08-07Prepare release v16.0.0 (#1143)v16.0.0Ellie Huxtable
* 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
2023-08-02fix(docs): Correct command overview paths (#1145)LeoniePhiline
2023-08-02encode paseto payloads as json (#1146)Conrad Ludgate
2023-08-01Bump futures-util from 0.3.24 to 0.3.28 (#1129)dependabot[bot]
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>
2023-08-01fix(docs): List all presently documented commands (#1140)LeoniePhiline
2023-07-31Add support for `max_preview_height` setting (#1088)Richard Jones
2023-07-31fix: nushell empty hooks (#1138)LeoniePhiline
Co-authored-by: Andrea Jemmett <1787979+acidghost@users.noreply.github.com>
2023-07-31fix(server): Teapot is a cup of coffee (#1137)LeoniePhiline
2023-07-31Split integration and unit tests, use runner for unit (#1134)Ellie Huxtable
* Split integration and unit tests, use runner for unit * Probs does not need cache as network is slow
2023-07-30Add self hosted runner (#1133)Ellie Huxtable
2023-07-30Move all references to the old repo (#1132)Ellie Huxtable
The repo now lives on an org! Move all references to the old path.
2023-07-28Drop default sync frequency to 10m (#1130)Ellie Huxtable
2023-07-28Disable server tests in the nix build (#1123)Patrick Jackson
* Update deps used for the nix build * Disable server tests in nix build
2023-07-27some simple server tests (#1096)Conrad Ludgate
* 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>
2023-07-27use Ctrl-n instead of Alt-n on macOS (#1106)Richard Turner
* use Ctrl-n instead of Alt-n on macOS * make ctrl-n instead of alt-n configurable
2023-07-27Bump config from 0.13.2 to 0.13.3 (#646)dependabot[bot]
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>
2023-07-27Bump h2 from 0.3.14 to 0.3.17 (#873)dependabot[bot]
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>
2023-07-27Bump indicatif from 0.17.3 to 0.17.5 (#1050)dependabot[bot]
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>
2023-07-27Bump serde_json from 1.0.86 to 1.0.99 (#1075)dependabot[bot]
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>
2023-07-27Bump debian from bullseye-20230612-slim to bullseye-20230703-slim (#1084)dependabot[bot]
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>
2023-07-27Bump lukemathwalker/cargo-chef (#1109)dependabot[bot]
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>
2023-07-27Bump colored from 2.0.0 to 2.0.4 (#1110)dependabot[bot]
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>
2023-07-26Tidy up docs (#1120)Ellie Huxtable
2023-07-26Remove vercel config (#1119)Ellie Huxtable
2023-07-26Try adjusting docs root (#1118)Ellie Huxtable