mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
c638863cb9
* Extended webhooks schema/model and connected with integrations refs #9942 - Updated webhooks schema with new columns - name, integration_id, secret, last_triggered_at, api_version - Updated webhooks and integration model to map relationships - Updated schema hash - Updated test utils to exclude new webhooks columns for response comparison * Added migration script for new webhooks columns refs #9942 - Added migration script in 2.3 to add new columns to webhooks * Updated schema hash * Updated maxLength for api_version in schema * Removed concurrency value from migration script * Added defaults for webhooks model * Added status field to webhooks for last trigger status * Updated schema hash * Fixed tests with status field * Removed concurrency value in migration script * Cleanup * Updated schema with new fields - last_triggered_status, last_triggered_error |
||
---|---|---|
.. | ||
authentication_spec.js | ||
configuration_spec.js | ||
db_spec.js | ||
error_spec.js | ||
invites_spec.js | ||
notifications_spec.js | ||
oembed_spec.js | ||
posts_spec.js | ||
public_api_spec.js | ||
redirects_spec.js | ||
roles_spec.js | ||
schedules_spec.js | ||
settings_spec.js | ||
slugs_spec.js | ||
spam_prevention_spec.js | ||
subscribers_spec.js | ||
tags_spec.js | ||
themes_spec.js | ||
upload_icon_spec.js | ||
upload_spec.js | ||
users_spec.js | ||
utils.js | ||
webhooks_spec.js |