[PR #728] [MERGED] Listen to more framework webhook events #928

Closed
opened 2026-02-05 17:58:48 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: update-webhook-events


📝 Commits (5)

  • bba78c5 Add new framework events to listen to
  • ce1ad0f Add simple test for framework events
  • 87d8066 Update app/Models/WebhookConfiguration.php
  • d150c21 Update app/Models/WebhookConfiguration.php
  • 0dc3904 Update 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/Events and Illuminate/Queue/Events now too!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/728 **Author:** [@pelican-vehikl](https://github.com/pelican-vehikl) **Created:** 11/27/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `update-webhook-events` --- ### 📝 Commits (5) - [`bba78c5`](https://github.com/pelican-dev/panel/commit/bba78c5b53ea5f0a181cea447c45bd46c885c886) Add new framework events to listen to - [`ce1ad0f`](https://github.com/pelican-dev/panel/commit/ce1ad0fa14acef508e8627b3a09613d9a3fbd83a) Add simple test for framework events - [`87d8066`](https://github.com/pelican-dev/panel/commit/87d8066bd4f390cf7ca6d8a646fbfe83dcc7b69b) Update app/Models/WebhookConfiguration.php - [`d150c21`](https://github.com/pelican-dev/panel/commit/d150c2107f1f651ef88843714414b5a81161a00a) Update app/Models/WebhookConfiguration.php - [`0dc3904`](https://github.com/pelican-dev/panel/commit/0dc3904239bd85a1c0a4b46061db9c62ee46d020) Update app/Models/WebhookConfiguration.php ### 📊 Changes **3 files changed** (+52 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/WebhookConfiguration.php` (+35 -8) 📝 `app/Providers/EventServiceProvider.php` (+2 -0) 📝 `tests/Feature/Webhooks/DispatchWebhooksTest.php` (+15 -0) </details> ### 📄 Description Listen to events from both: `Illuminate/Auth/Events` and `Illuminate/Queue/Events` now too! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:58:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#928