summaryrefslogtreecommitdiffstats
path: root/atuin-client/src/database.rs
AgeCommit message (Expand)Author
2024-03-15fix(search): case insensitive hostname filtering (#1883)Ellie Huxtable
2024-03-05fix(build): make atuin compile on non-win/mac/linux platforms (#1825)Rain
2024-03-01feat: support regex with r/.../ syntax (#1745)依云
2024-02-19feat: change fulltext to do multi substring match (#1660)依云
2024-02-04fix: set durability for sqlite to recommended settings (#1667)Joe Ardent
2024-01-22fix(tui): dedupe was removing history (#1610)Ellie Huxtable
2024-01-19fix: add acquire timeout to sqlite database connection (#1590)Ellie Huxtable
2024-01-19fix: Use existing db querying for history list (#1589)Peter Holloway
2024-01-16feat: add history rebuild (#1575)Ellie Huxtable
2024-01-12feat: Add interactive command inspector (#1296)Ellie Huxtable
2024-01-06refactor: String -> HistoryId (#1512)Ellie Huxtable
2023-10-29fix: initial list of history in workspace mode (#1356)Ellie Huxtable
2023-10-25Fix deleted history count (#1328)Ellie Huxtable
2023-10-08clear history id (#1263)Conrad Ludgate
2023-10-04Fix/1207 deleted entries shown in interactive search (#1272)Dieter Eickstaedt
2023-09-26handle missing entries (fixes #1236) (#1253)Conrad Ludgate
2023-09-11replace chrono with time (#806)Conrad Ludgate
2023-08-18Update dependencies (#1181)Conrad Ludgate
2023-07-14Add workspace mode, enable if in git repo (#1053)Ellie Huxtable
2023-07-14Add new sync (#1093)Ellie Huxtable
2023-06-15Builder interface for History objects (#933)Vlad Stepanov
2023-06-14Key values (#1038)Ellie Huxtable
2023-06-13Fix `--delete-it-all` and `--delete` commands (#913)J. Emiliano Deustua
2023-06-12add support to override hostname and username via env var (#1041)Peter Brunner
2023-04-11Add `--reverse` to `atuin search` (#862)Tom Cammann
2023-03-29Add `--offset` flag to `atuin search` (#825)Tom Cammann
2023-03-27client filtering done in query (#629)jean-santos
2023-03-26chore: use fork of skim (#803)Conrad Ludgate
2023-03-24Delete all instances of a command (#797)Ellie Huxtable
2023-03-21Fix skim search (#795)Ellie Huxtable
2023-03-20Add history deletion (#791)Ellie Huxtable
2023-03-19skim-demo (#695)Conrad Ludgate
2023-03-14Prefer PWD environment variable over cwd if available to better support symbo...Patrick Decat
2023-03-08Fix before/after combined with limit (#770)Ellie Huxtable
2023-02-06Try to make clippy happy 🥺 (#686)Ellie Huxtable
2022-12-27Improve error message when $AUTIN_SESSION is not set. (#654)Jamie Quigley
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
2022-11-04Add local event log storage (#390)Ellie Huxtable
2022-09-11better cursor search (#473)Conrad Ludgate
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-26fix db range query (#351)Conrad Ludgate
2022-04-23sql builder (#333)Conrad Ludgate
2022-04-22Fix empty queries with filters (#332)Ellie Huxtable
2022-04-22History filter (#329)Ellie Huxtable
2022-04-21A few minor tweaks (#314)Conrad Ludgate
2022-04-13provide better error messages (#300)Conrad Ludgate
2022-03-18Improve fuzzy search (#279)Patrick
2022-03-13Fix `history list --cwd` errors (#278)Lucas Burns
2021-12-19use sqlite grouping rather than subquery (#181)Mark Wotton