Ghost/ghost/collections/test
Naz 367584f1c2 Optimized PostEditedEvent processing in collections
refs https://github.com/TryGhost/Arch/issues/86

- When PostEditedEvent data contains no visible changes we can skip the matching collections update process alltogether. Each call to `updatePostInMatchingCollections` creates a transaction in addition to fetching all collections. There's no need to process anything when there are no relevant changes in the post edit!
2023-09-08 13:46:44 +08:00
..
fixtures
.eslintrc.js
Collection.test.ts
collections.test.ts Optimized PostEditedEvent processing in collections 2023-09-08 13:46:44 +08:00
RepositoryUniqueChecker.test.ts
TagDeletedEvent.test.ts