Ghost/ghost/email-service/test
Naz 1605198a1a
Added debug data dump to email service
closes https://github.com/TryGhost/Team/issues/3324

- When the recipients batch size is larger than the limit in addition to logging the error we need extra data to figure out what exactly is inside those `2000` or `3000` records causing faulty behavior.
- This change grabs all available models and dumps them into a file inside of the `content/data` folder. The code is temporary and should be removed once the problem is narrowed down
2023-05-30 21:32:01 +07:00
..
utils Fixed exporting post metrics without email 2023-03-28 12:41:32 +02:00
.eslintrc.js Added email service package (#15849) 2022-11-21 10:29:53 +01:00
batch-sending-service.test.js Added debug data dump to email service 2023-05-30 21:32:01 +07:00
email-controller.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
email-event-processor.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
email-event-storage.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
email-renderer.test.js Fixed duplicate images in Outlook for dark/light mode 2023-04-05 12:58:11 +02:00
email-segmenter.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
email-service.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
mailgun-email-provider.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
sending-service.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00