Ghost/ghost/core/test/integration
Simon Backx 48f9485f46
🐛 Fixed storing email failures with an empty message (#16260)
no issue

- When we receive an email failure with an empty message, the saving of
the model would fail because of schema validation that requires strings
to be non-empty.
- This adds more logging to the email analytics service to help debug
future issues
- Performance improvement to storing delivered, opened and failed emails
by replacing COALESCE with WHERE X IS NULL (tested and should give a
decent performance boost locally).
2023-02-13 15:25:36 +01:00
..
exporter Added mentions database table (#16150) 2023-01-20 19:08:07 +08:00
importer Added Revue Importer (#16012) 2022-12-15 17:22:54 +00:00
migrations Added mentions permissions (#16200) 2023-01-31 16:40:44 +08:00
services 🐛 Fixed storing email failures with an empty message (#16260) 2023-02-13 15:25:36 +01:00
settings
url_service.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00