Ghost/test/regression
Fabien 'egg' O'Carroll d15446593a
Added support for ON DELETE CASCADE to the schema (#12105)
no-issue

We are in the process of creating migrations to add foreign key constraints
and cascading deletes to the members_stripe_* tables to make listing members
and deleting members faster. As well as the migrations we need to update the
database schema so that new installations have the correct indexes and constraints.

Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2020-08-05 13:20:30 +02:00
..
api Fixed integration_id assignment for webhook when creating through API key auth 2020-08-04 16:43:24 +12:00
exporter
importer 🐛 Fixed importing Stripe Plans with amount 0 (#12062) 2020-07-20 14:59:23 +02:00
migrations
models Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
settings Added new stripe webhook settings (#12028) 2020-07-10 16:26:06 +02:00
site 🐛 Fixed edit link for staff members 2020-07-21 12:28:50 +01:00
update-check
README.md

Regression Tests

This folder should contain packages which we test in a cron job once per day. These tests should ensure that we don't break Ghost.

The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.