zitadel/internal/api/grpc/user/v2
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
..
email_integration_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
email.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
otp_integration_test.go feat: add possibility to set an expiration to a session (#6851) 2023-11-06 10:48:28 +01:00
otp.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
passkey_integration_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
passkey_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
passkey.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
password_integration_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
password_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
password.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
phone_integration_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
phone.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
server.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
totp_integration_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
totp_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
totp.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
u2f_integration_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
u2f_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
u2f.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
user_integration_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user_test.go chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
user.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00