Ghost/core/test/regression
Kevin Ansfield d645afb416 Removed all accesstokens and refreshtokens related code
no issue

- v0.1 is ☠️ so the access/refresh token based auth is no longer used
- removed all code related to the `accesstokens` and `refreshtokens` tables
- removed all `passport` related dependencies as it's no longer used
2019-09-12 15:45:27 +01:00
..
api Removed all accesstokens and refreshtokens related code 2019-09-12 15:45:27 +01:00
apps/subscribers Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
exporter Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
importer Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
migrations Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
models Removed all accesstokens and refreshtokens related code 2019-09-12 15:45:27 +01:00
site 🔒 Added admin:redirects config option for disabling admin redirects 2019-09-12 12:40:12 +01:00
update-check Fixed regression test 2019-05-02 21:04:16 +02:00
README.md Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00

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.