Incident started_at is stored as an isoformat string, not a timestamp; Date range bounds compared by type and returned zero rows. Bounds are now ISO strings in the same +00:00 shape.
Incident `started_at` is stored as an isoformat string, not a timestamp; Date range bounds compared by type and returned zero rows. Bounds are now ISO strings in the same `+00:00` shape.
Frontend-only; not typechecked locally (no Node).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Incident started_at is an isoformat() string (incident_correlator.py,
routers/incidents.py), not a Firestore timestamp like calls. The range
bounds were Dates, which Firestore compares by type, so any date range
returned zero incidents. Bounds are now UTC ISO strings in the same
"+00:00" shape, which order lexicographically by time.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
logan
merged commit e79b8bc37d into main2026-09-24 01:15:32 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Incident
started_atis stored as an isoformat string, not a timestamp; Date range bounds compared by type and returned zero rows. Bounds are now ISO strings in the same+00:00shape.Frontend-only; not typechecked locally (no Node).
🤖 Generated with Claude Code