Ghost/ghost/members-api
Simon Backx a01fb5f1aa
Added post_id filter and total to activity feed API (#15650)
fixes https://github.com/TryGhost/Team/issues/2091
fixes https://github.com/TryGhost/Team/issues/2089

- Added new fixtures to make testing easier for the activity feed
- Improved E2E test coverage of activity feed with separate test file
- Added data.post_id filter to enable filtering by events related to a
given post
- Fixed return types in JSDoc of test agents (TypeScript interprets
these as `typeof Agent` if we don't add `InstanceType<Agent>`)
- Added total pagination metadata to activity feed API (to allow a basic
type of pagination using filters)
2022-10-18 15:52:04 +02:00
..
lib Added post_id filter and total to activity feed API (#15650) 2022-10-18 15:52:04 +02:00
test Wired events for triggering email alerts for subscription creation/cancellation 2022-09-10 11:06:34 +05:30
.eslintrc.js
.gitignore
index.js
package.json Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00