Ghost/test/e2e-api/admin/__snapshots__
Simon Backx ae54352a29
Created new stats service and stats API to get member count history (#14391)
refs TryGhost/Team#1458
refs TryGhost/Team#1459
refs TryGhost/Team#1372

- Added a new stats service, which is divided into several categories. Currently only the 'members' category for member related stats.
- When there are missing or corrupt members status events in the DB, the totals returned by the old member stats endpoint (`/members/stats/count`) were wrong. This is fixed in the new service by counting in reverse order and starting with the actual totals.
- New Stats API, with the new `/stats/members/count-history` endpoint.
- This new endpoint also returns the paid deltas -> dashboard 5.0 will show subscribed and canceled paid members for each day
- Includes tests for the new stats service and endpoint
2022-03-31 16:01:11 +02:00
..
emails.test.js.snap Added missing e2e emails API browse & retry tests 2022-03-28 17:32:58 +01:00
labels.test.js.snap Added labels test for empty browse response 2022-03-24 12:52:47 +00:00
mail.test.js.snap Added missing e2e mail API retry test 2022-03-28 17:32:57 +01:00
members-stripe-connect.test.js.snap Fixed members connect endpoint returning JSON 2022-03-24 17:09:23 +00:00
members.test.js.snap Fixed missing product name in API response when editing creating/editing subscriptions (#14339) 2022-03-18 16:06:38 +00:00
newsletters.test.js.snap Added the newsletters endpoint 2022-03-31 15:19:58 +02:00
offers.test.js.snap Added e2e tests for offers API (#14335) 2022-03-24 13:41:48 +01:00
session.test.js.snap Added tests for session API 2022-03-18 13:13:16 +00:00
settings.test.js.snap Added dashboardV5 feature flag 2022-03-21 16:56:34 +01:00
site.test.js.snap Moved site.test.js from regression to e2e-api 2022-02-11 16:24:00 +00:00
snippets.test.js.snap Updated snippets e2e tests to use new framework 2022-03-29 15:51:46 +01:00
stats.test.js.snap Created new stats service and stats API to get member count history (#14391) 2022-03-31 16:01:11 +02:00
tiers.test.js.snap Fixed tiers test with correct visibility (#14280) 2022-03-08 18:00:30 +05:30