summaryrefslogtreecommitdiffstats
path: root/atuin-server
AgeCommit message (Expand)Author
2023-03-07Add register notification webhook (#764)Ellie Huxtable
2023-02-28Patch release v13.0.1 (#741)v13.0.1Ellie Huxtable
2023-02-28fix registration (#740)Conrad Ludgate
2023-02-26Release v13 (#727)v13.0.0Ellie Huxtable
2023-02-15Add support for generic database in AppState (#711)Erwin Kroon
2023-02-10axum6 with typesafe state (#674)Conrad Ludgate
2023-02-10Bump fs-err from 2.8.1 to 2.9.0 (#604)dependabot[bot]
2022-12-18Bump base64 from 0.13.0 to 0.20.0 (#641)dependabot[bot]
2022-11-06Release v12 (#599)v12.0.0Ellie Huxtable
2022-11-04Add local event log storage (#390)Ellie Huxtable
2022-10-19Bump async-trait from 0.1.57 to 0.1.58 (#575)dependabot[bot]
2022-10-14rollup of 5 dependency commits (#562)Conrad Ludgate
2022-10-14Bump sqlx from 0.5.13 to 0.6.2 (#536)dependabot[bot]
2022-10-14Add automatic update checking (#555)Ellie Huxtable
2022-10-07add some error messages (#510)Conrad Ludgate
2022-09-13Release v11 (#529)v11.0.0Ellie Huxtable
2022-07-26Add support for prepending a path to all routes for the server (#484)morguldir
2022-06-10Add configurable history length (#447)Ellie Huxtable
2022-06-06Release v0.10.0 (#440)v0.10.0Ellie Huxtable
2022-06-06Show current version on server index (#436)Ellie Huxtable
2022-05-16Cleanup dependencies – disable unnecessary or unused features (#407)Jakub Jirutka
2022-05-13Don't create config dir for server in default location if not needed (#406)Jakub Jirutka
2022-05-05Bump serde_json from 1.0.80 to 1.0.81 (#387)dependabot[bot]
2022-05-03Bump serde from 1.0.136 to 1.0.137 (#375)dependabot[bot]
2022-05-03Bump serde_json from 1.0.79 to 1.0.80 (#376)dependabot[bot]
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-26Add created_at column to users (#354)Ellie Huxtable
2022-04-26SQLx cannot run this migration OK (#353)Ellie Huxtable
2022-04-26Remove all select * from the server queries (#347)Ellie Huxtable
2022-04-26Add btree index on history table (#345)Ellie Huxtable
2022-04-26Bump tower-http from 0.2.5 to 0.3.0 (#343)dependabot[bot]
2022-04-25history list (#340)Conrad Ludgate
2022-04-23Release v0.9.1 (#338)v0.9.1Ellie Huxtable
2022-04-23Release v0.9.0 (#334)v0.9.0Ellie Huxtable
2022-04-22Bump uuid from 0.8.2 to 1.0.0 (#311)dependabot[bot]
2022-04-22refactor (#327)Conrad Ludgate
2022-04-21Allow for larger commands (#321)Ellie Huxtable
2022-04-21tracing (#315)Conrad Ludgate
2022-04-21Fix SQL cache query (#318)Ellie Huxtable
2022-04-21Fix delete trigger (#317)Ellie Huxtable
2022-04-21Use the count cache (#312)Ellie Huxtable
2022-04-19Add count trigger (#308)Ellie Huxtable
2022-04-13Initial implementation of calendar API (#298)Ellie Huxtable
2022-04-13provide better error messages (#300)Conrad Ludgate
2022-04-13remove default db uri (#299)Conrad Ludgate
2022-04-12goodbye warp, hello axum (#296)Conrad Ludgate
2022-04-12fix env config parsing (#295)Conrad Ludgate
2022-04-12Release v0.8.1 (#291)v0.8.1Ellie Huxtable
2022-03-17Update config-rs (#280)Ellie Huxtable
2022-03-13Fix `history list --cwd` errors (#278)Lucas Burns