Ghost/ghost/core
Rishabh c5abef057c Stored new source data for emails
refs https://github.com/TryGhost/Team/issues/2280
refs 9b0c21e0a2

As part of the email stability work, we added new `source` and `source_type` columns to `email` table, which allows us to store the email source information. The source for all existing emails before the stability work was always `html`, while newer emails will store `mobiledoc` or `lexical` directly.

While the `source` for all existing emails was populated with the `html` as part of above migration, we also need to store the right `source` for all new emails created till the feature is under a flag.

This change updates the current email flow to also store `source` with html data, so it can be used in future with new email service and allows removing old `html` column.
2022-11-24 16:08:02 +05:30
..
content 🎨 Updated Casper to v5.4.1 2022-11-18 15:00:49 +00:00
core Stored new source data for emails 2022-11-24 16:08:02 +05:30
test Improved Sentry server side error reporting 2022-11-23 12:37:24 +00:00
.c8rc.e2e.json Introduced separate config for e2e tests 2022-11-17 09:58:39 +07:00
.c8rc.json Introduced separate config for e2e tests 2022-11-17 09:58:39 +07:00
.eslintignore
.eslintrc.js
.gitignore
.npmignore
config.development.json
ghost.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Update dependency bson-objectid to v2.0.4 2022-11-24 11:24:07 +07:00
playwright.config.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00