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 Removed unnecessary getBulk in PostsRepository 2023-08-01 15:11:00 +08:00
.eslintrc.js
Collection.test.ts Validated filters for collections 2023-08-23 15:49:06 +07:00
collections.test.ts Optimized PostEditedEvent processing in collections 2023-09-08 13:46:44 +08:00
RepositoryUniqueChecker.test.ts
TagDeletedEvent.test.ts