zitadel/internal/actions/object
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
..
auth_request.go fix(actions): provide browser info and handle nil pointer (#5277) 2023-02-24 16:13:11 +01:00
http_request.go feat: add http request to interal and external authentication actions (#5103) 2023-01-26 10:40:49 +00:00
metadata.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
object.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
user_grant.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00