aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Redirect old docs (#1066)Ellie Huxtable2023-06-21
|
* Revamp getting started guide (#1065)Ellie Huxtable2023-06-21
| | | | | | | | | | We were lacking some docs here really. Walk new users through getting installed and signed up! Coming next - Common config (how to disable the up arrow lol) - Troubleshooting - Community config/integrations
* remove decryption from api-client (#1063)Conrad Ludgate2023-06-21
|
* Add RecordIndex data structure (#1059)Ellie Huxtable2023-06-19
| | | | | | | | | | | | | | | | | | | | | | * Add RecordIndex data structure This allows us to compare two sets of record stores, and return a list of diffs. With these diffs, we should be able to sync the two stores * Remove server handler, will follow up with this * Make clippy happy * Add tests and docs for diffs in both directions * Update atuin-common/src/record.rs Co-authored-by: Conrad Ludgate <conradludgate@gmail.com> --------- Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
* fix: fixes unix specific impl of shutdown_signal (#1061)YummyOreo2023-06-19
|
* remove rmp-serde (#1057)Conrad Ludgate2023-06-18
| | | | | * remove rmp-serde * use version info
* clean apt cache in Dockerfile (#932)Vlad Stepanov2023-06-16
| | | | | * clean apt cache in Dockerfile * Change /app to app, to be in sync with changes from mainline
* Builder interface for History objects (#933)Vlad Stepanov2023-06-15
| | | | | | | | | | | | | | | | | | | | | | * [feature] store env variables in History records WIP: remove `HistoryWithoutDelete`, add some docstrings, tests * Create History objects through builders. Assure in compile-time that all required fields are set for the given construction scenario * (from #882) split Cmd::run into subfns * Update `History` doc * remove rmp-serde from history * update warning --------- Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
* Add namespaces to kv store (#1052)Ellie Huxtable2023-06-15
|
* Key values (#1038)Ellie Huxtable2023-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Start testing * Store host IDs, not hostnames Why? Hostnames can change a lot, and therefore host filtering can be funky. Really, all we want is a unique ID per machine + do not care what it might be. * Mostly just write a fuckload of tests * Add a v0 kv store I can push to * Appending works * Add next() and iterate, test the pointer chain * Fix sig * Make clippy happy and thaw the ICE * Fix tests' * Fix tests * typed builder and cleaner db trait --------- Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
* Bump debian from bullseye-20230502-slim to bullseye-20230612-slim (#1047)dependabot[bot]2023-06-13
| | | | | | | | | | | | Bumps debian from bullseye-20230502-slim to bullseye-20230612-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>
* update release.yaml add RUSTFLAGS, add qemu-user, add QEMU_PREFIX before ↵mmx2023-06-13
| | | | gen-completions (#872)
* Make requirement of PostgreSQL 14 explicit (#1048)Maxim Burgerhout2023-06-13
|
* Fix `--delete-it-all` and `--delete` commands (#913)J. Emiliano Deustua2023-06-13
| | | | | | | | | | | | | | | | | | | | * Add `delete_at` is null condition during search Since entries are searched everytime a delete process ends, the --delete-it-all command will enter an infinite loop if searching the whole history. * Remove command blanking Command blanking may violate the `unique(timestamp, cwd, command)` condition. * Overwrite command with random string when deleting * Add rand dependency to client crate --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Bump uuid from 1.2.1 to 1.3.4 (#1046)dependabot[bot]2023-06-13
| | | | | | | | | | | | | | | Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.3.4. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.1...1.3.4) --- updated-dependencies: - dependency-name: uuid 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>
* add support to override hostname and username via env var (#1041)Peter Brunner2023-06-12
|
* refactor server to allow pluggable db and tracing (#1036)Conrad Ludgate2023-06-12
| | | | | | | | | * refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies
* Make Ctrl-d behaviour match other tools (#1040)Jan Larres2023-06-11
| | | | | | | | With this change Ctrl-d behaves differently depending on whether there is any input text available. If there is, it will delete the character to the right of the cursor if there is any. If there isn't it will instead quit interactive mode and leave the original shell command line unchanged. This matches other line-based tools like bash and fzf.
* Fix movement keys in inverted mode (#1035)Jan Larres2023-06-08
| | | | | | | | | | | * Extract scrolling code into functions * Fix movement keys when inverted * remove extra len param --------- Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
* Bump lukemathwalker/cargo-chef (#1026)dependabot[bot]2023-06-08
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.68.0 to latest-rust-1.70.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>
* feat: do not allow empty passwords durring account creation (#1029)YummyOreo2023-06-06
| | | | | * feat: do not allow empty passwords durring account creation * refactor: rustfmt
* fix: Adjust broken link to supported shells (#1013)Anish Pallati2023-05-30
|
* Update Arch Linux links in README (#1016)éclairevoyant2023-05-30
|
* Add graceful shutdown on SIGTERM (#1014)Marijan Smetko2023-05-30
| | | | | * Add graceful shutdown on SIGTERM * Fix linter
* Release v15.0.0 (#995)Ellie Huxtable2023-05-28
| | | | | | | * Release v15.0.0 * Draft post * Update contributors
* Make volume path absolute (#1009)Ed Ive2023-05-27
| | | | | * Make volume path absolute * Update docs/docs/self-hosting/docker.md
* Fix typo in `config.toml` (#1006)Per Modin2023-05-24
| | | | | | Typo in config key `filter_mode_shell_up_key_binding` that's fixed by this commit, and while at it fix a minor typo in a comment. Co-authored-by: Per Modin <per@wgtwo.com>
* Add option to completely disable help row (#993)Hilmar Wiegand2023-05-22
| | | | | | | * Add option to completely disable help row * Pass full settings object to draw command * Add documentation for show_help
* Input bar at the top if we are in inline mode (#866)Ellie Huxtable2023-05-21
| | | | | | | | | | | | | | | | * Put input chunk at the top in inline mode * Invert the search results if bar is at top * fix styling on reversed rendering * add setting * settings --------- Co-authored-by: Patrick Decat <pdecat@gmail.com> Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
* Allow server configured page size (#994)Ellie Huxtable2023-05-21
| | | | | | | * Allow server configured page size * Backwards compat via semver checks * Correct header name
* Restructure account commands to account subcommand (#984)Ellie Huxtable2023-05-17
| | | | | | | | | | | | | | | | | | | * Stop running triggers on history delete * Move to account management dir * Alter trigger function to only run for inserts * wip * Add atuin account subcommands, and re-org delete * Clarify docs * Delete silly dupe migration * Um where did this come from * Oops, insert only plz
* validate usernames on registration (#982)Conrad Ludgate2023-05-16
| | | | | improve login password incorrect error message update docs for registration with passwords
* feat: add delete account option (attempt 2) (#980)Yannick Ulrich2023-05-16
| | | | | | | | | | | | | | | * Added DELETE register endpoint * Added remove function to database * Added unregister to client * Updated docs * Renamed functions * Reformatting * Used execute instead of fetch in delete_user
* Include bash preexec warning (#983)Ellie Huxtable2023-05-16
|
* Fix key regression introduced (#974)Ellie Huxtable2023-05-11
|
* Patch bash history import regression (#970)Ellie Huxtable2023-05-10
| | | | | | | | * At least patch this on the server side so we don't loop forever * Postgres doesn't support <microsecond precision Use millis - almost everything should support them and they are still faster than a human can reasonably spam a button.
* Bump debian from bullseye-20230320-slim to bullseye-20230502-slim (#930)dependabot[bot]2023-05-09
| | | | | | | | | | | | Bumps debian from bullseye-20230320-slim to bullseye-20230502-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>
* Update README.md: Disable update check for offline mode (#960)Aleks Bunin2023-05-09
|
* website: Fix participle "be ran" -> "be run" (#939)Niklas Hambüchen2023-05-08
|
* Correct typos in website (#946)Steve Kemp2023-05-07
| | | This commit fixes the spelling of "variables" in a couple of places.
* docs: fix "From source" `cd` command (#937)Richard de Boer2023-05-06
| | | | Cloning does not automatically cd to the new directory, and we need to cd to "atuin" *inside* the cloned repository.
* Add command flag for `inline_height` (#905)VuiMuich2023-05-02
| | | | | | | * add a command flag for `inline_height` * docs * docs: better formating for short command flags
* cwd_filter: much like history_filter, only it applies to cwd (#904)Kjetil Jørgensen2023-05-02
| | | | | * cwd_filter: much like history_filter, only it applies to cwd * appease clippy
* add nu section to keybind docs (#881)VuiMuich2023-05-02
|
* docs: Fix broken links in README.md (#920)Qiming Xu2023-05-02
|
* fix broken pipe on history list (#927)Conrad Ludgate2023-05-01
| | | | | * fix #626 * slightly refactor
* Fix fig plugin link (#924)Robin Millette2023-04-28
|
* Copy license for cargo-deb (#901)Ellie Huxtable2023-04-20
|
* Upload tar before building deb (#898)Ellie Huxtable2023-04-19
|
* Add symlink (#897)Ellie Huxtable2023-04-18
|