zitadel/e2e
Silvan 690147b30e
perf(eventstore): fast push on crdb (#9186)
# Which Problems Are Solved

The performance of the initial push function can further be increased

# How the Problems Are Solved

`eventstore.push`- and `eventstore.commands_to_events`-functions were
rewritten

# Additional Changes

none

# Additional Context

same optimizations as for postgres:
https://github.com/zitadel/zitadel/pull/9092
2025-01-15 14:55:48 +00:00
..
config perf(eventstore): fast push on crdb (#9186) 2025-01-15 14:55:48 +00:00
cypress fix(console): remove navigation flakiness (#8439) 2024-08-22 09:48:36 +02: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 fix(console): remove navigation flakiness (#8439) 2024-08-22 09:48:36 +02:00
docker-compose.yaml docs: fix reverse proxy guides (#9118) 2025-01-03 15:00:27 +01:00
package.json fix(console): remove navigation flakiness (#8439) 2024-08-22 09:48:36 +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
yarn.lock chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /e2e (#8960) 2024-12-16 08:12:28 +00:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down