Ghost/core
Kevin Ansfield c33b596e9c
Added API tests for custom theme settings (#13519)
refs https://github.com/TryGhost/Team/issues/1104

- bumped `@tryghost/custom-theme-settings-service` so it throws a more appropriate `ValidationError` when setting keys don't exist or a select value is not known
- changed the custom theme settings service to have a `.init()` method which creates an instance of the service under `.api` so that we're able to create the instance at a particular point in the boot process when we know the models have been initialised
  - there were problems in tests because the service was being initialised through the require chain before models were initialised through the boot process
- fixed incorrect `camelCase` of resource name in API responses
2021-10-08 16:18:49 +01:00
..
client@60af36f2d4 Updated Admin to v4.18.0 2021-10-08 16:00:25 +01:00
frontend Promoted email-only feature to general availability 2021-10-07 12:08:56 +02:00
server Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
shared Promoted email-only feature to general availability 2021-10-07 12:08:56 +02:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
bridge.js Added clarifying note to bridge 2021-09-30 15:43:39 +01:00