Ghost/ghost/core/test
Simon Backx d8187123af
Added storage for email failures (#15901)
fixes https://github.com/TryGhost/Team/issues/2332

Saves events in the database and collects error information.

Do note that we can emit the same events multiple times, and as a result
out of order. That means we should correctly handle that a delivered
event might be fired after a permanent failure. So a delivered event is
ignored if the email is already marked as failed. Also delivered_at is
reset to null when we receive a permanent failure.
2022-12-01 10:00:53 +01:00
..
e2e-api Fixed invalid query strings in tests 2022-11-30 13:31:06 +07:00
e2e-browser Added sample Portal test to PlayWright suite 2022-11-24 17:47:04 +00:00
e2e-frontend 🔒 Disabled editable relations by default 2022-11-28 18:40:26 +07:00
e2e-server Added email service package (#15849) 2022-11-21 10:29:53 +01:00
e2e-webhooks Reduced default post relations (#15798) 2022-11-15 10:17:26 +01:00
integration Added storage for email failures (#15901) 2022-12-01 10:00:53 +01:00
regression Increased timeout for the import job test 2022-11-30 13:25:18 +07:00
unit Added URL transform for image cards in Lexical documents (#15890) 2022-11-29 16:57:01 +00:00
utils Fixed verification trigger not working for large imports (#15887) 2022-11-28 18:22:10 +01: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