zitadel/internal/notification/handlers
Silvan b5564572bc
feat(eventstore): increase parallel write capabilities (#5940)
This implementation increases parallel write capabilities of the eventstore.
Please have a look at the technical advisories: [05](https://zitadel.com/docs/support/advisory/a10005) and  [06](https://zitadel.com/docs/support/advisory/a10006).
The implementation of eventstore.push is rewritten and stored events are migrated to a new table `eventstore.events2`.
If you are using cockroach: make sure that the database user of ZITADEL has `VIEWACTIVITY` grant. This is used to query events.
2023-10-19 12:19:10 +02:00
..
mock fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
already_handled.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
commands.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
config_filesystem.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
config_log.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
config_smtp.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00
config_twilio.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
ctx.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
gen_mock.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
handlers_integration_test.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
origin.go fix(notification): get origin from all relevant events and fix nil pointer (#6726) 2023-10-19 10:34:52 +02:00
queries.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
quota_notifier.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
telemetry_pusher_integration_test.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
telemetry_pusher.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
translator.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
user_notifier_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user_notifier.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00