zitadel/internal/query
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
..
embed perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
projection chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
testdata perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
access_token.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
action_flow_test.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
action_flow.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
action_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
action.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
app_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
app.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
auth_request_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
auth_request.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
authn_key_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
authn_key.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
certificate_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
certificate.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
current_state_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
current_state.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
custom_text_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
custom_text.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
device_auth_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
device_auth.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
domain_policy_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
domain_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
event.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
failed_events_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
failed_events.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
iam_member_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
iam_member.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
idp_login_policy_link_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
idp_login_policy_link.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
idp_template_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
idp_template.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
idp_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
idp_user_link_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
idp_user_link.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
idp.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
instance_domain_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
instance_domain.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
instance_test.go fix(system-api): use distinct in intances filter query (#6867) 2023-11-07 06:12:16 +00:00
instance.go fix(system-api): use distinct in intances filter query (#6867) 2023-11-07 06:12:16 +00:00
introspection_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
introspection.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
key_test.go chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
key.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
label_policy.go feat: add attribute to only enable specific themes (#6798) 2023-10-26 05:54:09 +00:00
languages.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
limits_test.go feat: limit audit trail (#6744) 2023-10-25 11:42:00 +00:00
limits.go feat: limit audit trail (#6744) 2023-10-25 11:42:00 +00:00
lockout_policy_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
lockout_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
login_name.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
login_policy_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
login_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
mail_template.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
member_roles.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
member.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
message_text_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
message_text.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
milestone_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
milestone.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
notification_policy_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
notification_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
notification_provider_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
notification_provider.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
oidc_settings_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
oidc_settings.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
org_domain_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
org_domain.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
org_member_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
org_member.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
org_metadata_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
org_metadata.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
org_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
org.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
password_age_policy_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
password_age_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
password_complexity_policy_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
password_complexity_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
prepare_test.go feat: limit audit trail (#6744) 2023-10-25 11:42:00 +00:00
privacy_policy_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
privacy_policy.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
project_grant_member_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
project_grant_member.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project_grant_test.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project_grant.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project_member_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
project_member.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project_role_test.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project_role.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project_test.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
project.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
query_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
query.go feat: option to disallow public org registration (#6917) 2023-11-22 09:29:38 +00:00
quota_notifications_test.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
quota_notifications.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
quota_periods_test.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
quota_periods.go fix: set quotas (#6597) 2023-09-22 09:37:16 +00:00
quota_test.go feat: limit audit trail (#6744) 2023-10-25 11:42:00 +00:00
quota.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
restrictions_test.go feat: option to disallow public org registration (#6917) 2023-11-22 09:29:38 +00:00
restrictions.go feat: option to disallow public org registration (#6917) 2023-11-22 09:29:38 +00:00
search_query_test.go feat(user/v1): support composite queries (#6361) 2023-11-09 11:38:34 +01:00
search_query.go feat(user/v1): support composite queries (#6361) 2023-11-09 11:38:34 +01:00
secret_generator_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
secret_generators.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
security_policy.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
session.go feat: allow session deletion without session token (#6889) 2023-11-16 07:35:50 +01:00
sessions_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
sms_test.go feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
sms.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
smtp_test.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00
smtp.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00
user_auth_method_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user_auth_method.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user_grant_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user_grant.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user_membership_test.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
user_membership.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00
user_metadata_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user_metadata.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user_otp.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user_password.go Merge pull request from GHSA-7h8m-vrxx-vr4m 2023-11-08 14:19:13 +01:00
user_personal_access_token_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user_personal_access_token.go chore: correct tracing of trigger function (#6825) 2023-10-26 17:07:56 +02:00
user_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
user.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
userinfo_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
userinfo.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
zitadel_permission.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00