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
/
atuin-server-postgres
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
2024-06-24
fix: ensure we cleanup all tables when deleting (#2191)
Ellie Huxtable
2024-06-24
feat: add user account verification (#2190)
Ellie Huxtable
2024-05-21
fix: redact password in database URI when logging (#2032)
Jeremy Cline
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-03-12
feat(server): check PG version before running migrations (#1868)
Xavier Vello
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-28
fix sync timestamps (#1258)
Conrad Ludgate
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-08-18
Update dependencies (#1181)
Conrad Ludgate
2023-08-09
Fix index tail leak (#1159)
Ellie Huxtable
2023-07-14
Delete the count cache row when a user is deleted (#1103)
Ellie Huxtable
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