Ghost/ghost/collections/test
Fabien "egg" O'Carroll 45c1a82909 Forced "latest" Collection Entity to have no posts
refs https://github.com/TryGhost/Arch/issues/95

We're going to be treating the "latest" Collection as a "virtual" Collection
where we will hydrate the posts from the posts repository. This will allow for
more performant queries, and less work to keep the "latest" Collection in sync
2023-09-22 19:05:37 +07:00
..
fixtures Removed unnecessary getBulk in PostsRepository 2023-08-01 15:11:00 +08:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
Collection.test.ts Forced "latest" Collection Entity to have no posts 2023-09-22 19:05:37 +07:00
collections.test.ts Removed post delete related event handling 2023-09-15 13:50:25 +08:00
RepositoryUniqueChecker.test.ts Ensured uniqueness of slug in collections 2023-06-29 01:40:05 +01:00
TagDeletedEvent.test.ts Added TagDeletedEvent 2023-07-26 12:54:42 +02:00