aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_client/database.rs (unfollow)
Commit message (Expand)Author
10 hourschore(treewide): Remove glob importsBenedikt Peetz
15 hoursfix(sqlite): Ensure that database migration runs sequentiallyBenedikt Peetz
29 hourschore(treewide): Also fix all `clippy` warningsBenedikt Peetz
30 hourschore(treewide): Fix some of `clippy`'s errorBenedikt Peetz
37 hourschore(treewide): Cleanup themesBenedikt Peetz
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Restore db migrationsBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
3 dayschore: Turn all `allow`s into into `expect`sBenedikt Peetz
2026-04-11feat: track coding agent shell usage (#3388)Ellie Huxtable
2026-02-26feat: In-memory search index with atuin daemon (#3201)Michelle Tilley
2026-02-25feat: Add history author/intent metadata and v1 record version (#3205)Ellie Huxtable
2026-02-11feat: `switch-context` (#3149)Lucas Trzesniewski
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2026-01-25fix for inverse matchinglilydjwg
2026-01-25fix for 'termlilydjwg
2026-01-25feat(ui): highlight fulltext search as fulltext search instead of fuzzy searchlilydjwg
2025-09-15fix: clippy warningschitao1234
2025-09-15feat: add session-preload filter mode to include global history from before s...chitao1234
2025-09-10fix: clippy warnings I don't have on my version of clippyRay Kohler
2025-09-10fix: run `cargo fmt`Ray Kohler
2025-09-10fix: clean up new rustc and clippy warnings on Rust 1.89Ray Kohler
2025-08-04fix: clippy issues on Windows (#2856)Lucas Trzesniewski
2025-04-17feat: delete duplicate history (#2697)依云
2025-03-24feat: option to include duplicate commands when printing history commands (#2...依云
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-09fix: improve broken symlink error handling (#2589)James Trew
2024-12-27feat: add `atuin wrapped` (#2493)Ellie Huxtable
2024-08-05test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite (#2337)Jax Young
2024-06-03feat(doctor): report sqlite version (#2075)Xavier Vello
2024-05-08fix: add incremental rebuild to daemon loop (#2010)Ellie Huxtable
2024-05-08feat: add background daemon (#2006)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-11feat(gui): add base structure (#1935)Ellie Huxtable
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