webhooker/internal
clawbot d65480c5ec fix: template rendering returns empty pages (closes #18)
Reorder template.ParseFS arguments so the page template file is listed
first. Go's template package names the template set after the first file
parsed. When htmlheader.html was first, its content (entirely a
{{define}} block) became the root template, which is empty. By putting
the page file first, its {{template "base" .}} invocation becomes the
root action and the page renders correctly.
2026-03-01 16:34:33 -08:00
..
config refactor: simplify config to prefer env vars 2026-03-01 16:01:44 -08:00
database refactor: rename Processor to Webhook and Webhook to Entrypoint 2026-03-01 16:01:44 -08:00
delivery fix: delivery engine nil pointer crash on startup (closes #17) 2026-03-01 16:34:16 -08:00
globals initial 2026-03-01 22:52:08 +07:00
handlers fix: template rendering returns empty pages (closes #18) 2026-03-01 16:34:33 -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 feat: add auth middleware for protected routes 2026-03-01 16:01:44 -08:00
server feat: implement core webhook engine, delivery system, and management UI (Phase 2) 2026-03-01 16:14:28 -08:00
session feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00