aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server/src/handlers/health.rs (follow)
Commit message (Collapse)AuthorAge
* chore: Move everything into one big crateBenedikt Peetz11 days
| | | | | That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
* chore: migrate to rust 2024 (#2635)Ellie Huxtable2025-03-19
| | | | | | | | | * chore: upgrade to 2024 edition * ugh unsafe * format * nixxxxxxxxxxx why
* feat(health): add health check endpoint at `/healthz` (#2549)Hunter Casten2025-03-09
* feat(health): add health check endpoint at `/healthz` * feat(health-check): remove invalid health-check from docker compose