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
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
members-with-mappings.csv
members-with-stripe-ids.csv
single-column-with-header.csv
valid-members-defaults.csv
valid-members-for-bulk-delete.csv
valid-members-import.csv
valid-members-labels.csv