0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/integration
Thibaut Patel f096e29922 Added the newsletters table
refs https://github.com/TryGhost/Team/issues/1433

- The `default` property stores whether a newsletter is set as default by the admin
- The `status` property stores whether a newsletter is archived or not
- The `recipient_filter` property is only storing whether a newsletter is "paid-only" or not for now, although it can be expanded to more specific filters in the future
- The `subscribe_on_signup` property stores whether a new member should be automatically signed up to the newsletter
- The `sort_order` property enables displaying the newsletter list in an order chosen by the admins
2022-03-29 15:23:26 +02:00
..
exporter Added the newsletters table 2022-03-29 15:23:26 +02:00
importer 🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972) 2022-01-14 13:37:20 +00:00
migrations Added integration test config & moved db-driven tests 2021-10-06 13:51:24 +01:00
settings Fixed bad setup call in settings integration test 2022-03-16 14:03:02 +00:00
url_service.test.js Removed unnecessary rewire call 2021-11-22 14:53:16 +04:00