Ghost/ghost/core/test
Fabien "egg" O'Carroll db488b4124 Optimised the storage of collection posts relations
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.
2023-09-22 18:32:17 +07:00
..
e2e-api Optimised the storage of collection posts relations 2023-09-22 18:32:17 +07:00
e2e-browser Added Playwright tests for donations (#17699) 2023-08-15 15:20:18 +02:00
e2e-frontend Added newsletter payload serializer 2023-09-13 13:18:43 +08:00
e2e-server Disabled network retries for webmentions in tests (#18269) 2023-09-21 16:17:05 +02:00
e2e-webhooks Trimmed down Members Admin API response data 2023-09-13 13:18:43 +08:00
integration 🐛 Fixed collection card post excerpts (#18232) 2023-09-19 23:12:57 +00:00
regression Added new setting to enable Recommendations (#17856) 2023-08-30 08:56:21 +00:00
unit Updated page metadata to use author image over cover image (#17689) 2023-09-15 16:07:06 +02:00
utils Added page html reset and re-render to handle dynamic collection card content (#18265) 2023-09-21 14:51:08 +00:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00