]> BookStack Code Mirror - bookstack/commit
Added timeout and debugging statuses to webhooks
authorDan Brown <redacted>
Mon, 3 Jan 2022 19:42:48 +0000 (19:42 +0000)
committerDan Brown <redacted>
Mon, 3 Jan 2022 19:42:48 +0000 (19:42 +0000)
commit00eedafbfdf2e60c7ffebb7e7ccf2a65ffa75b51
tree48b4d5c1436a9701b39881a7cd3a2cfa6a5a95d1
parent6e18620a0a3524917adb27b0d0a3a914c1499080
Added timeout and debugging statuses to webhooks

- Added a user-configurable timeout option to webhooks.
- Added webhook fields for last-call/error datetime, in addition to last
  error string, which are shown on  webhook edit view.

Related to #3122
13 files changed:
app/Actions/DispatchWebhookJob.php
app/Actions/Webhook.php
app/Http/Controllers/WebhookController.php
database/factories/Actions/WebhookFactory.php
database/migrations/2022_01_03_154041_add_webhooks_timeout_error_columns.php [new file with mode: 0644]
resources/lang/en/common.php
resources/lang/en/settings.php
resources/views/form/number.blade.php [new file with mode: 0644]
resources/views/settings/roles/form.blade.php [deleted file]
resources/views/settings/webhooks/create.blade.php
resources/views/settings/webhooks/edit.blade.php
resources/views/settings/webhooks/parts/form.blade.php
tests/Actions/WebhookCallTest.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.