Files
upaas/templates/webhook_events.html
clawbot e3bd3202bb
All checks were successful
Check / check (pull_request) Successful in 5s
feat: add webhook event history UI page
Add a per-app webhook event history page at /apps/{id}/webhooks that
displays received webhook events with their match/no-match status,
event type, branch, commit SHA (linked to commit URL when available),
and timestamp.

Changes:
- Add webhook_events.html template following existing UI patterns
- Add HandleAppWebhookEvents handler in webhook_events.go
- Register GET /apps/{id}/webhooks route
- Register webhook_events.html in template cache
- Add ShortCommit() method to WebhookEvent model
- Add 'Event History' link to app detail Webhook URL section
2026-03-10 04:19:18 -07:00

3.2 KiB