No description
Find a file
caoimhinr f354c0ea89 fix: register export/import before parameterised ticket route
GET /api/tickets/export was being matched by GET /api/tickets/{ticket_id}
because FastAPI matches in registration order. Moved export/import routes
before the /{ticket_id} route so they are resolved first.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 20:59:27 +02:00
alembic feat: add environments — parametric ticket ID prefixes, env selector UI, MCP tools 2026-05-25 20:14:59 +02:00
corvid fix: register export/import before parameterised ticket route 2026-06-03 20:59:27 +02:00
.env.example security: timing-safe API key comparison, remove hardcoded DB password 2026-05-25 19:46:25 +02:00
.gitignore chore: add .gitignore, remove tracked pycache and egg-info 2026-05-25 19:23:17 +02:00
alembic.ini feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
CLAUDE.md docs: add IaC sync reminder to CLAUDE.md 2026-05-27 21:44:38 +02:00
docker-compose.yml security: timing-safe API key comparison, remove hardcoded DB password 2026-05-25 19:46:25 +02:00
Dockerfile feat: add standalone web UI — tickets page with same style as homelab-dashboard 2026-05-25 19:30:43 +02:00
entrypoint.sh feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
mcp_server.py security: fix command injection, XSS, prefix validation, cycle detection 2026-06-02 13:27:20 +00:00
pyproject.toml fix: include templates/ and static/ in installed package 2026-05-25 20:28:54 +02:00
SECURITY_REVIEW.md security: fix command injection, XSS, prefix validation, cycle detection 2026-06-02 13:27:20 +00:00