Ghost/ghost/members-api/lib/repositories
Thibaut Patel c65a9e0bb2 Moved the getEventTimeline filtering in memory
refs https://github.com/TryGhost/Team/issues/1277

- Doing a filtered DB query wasn't a good solution because we query several tables with different shapes.
- Filtering in memory is done with the NQL library
- Removed the side-effect of changing options.filter for each query, now that options.filter will already contain NQL
- The filtering is done in the reduce function to avoid looping one more time over the in-memory events
2022-01-21 17:56:15 +01:00
..
event.js Moved the getEventTimeline filtering in memory 2022-01-21 17:56:15 +01:00
member.js Handled new type column for tiers (#356) 2022-01-17 23:02:02 +05:30
product.js Removed stripe_prices from Products API 2022-01-20 17:47:50 +02:00