0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/api-acceptance/admin
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
..
actions.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
config.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
db.test.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
email_preview.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
emails.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
images.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
integrations.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
invites.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
key_authentication.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
labels.test.js 🐛 Fixed API errors when including member counts for labels 2021-07-09 19:51:17 +05:30
mail.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
members.test.js Added Members bulk actions endpoint 2021-08-23 16:38:21 +02:00
notifications.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
oembed.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
pages.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
posts.test.js Added email_only column to posts_meta table 2021-08-05 19:44:35 +12:00
roles.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
slugs.test.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
snippets.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
tags.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
themes.test.js Fixed test for overriding active theme 2021-07-11 20:02:32 +01:00
users.test.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
utils.js Added email_only column to posts_meta table 2021-08-05 19:44:35 +12:00
webhooks.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00