Ghost/ghost/members-api/lib/repositories
Thibaut Patel d7673bb1ef Moved the event filtering to the database queries
refs https://github.com/TryGhost/Team/issues/1277

- In `getEventTimeline` we filter to only perform the relevant queries, passing to each query function the filters (subset of NQL)
- In each query function, we rewrite the filters to adapt them to the internal data shape.
- We need to do this rewrite to allow API consumers to create filters based on the output on the API instead of the internal data structure.
- Added partial unit tests as there is a lot of repetition between the query functions.
2022-01-25 12:20:34 +01:00
..
event.js Moved the event filtering to the database queries 2022-01-25 12:20:34 +01:00
member.js Restricted Members from being given archived Tiers 2022-01-24 11:45:54 +02:00
product.js Removed archived Tiers from Portal display 2022-01-24 13:13:48 +02:00