Ghost/test/regression/api/v3/admin
Naz 37ef40b46e Dropped support for labs setting parameter
refs https://github.com/TryGhost/Ghost/issues/10318

- `labs` setting is dropped from setting values as the use of JSON objec
to sore settings has been deprecated
- `labs` setting is no longer accepted as a paramter in the Settings API nor the
impoprter. The value is ignored if present in the POST/PUT requests and
returns 404 in case it is requested by key at `GET /settings/:key`
2021-02-17 19:55:16 +13:00
..
authentication_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
db_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
identities_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
images_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
labels_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
members_signin_url_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
members_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
notifications_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
pages_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
posts_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
redirects_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
schedules_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
settings_spec.js Dropped support for labs setting parameter 2021-02-17 19:55:16 +13:00
slack_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
users_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
utils.js 🏗 Altered slug unique constraint in posts table 2021-02-09 13:31:12 +13:00
webhooks_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00