mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #728] [MERGED] Listen to more framework webhook events #929
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/728
Author: @pelican-vehikl
Created: 11/27/2024
Status: ✅ Merged
Merged: 12/13/2024
Merged by: @lancepioch
Base:
main← Head:update-webhook-events📝 Commits (5)
bba78c5Add new framework events to listen toce1ad0fAdd simple test for framework events87d8066Update app/Models/WebhookConfiguration.phpd150c21Update app/Models/WebhookConfiguration.php0dc3904Update app/Models/WebhookConfiguration.php📊 Changes
3 files changed (+52 additions, -8 deletions)
View changed files
📝
app/Models/WebhookConfiguration.php(+35 -8)📝
app/Providers/EventServiceProvider.php(+2 -0)📝
tests/Feature/Webhooks/DispatchWebhooksTest.php(+15 -0)📄 Description
Listen to events from both:
Illuminate/Auth/EventsandIlluminate/Queue/Eventsnow too!🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.