Ghost/core/server/data/schema
Kevin Ansfield 6a057fad99
Added /emails/:id/retry/ endpoint for retrying failed emails (#11410)
We want to allow admin users to trigger a retry of failed emails without having to go through the unpublish/republish dance.

- fixed resource identifier in email permissions migration so email permissions are added correctly
- added new email permissions migration so that beta releases can be upgraded without rollback (will be a no-op for any non-beta upgrades)
- added `/emails/:id/retry/` canary Admin API endpoint
  - follows same URL pattern as theme activation
  - only triggers mega service retry endpoint if the email has a `'failed'` status
2019-11-22 14:20:32 +00:00
..
clients Deleted unused pg.js module (#10928) 2019-07-22 12:11:19 +08:00
fixtures Added /emails/:id/retry/ endpoint for retrying failed emails (#11410) 2019-11-22 14:20:32 +00:00
checks.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
commands.js Fixed log usage for columnMigration command 2019-09-13 19:54:18 +05:30
default-settings.json Added new top-level bulk email settings 2019-11-13 22:29:31 +05:30
index.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema.js Improved mega error handling (#11393) 2019-11-15 18:25:33 +07:00