Ghost/ghost/collections/test
Naz c733424cc5 Fixed collections ordering
refs https://github.com/TryGhost/Arch/issues/25

- When run against different DB Engines the returned order of collections belonging to a post is not consistent (SQLite vs MySQL). Having a primitive ordering by slug allows to keep the order compatible
2023-07-17 18:43:21 +08:00
..
fixtures Added collection's posts fetching to collections lib 2023-06-13 17:23:09 +07:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
Collection.test.ts Changed "index" collection name to "latest" 2023-07-17 18:43:21 +08:00
collections.test.ts Fixed collections ordering 2023-07-17 18:43:21 +08:00
RepositoryUniqueChecker.test.ts Ensured uniqueness of slug in collections 2023-06-29 01:40:05 +01:00