Ghost/ghost/recommendations/test
Simon Backx d2cb23c3fa
Wired up Docker setup script and increased data generation performance (#19420)
ref PROD-233

- Stored whether Docker is used in the config files
- When running `yarn setup`, any existing Docker container will be
reset. Run with `-y` to skip the confirmation step.
- `yarn setup` will always init the database and generate fake data
- Increased amount of default generated data to 100,000 members + 500
posts.
- Made lots of performance improvements in the data generator so we can
generate the default data in ±170s
2024-01-05 13:42:30 +00:00
..
.eslintrc.js Added recommendations CRUD api (#17845) 2023-08-29 15:06:57 +00:00
BookshelfClickEventRepository.test.ts Added full unit test coverage to recommendations package 2023-10-04 15:31:59 +02:00
BookshelfRecommendationRepository.test.ts Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00
BookshelfSubscribeEventRepository.test.ts Added full unit test coverage to recommendations package 2023-10-04 15:31:59 +02:00
IncomingRecommendationController.test.ts Added missing unit tests to the Recommendations package (#18489) 2023-10-04 21:52:22 +00:00
IncomingRecommendationEmailRenderer.test.ts Added full unit test coverage to recommendations package 2023-10-04 15:31:59 +02:00
IncomingRecommendationService.test.ts Wired up Docker setup script and increased data generation performance (#19420) 2024-01-05 13:42:30 +00:00
Recommendation.test.ts 🐛 Fixed adding recommendation with URL redirect breaking one-click-subscribe (#18863) 2023-11-03 15:02:45 +01:00
RecommendationController.test.ts 🐛 Fixed adding recommendation with URL redirect breaking one-click-subscribe (#18863) 2023-11-03 15:02:45 +01:00
RecommendationMetadataService.test.ts 🐛 Fixed adding recommendation with URL redirect breaking one-click-subscribe (#18863) 2023-11-03 15:02:45 +01:00
RecommendationService.test.ts 🐛 Fixed adding recommendation with URL redirect breaking one-click-subscribe (#18863) 2023-11-03 15:02:45 +01:00
UnsafeData.test.ts Added 100% unit test coverage for UnsafeData (#18443) 2023-10-03 11:01:29 +00:00
WellknownService.test.ts Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00