Ghost/ghost/core/test
Steve Larson b10b81b7d7
Prevented pages content api queries from returning mobiledoc or lexical fields (#20454)
ref https://linear.app/tryghost/issue/CFR-43/
ref 9d9a421

We recently stopped `select *` from posts when making Content API
requests. This is now being applied to the pages endpoint to help
improve performance. These fields were already being stripped out in the
output serializer, and they will now no longer be returned from the db
at all, reducing the amount of data transferred.
2024-06-24 15:17:45 +00:00
..
e2e-api Moved internal linking feature out of beta 2024-06-20 17:50:11 +01:00
e2e-browser
e2e-frontend
e2e-server Fixed race condition when updating member's last_seen_at timestamp (#20389) 2024-06-18 20:03:32 -07:00
e2e-webhooks
integration Refined newsletter typography (#20406) 2024-06-19 11:57:29 +02:00
regression
unit Prevented pages content api queries from returning mobiledoc or lexical fields (#20454) 2024-06-24 15:17:45 +00:00
utils Fixed handling SVG files with missing tag 2024-06-18 14:41:11 +02:00
.eslintignore
.eslintrc.js