~bigbes/core-go

ref: 0d5262dfd01e9138d2df7ae55a0ba93a7d1ed94e core-go/webhooks d---------
910a8619 — Drew DeVault 5 years ago
webhooks/legacy_test: verify headers are recorded
b98647b6 — Drew DeVault 5 years ago
Deduplicate webhook headers on subsequent attempts

This also updates the database with the final payload headers, including
the signature and nonce, which are generated afresh for each attempt.
70c7fe3b — Drew DeVault 5 years ago
webhooks/legacy: increase specificity of logging
d6bd006e — Drew DeVault 5 years ago
workers/legacy: correct Println with fmt directive
b7e39188 — Drew DeVault 5 years ago
Make worker logs less loud
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