Ghost/ghost/core/test/unit/server
Simon Backx 076e3c02b2
Added linking between member and subscription created events (#15693)
fixes https://github.com/TryGhost/Team/issues/2160

- Adds a `batch_id` to both events that contain the same ID if they were created at the same time.
- Removes duplicate signup/conversion events using the batch_id
- Requires an update in mongo-knex to work (refs https://ghost.slack.com/archives/C02G9E68C/p1666773313272409?thread_ts=1666767872.375009&cid=C02G9E68C)
- Some dependencies needed an update to load the latest mongo-knex
- Added tiers to membersUtils, loaded on startup (we can start to use this instead of fetching it every time)
2022-10-27 11:44:19 +02:00
..
adapters Added basic memory cache storage implementation 2022-08-05 02:28:33 +12:00
data Added linking between member and subscription created events (#15693) 2022-10-27 11:44:19 +02:00
lib Added rendering of posts.lexical to posts.html when saving (#15416) 2022-09-15 16:49:14 +01:00
models Added post_id filter and total to activity feed API (#15650) 2022-10-18 15:52:04 +02:00
services Added endpoint for fixing newsletter links 2022-10-20 17:50:02 +05:30
web Moved Cache-Control middleware to separate package 2022-08-11 14:14:20 +02:00
notify.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
overrides.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00