mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #2118] [CLOSED] fix(webhooks): handle event objects and add response tracking #1766
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2118
Author: @Gohst101
Created: 1/18/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
6fdec17Fix: Webhooks60f9aabadded webhook processing and migration comments📊 Changes
3 files changed (+80 additions, -4 deletions)
View changed files
📝
app/Jobs/ProcessWebhook.php(+33 -3)📝
app/Models/Webhook.php(+9 -1)➕
database/migrations/2026_01_17_225059_add_response_fields_to_webhooks_table.php(+38 -0)📄 Description
What didn't work:
Webhooks weren't working and failed with no error messages.
What I did:
Result:
Webhooks should work fine now with accurate error messages for debugging.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.