Preserve deployment verification objects #64
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/dashboard-verification-json"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix the HTTP 500 on the project dashboard. PostgreSQL now stores verification evidence as a JSON object, old string values are normalized, and the renderer handles persisted legacy values defensively.
The red regression test reproduces the production BadMapError. The full local check passes.