Ghost/test/utils/fixtures
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
..
config Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
csv Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
data 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02:00
export Updated serializers/model layer validation using settings type 2020-06-30 17:38:36 +05:30
filter-param Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
images Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
import Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
settings Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
themes Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
data-generator.js Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
test.hbs Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00