Ghost/ghost/core/test/e2e-api
Simon Backx 6380b82793
Added sentiment ordering and include for posts (#15657)
fixes https://github.com/TryGhost/Team/issues/2090

- This changes how sentiment is exposed in the API. Now it is exposed as a `sentiment` relation, directly on the model (no longer in counts). Internally we still use `count.sentiment`.
- Content API users (and themes) can include the 'sentiment' relation and order by sentiment.
- Updated Admin to use sentiment instead of count.sentiment
2022-10-19 16:50:58 +02:00
..
admin Added sentiment ordering and include for posts (#15657) 2022-10-19 16:50:58 +02:00
content Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00
members Added post_id filter and total to activity feed API (#15650) 2022-10-18 15:52:04 +02:00
members-comments Added temporary fix for random test failures in comments 2022-09-14 17:02:13 +02:00
shared Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00