vikunja/pkg/events
kolaente 9da51f5096 refactor(events): pass context to DispatchPending directly
Every DispatchPending caller either has the request context in scope or
is genuinely request-less, so passing it as a parameter replaces the
stored-context mechanism on the pending queue and satisfies
contextcheck. Also fixes lint findings in the audit package.
2026-06-12 08:56:08 +00:00
..
events.go refactor(events): pass context to DispatchPending directly 2026-06-12 08:56:08 +00:00
events_test.go refactor(events): pass context to DispatchPending directly 2026-06-12 08:56:08 +00:00
listeners.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
request_meta.go feat(events): carry request metadata onto dispatched event messages 2026-06-12 08:56:08 +00:00
testing.go feat: add InitEventsForTesting and Unfake for real event dispatch in tests 2026-03-05 12:49:27 +01:00