zitadel/e2e
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
..
config feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
cypress feat(console): only use one save button in SMTP Settings (#6561) 2023-10-09 11:14:17 +00:00
.gitignore feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
.prettierignore feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
.prettierrc.json feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
cypress.config.ts feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
docker-compose.yaml chore: improve development for non-Linux contributors (#5288) 2023-02-28 17:49:19 +00:00
package-lock.json chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /e2e (#5180) 2023-02-17 08:01:23 +00:00
package.json test(quotas): test exhausted cookie handling (#5788) 2023-05-22 16:32:50 +02:00
README.md ci(e2e): Run Tests in Pipelines (#3903) 2022-08-05 20:00:46 +02:00
tsconfig.json docs(contributing): Update contributing guide (#3729) 2022-08-26 19:39:15 +02:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down