zitadel/internal/notification/handlers
Tim Möhlmann 2f91679623
chore(Makefile): add go generate target (#6944)
This change adds a core_generate_all make target.
It installs the required tools and runs generate on the complete project.

`golang/mock` is no longer maintained and a fork is available
from the Uber folks. So the latter is used as tool.
All the mock files have been regenerated and are part of the PR.

The obsolete `tools` directory has been removed,
as all the tools are now part of specific make targets.

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-11-22 10:56:43 +00:00
..
mock chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +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 perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
quota_notifier_test.go feat: add activity logs on user actions with authentication, resource… (#6748) 2023-10-25 12:09:15 +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 chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
user_notifier.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00