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
/
crates
/
turtle
/
src
/
atuin_server_database
/
mod.rs
(
unfollow
)
Commit message (
Expand
)
Author
3 days
chore(server): Simplify the database support
Benedikt Peetz
3 days
chore: Remove all `pub`s
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
2026-05-14
refactor: pull `fn into_utc` into atuin-server-database crate (#3487)
John Oxley
2026-05-14
refactor: Implement From<sqlx::Error> and clean up fix_error (#3484)
John Oxley
2026-01-27
feat: remove user verification functionality (#3108)
Ellie Huxtable
2026-01-23
chore!: remove total_history from api index response (#3094)
Ellie Huxtable
2025-12-18
feat: add support for read replicas to postgres (#3029)
Ellie Huxtable
2025-07-16
fix: add check for postgresql prefix (#2825)
Scotte Zinn
2025-06-23
feat: Add sqlite server support for self-hosting (#2770)
Scotte Zinn
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2024-12-27
chore(deps): cargo update (#2497)
Ellie Huxtable
2024-06-24
feat: add user account verification (#2190)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-02-02
feat: add `store push --force`
Ellie Huxtable
2024-01-29
feat: Add change-password command & support on server (#1615)
TymanWasTaken
2024-01-05
feat: rework record sync for improved reliability (#1478)
Ellie Huxtable
2023-09-29
support timezones in calendar (#1259)
Conrad Ludgate
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-07-14
Add total history count to the index API (#1102)
Ellie Huxtable
2023-07-14
Add new sync (#1093)
Ellie Huxtable
2023-06-12
refactor server to allow pluggable db and tracing (#1036)
Conrad Ludgate