Ghost/ghost/core/test/integration/services
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
..
email-service 🐛 Fixed storing email failures with an empty message (#16260) 2023-02-13 15:25:36 +01:00
members 🐛 Fixed SingleUseTokens being cleared on boot (#15999) 2023-01-04 09:49:39 +01:00
last-seen-at-updater.test.js Reduced webhook calls when updating last_seen_at for email opens (#16008) 2022-12-14 17:50:42 +01:00
mailgun-email-suppression-list.test.js Moved email event fetching to main thread (#16231) 2023-02-09 09:36:39 +01:00
mega.test.js Added outbound link tagging setting (#16146) 2023-01-20 13:41:36 +01:00