mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #548] [MERGED] Implement Webhooks #825
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/548
Author: @colindecarlo
Created: 8/14/2024
Status: ✅ Merged
Merged: 10/27/2024
Merged by: @notAreYouScared
Base:
main← Head:feat-webhooks📝 Commits (10+)
fc1c51efeat: First Webhook PoC draftca1004dfeat: Dispatch Webhooks PoCb710dd7fix: typo in webhook configuration scopeb458612Update 2024_04_21_162552_create_webhooks_table.php72a2c3cUpdate 2024_04_21_162552_create_webhooks_table.phpcd4aaf6Update 2024_04_21_162544_create_webhook_configurations_table.phpb66ca7aUpdate 2024_04_21_162544_create_webhook_configurations_table.php4e1ecacUpdate DispatchWebhooks.phpdb7ffd4Update DispatchWebhooksJob.php73507f2Update DispatchWebhookForConfiguration.php📊 Changes
46 files changed (+781 additions, -536 deletions)
View changed files
➖
app/Events/Server/Created.php(+0 -19)➖
app/Events/Server/Creating.php(+0 -19)➖
app/Events/Server/Deleted.php(+0 -19)➖
app/Events/Server/Deleting.php(+0 -19)➖
app/Events/Server/Saved.php(+0 -19)➖
app/Events/Server/Saving.php(+0 -19)➖
app/Events/Server/Updated.php(+0 -19)➖
app/Events/Server/Updating.php(+0 -19)➖
app/Events/Subuser/Created.php(+0 -19)➖
app/Events/Subuser/Creating.php(+0 -19)➖
app/Events/Subuser/Deleted.php(+0 -19)➖
app/Events/Subuser/Deleting.php(+0 -19)➖
app/Events/User/Created.php(+0 -19)➖
app/Events/User/Creating.php(+0 -19)➖
app/Events/User/Deleted.php(+0 -19)➖
app/Events/User/Deleting.php(+0 -19)➕
app/Filament/Resources/WebhookResource.php(+71 -0)➕
app/Filament/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php(+11 -0)➕
app/Filament/Resources/WebhookResource/Pages/EditWebhookConfiguration.php(+19 -0)➕
app/Filament/Resources/WebhookResource/Pages/ListWebhookConfigurations.php(+19 -0)...and 26 more files
📄 Description
Changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.