Delivery failures are invisible in the UI: nothing renders status_code, response_body, error or attempt_num #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
delivery_resultsstoresstatus_code,response_body,error,durationandattempt_num, and no template renders any of it. A grep oftemplates/finds noStatusCode,ResponseBodyorAttempt. The event log renders only{{.Target.Name}}: {{.Status}}(templates/source_logs.html:26-30), so a failure readsecho-sink: failedand nothing else.Diagnosing why a delivery failed currently requires opening the per-webhook SQLite file by hand. For a store-and-forward proxy that is the first question an operator asks, so this is a 1.0 gap rather than a polish item.
Related but distinct: #107 covers terminal-state correctness in the engine. This issue is purely the read path.
Definition of done: