Hostityourself/server
Claude 4504c22af8
fix: explicit SQLx type + debug tracing for HTTP git auth
Fixes potential silent failure where sqlx::query_scalar couldn't infer
the return type at runtime. Also adds step-by-step tracing so the exact
failure point (no header / bad base64 / key not found / db error) is
visible in `docker compose logs server`.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-24 08:33:10 +00:00
..
src fix: explicit SQLx type + debug tracing for HTTP git auth 2026-03-24 08:33:10 +00:00
Cargo.toml feat: HTTP git push with API key auth 2026-03-23 12:59:02 +00:00