Ghost/ghost/core
Naz 58a18d37ea Introduced PostEvent classes to make event handling less generic
refs https://github.com/TryGhost/Team/issues/3169

- When handling a single generic event the code becomes riddled with if statements to detect correct "data" that is being passed with the event. Switching to have a domain event per model event helps solving this problem and makes code more readable.
2023-06-27 12:52:10 +07:00
..
content 🎨 Updated Casper to v5.5.1 2023-06-23 15:12:56 +00:00
core Introduced PostEvent classes to make event handling less generic 2023-06-27 12:52:10 +07:00
test Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
.c8rc.e2e.json Split CI database tests into separate types 2023-05-22 19:34:17 +02:00
.c8rc.json Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
.eslintignore Updated .eslintignore list for core 2022-10-10 15:12:52 +07:00
.eslintrc.js Updated linting and migration comment to improve practices 2023-06-26 15:29:37 +02:00
.npmignore Updated .npmignore with new files 2022-11-30 12:40:47 +07:00
config.development.json
ghost.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00
index.js
jsconfig.json Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
loggingrc.js Added version information to log lines 2023-01-20 13:18:44 +01:00
MigratorConfig.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
package.json v5.53.1 2023-06-23 17:50:26 +00:00
playwright.config.js Separated admin and portal tests to different projects 2023-03-16 18:35:09 +04:00