mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
db488b4124
refs https://github.com/TryGhost/Arch/issues/95 Rather than a big nested loop to reconcile the in-memory vs. persisted PostCollections we can instead use the events to know which rows we have to delete and which we have to insert. This removes a tonne of work. This implementation isn't perfect, and misses cases where the same post is added and removed, our use-cases don't currently support that however. |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
newrelic.js | ||
package.json | ||
playwright.config.js |