Ghost/test/regression/models
Fabien 'egg' O'Carroll 15b7485a94
Added Product model and Member model relation (#12859)
refs https://github.com/TryGhost/Team/issues/586

- Member model now has `products` relation, sorted using `sort_order`, following convention from `labels`
- Product model has handling to set `slug` from name, following convention of Label model
- Updated filter plugin to handle filtering Member models by their `product` relations e.g. `product:[slug, slug]`
2021-04-08 18:01:49 +01:00
..
base Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
model_member_stripe_customer_spec.js Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
model_members_spec.js Added Product model and Member model relation (#12859) 2021-04-08 18:01:49 +01:00
model_posts_spec.js 🐛 Fixed plaintext and excerpt fallbacks having incorrect URLs after domain change (#12811) 2021-03-23 16:56:14 +00:00
model_stripe_customer_subscription_spec.js Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
model_users_spec.js Fixed "no-shadow" linting in a test suite 2020-10-20 13:19:33 +13:00