{{template "base" .}} {{define "title"}}Webhook Events - {{.App.Name}} - µPaaS{{end}} {{define "content"}} {{template "nav" .}}
Back to {{.App.Name}}

Webhook Events

{{if .Events}}
{{range .Events}} {{end}}
Time Event Branch Commit Status
{{.EventType}} {{.Branch}} {{if and .CommitSHA.Valid .CommitURL.Valid}} {{.ShortCommit}} {{else if .CommitSHA.Valid}} {{.ShortCommit}} {{else}} - {{end}} {{if .Matched}} {{if .Processed}} Matched {{else}} Matched (pending) {{end}} {{else}} No match {{end}}
{{else}}

No webhook events yet

Webhook events will appear here once your repository sends push notifications.

{{end}}
{{end}}