zitadel/internal/api/grpc/user/v2
Silvan b5564572bc
feat(eventstore): increase parallel write capabilities (#5940)
This implementation increases parallel write capabilities of the eventstore.
Please have a look at the technical advisories: [05](https://zitadel.com/docs/support/advisory/a10005) and  [06](https://zitadel.com/docs/support/advisory/a10006).
The implementation of eventstore.push is rewritten and stored events are migrated to a new table `eventstore.events2`.
If you are using cockroach: make sure that the database user of ZITADEL has `VIEWACTIVITY` grant. This is used to query events.
2023-10-19 12:19:10 +02: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(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00: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 fix: add userID to intent responses (#6566) 2023-09-25 05:21:50 +00:00
user.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00