zitadel/internal/notification/types
Livio Spring 7a3ae8f499
fix(notifications): bring back legacy notification handling (#9015)
# Which Problems Are Solved

There are some problems related to the use of CockroachDB with the new
notification handling (#8931).
See #9002 for details.

# How the Problems Are Solved

- Brought back the previous notification handler as legacy mode.
- Added a configuration to choose between legacy mode and new parallel
workers.
  - Enabled legacy mode by default to prevent issues.

# Additional Changes

None

# Additional Context

- closes https://github.com/zitadel/zitadel/issues/9002
- relates to #8931
2024-12-06 10:56:19 +01:00
..
domain_claimed.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
email_verification_code_test.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
email_verification_code.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
init_code.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
invite_code.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
notification.go feat(notification): use event worker pool (#8962) 2024-11-27 15:01:17 +00:00
otp.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
password_change.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
password_code.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
passwordless_registration_link_test.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
passwordless_registration_link.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
phone_verification_code.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
security_token_event.go feat(OIDC): add back channel logout (#8837) 2024-10-31 15:57:17 +01:00
templateData.go feat: trusted (instance) domains (#8369) 2024-07-31 18:00:38 +03:00
types_test.go fix(notifications): bring back legacy notification handling (#9015) 2024-12-06 10:56:19 +01:00
user_email.go feat(notification): use event worker pool (#8962) 2024-11-27 15:01:17 +00:00
user_phone.go feat: Add Twilio Verification Service (#8678) 2024-09-26 09:14:33 +02:00
webhook.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
without_template.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00