Ghost/test/utils/fixtures/csv
naz 3a594ce22e
Improved error handling for batch inserted member records (#12146)
no issue

- When batch insert fails handling should be more granular and aim to retry and insert as many records from the batch as possible.  
- Added retry logic for failed member's batch inserts. It's a sequential insert for each record in the batch. This implementation was chosen to keep it as simple as possible
- Added filtering of "toCreate" records when member fails to insert. We should not try inserting related members_labels/members_stripe_customers/members_stripe_customer_subscriptions records because they would definitely fail insertion without associated member record
2020-08-20 17:41:47 +12:00
..
members-duplicate-emails.csv Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
members-invalid-values.csv Added validation layer to members import endpoint (#12131) 2020-08-17 23:28:57 +12:00
members-with-mappings.csv Added field mapping support for members import CSVs 2020-07-02 15:18:39 +12:00
members-with-stripe-ids.csv Added special handling for member import with Stripe connection 2020-06-09 23:02:38 +12:00
single-column-with-header.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-defaults.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-import.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-labels.csv Fixed tests with members labels 2020-08-12 17:02:08 +12:00