Ghost/ghost/members-api/lib
Rishabh 3e13a6c562 Removed unused data from members identity data
refs https://github.com/TryGhost/Team/issues/909

The member identity data currently attaches several extra data points to member information which is not used/needed, and causes multiple DB queries on each page load when Portal requests for member via `/members/api/member` endpoint. This change removes all the unused data points on member - `labels`, `stripe_customer`, products`, `stripe_product` cutting DB queries in half.
2021-07-22 12:28:39 +05:30
..
controllers Added WellKnownController and exposed jwks.json 2021-07-19 13:51:58 +01:00
repositories Removed superfluous benefits relation fetch 2021-07-20 12:36:41 +01:00
services Removed usage of raw Error class 2021-07-14 14:17:38 +01:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Removed unused data from members identity data 2021-07-22 12:28:39 +05:30
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30