index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
atuin-server
/
src
/
database.rs
(
unfollow
)
Commit message (
Expand
)
Author
2023-06-12
refactor server to allow pluggable db and tracing (#1036)
Conrad Ludgate
2023-05-21
Allow server configured page size (#994)
Ellie Huxtable
2023-05-16
feat: add delete account option (attempt 2) (#980)
Yannick Ulrich
2023-03-20
Add history deletion (#791)
Ellie Huxtable
2022-06-10
Add configurable history length (#447)
Ellie Huxtable
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-26
SQLx cannot run this migration OK (#353)
Ellie Huxtable
2022-04-26
Remove all select * from the server queries (#347)
Ellie Huxtable
2022-04-21
tracing (#315)
Conrad Ludgate
2022-04-21
Fix SQL cache query (#318)
Ellie Huxtable
2022-04-21
Use the count cache (#312)
Ellie Huxtable
2022-04-13
Initial implementation of calendar API (#298)
Ellie Huxtable
2021-05-09
some changes :shrug: (#83)
Conrad Ludgate
2021-04-25
Update docs, unify on SQLx, bugfixes (#40)
Ellie Huxtable
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable