vikunja/pkg/web/handler
kolaente 48f7dafce3 feat(events): carry request metadata onto dispatched event messages
Adds a RequestMeta context bridge so events dispatched during an HTTP
request can be attributed to it: a middleware stashes IP/UA/request-id
on the request context, the generic Do* handlers associate that context
with the transaction key, and DispatchPending/DispatchWithContext copy
the metadata onto the watermill message at publish time. Existing
dispatch call sites are unchanged.
2026-06-12 08:56:08 +00:00
..
core.go feat(events): carry request metadata onto dispatched event messages 2026-06-12 08:56:08 +00:00
create.go refactor(handler): extract DoCreate from CreateWeb 2026-04-21 09:23:13 +00:00
delete.go refactor(handler): extract DoDelete from DeleteWeb 2026-04-21 09:23:13 +00:00
error.go refactor(handler): return domain error for forbidden instead of echo.HTTPError 2026-04-21 09:23:13 +00:00
helper.go refactor: centralize HTTP error handling (#2062) 2026-01-08 10:02:59 +00:00
read_all.go refactor(handler): extract DoReadAll from ReadAllWeb 2026-04-21 09:23:13 +00:00
read_one.go refactor(handler): extract DoReadOne from ReadOneWeb 2026-04-21 09:23:13 +00:00
update.go refactor(handler): extract DoUpdate from UpdateWeb 2026-04-21 09:23:13 +00:00