Commit Graph

3 Commits

Author SHA1 Message Date
codegen-sh[bot] 37a6a791f2 feat: implement order-of-magnitude test performance improvements
- Replace expensive TRUNCATE CASCADE with transaction rollback strategy (5-10x speedup)
- Add SQLite in-memory database support for unit tests (10-100x speedup)
- Optimize Jest configuration for better parallelization (75% workers)
- Add comprehensive performance monitoring and metrics
- Create fast test execution modes (test:fast, test:unit, test:integration)
- Add detailed performance optimization documentation

Expected combined performance improvement: 10-50x faster test execution
2025-07-16 13:39:51 +00:00
Tom Moor 60e52d0423 Separate environment configs (#6597)
* Separate environment configs

* wip

* wip

* test

* plugins

* test

* test

* .sequelizerc, unfortunately can't go through /utils/environment due to not supporting TS

* docker-compose -> docker compose

* fix: .local wipes .development

* Add custom validation message for invalid SECRET_KEY (often confused)
2024-02-27 09:24:23 -08:00
Tom Moor 89537aabc3 Vendorize prosemirror-recreate-transform (#5861) 2023-09-21 05:44:23 -07:00