Ghost/ghost/core/test/unit
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
..
api Prevented pages content api queries from returning mobiledoc or lexical fields (#20454) 2024-06-24 15:17:45 +00:00
frontend 🐛 Fixed inability to override accent color variable via code injection 2024-06-20 20:47:11 +01:00
server Added composite index to posts table for type,status (#20437) 2024-06-24 09:13:20 -05:00
shared Added integrity test for flags (#20094) 2024-04-29 02:39:15 +00:00