Ghost/ghost/collections/test
Fabien "egg" O'Carroll 9b2a94f931 Implemented "virtual" Collection for "latest"
refs https://github.com/TryGhost/Arch/issues/95

Rather than storing all of the relations between the latest collection and
posts, we know that it contains all posts. This means we don't have to keep the
collections posts in sync. Instead we can fetch them from the posts table. This
saves a lot of work during recalculation.
2023-09-22 19:05:37 +07:00
..
fixtures Implemented "virtual" Collection for "latest" 2023-09-22 19:05:37 +07: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 Implemented "virtual" Collection for "latest" 2023-09-22 19:05:37 +07: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