No description
Find a file
caoimhinr 87f5993149 fix: show child count badge for filtered-out children; fetch missing child details in sidepane
Children outside the active status filter weren't in the local tickets array, causing
the row-level child count/toggle to be hidden and the sidepane to fall back to "#ID"
labels. Count badge now uses t.child_ids.length directly; sidepane fetches any missing
children via /api/tickets/{id} asynchronously.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 09:15:24 +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: show child count badge for filtered-out children; fetch missing child details in sidepane 2026-05-27 09:15:24 +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 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 feat: add environment_id to update_ticket MCP tool 2026-05-26 22:01:52 +00:00
pyproject.toml fix: include templates/ and static/ in installed package 2026-05-25 20:28:54 +02:00