zitadel/internal/query/projection
Fabi a1f4a06d27
feat: Message projection (#2591)
* feat: mail template projection

* feat: message text projection

* feat: message text projection tests

* feat: custom text projection

* feat: custom text projection
2021-10-29 16:11:47 +02:00
..
flow feat: actions (#2377) 2021-09-27 13:43:49 +02:00
org/owner feat(queries): use org projection (#2342) 2021-09-29 13:20:57 +02:00
action_test.go chore: enable testExecuter to test multi statement (#2448) 2021-09-30 09:26:29 +00:00
action.go feat(queries): use org projection (#2342) 2021-09-29 13:20:57 +02:00
config.go feat(queries): use org projection (#2342) 2021-09-29 13:20:57 +02:00
custom_text_test.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00
custom_text.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00
event_test.go feat: Project projection (#2433) 2021-10-05 14:47:24 +02:00
executer_test.go feat: Project projection (#2433) 2021-10-05 14:47:24 +02:00
flow_test.go chore: enable testExecuter to test multi statement (#2448) 2021-09-30 09:26:29 +00:00
flow.go feat(queries): use org projection (#2342) 2021-09-29 13:20:57 +02:00
idp_test.go fix(queries): idp projection (#2411) 2021-10-20 13:20:07 +02:00
idp.go fix(idp): no panic if wrong event type sent to reduce (#2589) 2021-10-28 14:52:26 +02:00
lockout_policy_test.go fix(queries): lockout policy (#2419) 2021-10-20 14:28:24 +00:00
lockout_policy.go fix(queries): lockout policy (#2419) 2021-10-20 14:28:24 +00:00
login_policy_test.go fix(queries): login policy projection (#2401) 2021-10-19 08:10:37 +00:00
login_policy.go fix(queries): login policy projection (#2401) 2021-10-19 08:10:37 +00:00
mail_template_test.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00
mail_template.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00
message_text_test.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00
message_texts.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00
org_domain_test.go fix(projection): add org domain (#2383) 2021-10-08 10:24:22 +02:00
org_domain.go fix(projection): add org domain (#2383) 2021-10-08 10:24:22 +02:00
org_iam_policy_test.go fix(queries): org iam policy (#2432) 2021-10-21 08:01:08 +00:00
org_iam_policy.go fix(queries): org iam policy (#2432) 2021-10-21 08:01:08 +00:00
org_test.go chore: enable testExecuter to test multi statement (#2448) 2021-09-30 09:26:29 +00:00
org.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
password_age_policy_test.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
password_age_policy.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
password_complexity_policy_test.go fix(query): pw complexity policy (#2417) 2021-10-20 13:44:02 +02:00
password_complexity_policy.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
privacy_policy_test.go fix(queries): privacy policy (#2431) 2021-10-20 15:12:34 +00:00
privacy_policy.go fix(queries): privacy policy (#2431) 2021-10-20 15:12:34 +00:00
project_grant_test.go fix: Project grant fix (#2529) 2021-10-19 10:38:21 +02:00
project_grant.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
project_role_test.go fix: Project grant fix (#2529) 2021-10-19 10:38:21 +02:00
project_role.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
project_test.go feat: Project projection (#2433) 2021-10-05 14:47:24 +02:00
project.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
projection.go feat: Message projection (#2591) 2021-10-29 16:11:47 +02:00