0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/utils/fixtures/csv
Fabien O'Carroll e71114bb8f Added Members bulk actions endpoint
refs https://github.com/TryGhost/Team/issues/946

This adds the initial bulk actions endpoint used for the members
filtering feature. The idea is to eventually move bulk destroy into this
endpoint to and provide a consistent interface for applying bulk actions
to members.

The @tryghost/members-api package has been bumped to include the new
bulkEdit method.

The sinon.restore in tests was moved to an afterEach so that stubs did
not effect other tests.
2021-08-23 16:38:21 +02:00
..
members-duplicate-emails.csv Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
members-for-bulk-add-labels.csv Added Members bulk actions endpoint 2021-08-23 16:38:21 +02:00
members-for-bulk-unsubscribe.csv Added Members bulk actions endpoint 2021-08-23 16:38:21 +02:00
members-invalid-values.csv Updated canary members controller to use new Importer 2020-12-09 19:25:57 +00:00
members-with-mappings.csv
members-with-stripe-ids.csv
single-column-with-header.csv
valid-members-defaults.csv
valid-members-for-bulk-delete.csv Added DELETE /members/ to the Admin API for bulk member deletion (#12082) 2021-04-08 12:03:45 +01:00
valid-members-import.csv 🐛 Fixed ignored created_at and subscribed fields in Members API 2020-08-24 19:35:20 +12:00
valid-members-labels.csv Fixed tests with members labels 2020-08-12 17:02:08 +12:00