Ghost/ghost/core/test
Steve Larson e49021b7ea
🐛 Fixed default sort for the content API posts endpoint with included relations (#20333)
ref https://linear.app/tryghost/issue/CFR-31/
- when relations were included, erroneous logic resulted in the model's
default sort being applied
- the model default sort is not intended for the content API and
needlessly slowed down responses
- there's a change for users here that should be incredibly unlikely to
be hit; default sort is `published_at desc` which will be secondarily
sorted by `id desc` instead of `published_at desc, updated_at desc, id
desc`

This is a very significant performance improvement for content API
requests with includes for sites with a significant amount of data,
which will primarily impact those using Ghost as a CMS or theme {{#get}}
helpers.
2024-06-05 13:26:10 -05:00
..
e2e-api 🐛 Fixed default sort for the content API posts endpoint with included relations (#20333) 2024-06-05 13:26:10 -05:00
e2e-browser
e2e-frontend Fixed offer not found case during Stripe checkout (#20322) 2024-06-04 10:27:45 +00:00
e2e-server
e2e-webhooks
integration Added '@' internal link shortcut to editor (#20272) 2024-05-29 18:13:52 +01:00
regression
unit Renamed subtitle to excerpt (#20334) 2024-06-05 17:59:30 +01:00
utils Added JSDoc to stripe-mocker (#20282) 2024-05-29 17:38:24 -05:00
.eslintignore
.eslintrc.js