Previously WebhookListener.Handle fetched matching webhooks with Find(&ws) without an explicit ORDER BY, so iteration order depended on the DB driver. Add ORDER BY id ASC so the fan-out order is stable for both project- and user-level webhooks, and update the sibling-blocking regression test to insert webhooks with explicit ids so its ordering assumption is robust to autoincrement state. |
||
|---|---|---|
| .. | ||
| integrations.go | ||
| main_test.go | ||
| user_webhook_test.go | ||
| webhook_multi_test.go | ||
| webhook_test.go | ||