Ghost/ghost/core/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
..
e2e-api Implemented "virtual" Collection for "latest" 2023-09-22 19:05:37 +07:00
e2e-browser Added Playwright tests for donations (#17699) 2023-08-15 15:20:18 +02:00
e2e-frontend Added newsletter payload serializer 2023-09-13 13:18:43 +08:00
e2e-server Disabled network retries for webmentions in tests (#18269) 2023-09-21 16:17:05 +02:00
e2e-webhooks Trimmed down Members Admin API response data 2023-09-13 13:18:43 +08:00
integration 🐛 Fixed collection card post excerpts (#18232) 2023-09-19 23:12:57 +00:00
regression Added new setting to enable Recommendations (#17856) 2023-08-30 08:56:21 +00:00
unit Updated page metadata to use author image over cover image (#17689) 2023-09-15 16:07:06 +02:00
utils Added page html reset and re-render to handle dynamic collection card content (#18265) 2023-09-21 14:51:08 +00:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00