No description
Find a file
Kevin Welvaert ATA IT 80a6c1e140 fix: wait for postgres before running migrations on startup
App was crash-looping when the host restarted and Docker brought up the
app container before postgres was ready. Added a pg_isready poll loop in
entrypoint.sh and installed postgresql-client in the image.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 09:12:08 +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: TemplateResponse API, auth fallback, drop environment_id from update_ticket MCP tool 2026-05-27 09:11:55 +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: update deploy notes — corvid pulled from Forgejo, no vendor/ bundling 2026-05-25 19:39:39 +02:00
docker-compose.yml security: timing-safe API key comparison, remove hardcoded DB password 2026-05-25 19:46:25 +02:00
Dockerfile fix: wait for postgres before running migrations on startup 2026-05-27 09:12:08 +02:00
entrypoint.sh fix: wait for postgres before running migrations on startup 2026-05-27 09:12:08 +02:00
mcp_server.py fix: TemplateResponse API, auth fallback, drop environment_id from update_ticket MCP tool 2026-05-27 09:11:55 +02:00
pyproject.toml fix: include templates/ and static/ in installed package 2026-05-25 20:28:54 +02:00