Ghost/ghost/collections/test/fixtures
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
..
posts.ts Improved type definitions 2023-07-27 16:33:16 +02:00
PostsRepositoryInMemory.ts Implemented "virtual" Collection for "latest" 2023-09-22 19:05:37 +07:00