vikunja/pkg/e2etests
kolaente ca7f82a5e5 fix(webhook): order matching webhooks by id for deterministic fan-out
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.
2026-04-09 09:26:04 +00:00
..
integrations.go feat: rename ServiceJWTSecret to ServiceSecret with deprecation (#2502) 2026-03-30 12:07:01 +02:00
main_test.go test: add e2e API test package with webhook pipeline verification 2026-03-05 12:49:27 +01:00
user_webhook_test.go test: add e2e tests for user-level webhooks 2026-03-08 19:45:53 +01:00
webhook_multi_test.go fix(webhook): order matching webhooks by id for deterministic fan-out 2026-04-09 09:26:04 +00:00
webhook_test.go test(webhook): add failing test for #2569 sibling webhook blocking 2026-04-09 09:26:04 +00:00