Ghost/ghost/core/test
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
..
e2e-api Added e2e tests for updating Mentions 2023-02-13 19:09:31 +07:00
e2e-browser Fixed Playwright test not awaiting Stripe setup 2023-01-31 11:26:42 +01:00
e2e-frontend Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
e2e-server moved sending mentions to job (#16234) 2023-02-08 16:29:12 -06:00
e2e-webhooks Added mention_notifications column (#16242) 2023-02-09 16:15:54 +08:00
integration 🐛 Fixed storing email failures with an empty message (#16260) 2023-02-13 15:25:36 +01:00
regression Added mention_notifications column (#16242) 2023-02-09 16:15:54 +08:00
unit 🐛 Fixed subscriptions visible as "Active" within Ghost Admin (#16255) 2023-02-13 13:07:53 +01:00
utils Fixed rate limit test (#16258) 2023-02-13 15:16:56 +08:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00