webhooker/internal
clawbot 6c393ccb78
All checks were successful
check / check (push) Successful in 1m43s
fix: database target writes to dedicated archive table
The "database" target type now writes events to a separate
archived_events table instead of just marking the delivery as done.
This table persists independently of internal event retention/pruning,
allowing the data to be consumed by external systems or preserved
indefinitely.

New ArchivedEvent model copies the full event payload (method, headers,
body, content_type) along with webhook/entrypoint/event/target IDs.
2026-03-01 16:40:27 -08:00
..
config fix: remove dead DevAdminUsername/Password config (closes #22) 2026-03-01 16:36:36 -08:00
database fix: database target writes to dedicated archive table 2026-03-01 16:40:27 -08:00
delivery fix: database target writes to dedicated archive table 2026-03-01 16:40:27 -08:00
globals initial 2026-03-01 22:52:08 +07:00
handlers feat: add entrypoint/target management controls (closes #25) 2026-03-01 16:38:14 -08:00
healthcheck feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00
logger refactor: use slog.LevelVar for dynamic log levels 2026-03-01 16:01:44 -08:00
middleware fix: restrict CORS to same-origin (closes #23) 2026-03-01 16:36:56 -08:00
server fix: database target writes to dedicated archive table 2026-03-01 16:40:27 -08:00
session feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00