~bigbes/core-go

ref: a06a6247898ca95c63a7396423218c85f0e83ea3 core-go/webhooks/legacy_test.go -rw-r--r-- 3.3 KiB
3b553750 — Drew DeVault 4 years ago
webhooks: fix failing test
f44afb10 — Simon Ser 4 years ago
go fmt
33562018 — Drew DeVault 5 years ago
database.WithTx: rollback if func returns error

Previously, this only rolled back if the called function panicked. This
updates it to also roll back if the called function returns an error.
910a8619 — Drew DeVault 5 years ago
webhooks/legacy_test: verify headers are recorded
da1a806e — Drew DeVault 5 years ago
webhooks/legacy: address Postgres-specific issues
6d45601d — Drew DeVault 5 years ago
webhooks/legacy_test.go: style
03619ed2 — Drew DeVault 5 years ago
webhooks/legacy: update only affected delivery

Forgot to add this where clause, whoops!
af2afebd — Drew DeVault 5 years ago
Add legacy webhooks worker implementation