Ghost/ghost/core/test/e2e-webhooks
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
..
__snapshots__ Added sentiment ordering and include for posts (#15657) 2022-10-19 16:50:58 +02:00
members.test.js Added e2e tests for member.deleted webhook (#15570) 2022-10-12 14:35:24 +01:00
pages.test.js Added e2e tests for page.scheduled webhook (#15609) 2022-10-13 11:20:42 +01:00
posts.test.js Added e2e tests for post.tag.detached webhoo (#15610) 2022-10-13 11:53:18 +01:00
site.test.js Added e2e test for site.changed webhook event (#15595) 2022-10-13 11:05:31 +01:00
tags.test.js Added e2e tests for tag.edited webhook (#15555) 2022-10-12 20:00:04 +01:00