[PR #1595] [MERGED] Fixed Allocations not calling webhooks on server creation & Object events #1474

Closed
opened 2026-02-05 18:15:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1595
Author: @JoanFo1456
Created: 8/12/2025
Status: Merged
Merged: 9/10/2025
Merged by: @lancepioch

Base: mainHead: fix/WebhookServerCreation


📝 Commits (7)

  • 86959a0 Update ServerCreationService.php
  • b26341e Did suggested changes by coderabbit & Lance
  • 9b81a40 Fixed object events not being sent such as Installed
  • bc37b18 Merge branch 'pelican-dev:main' into fix/WebhookServerCreation
  • fc7e77c Did rabbit suggestion as he is almost right...
  • 8216059 Merge branch 'pelican-dev:main' into fix/WebhookServerCreation
  • 4c433b8 Cleanup

📊 Changes

2 files changed (+12 additions, -4 deletions)

View changed files

📝 app/Jobs/ProcessWebhook.php (+3 -1)
📝 app/Services/Servers/ServerCreationService.php (+9 -3)

📄 Description

Closes #1474
The saving wasn't being done per each allocation, never triggering Webhook of updated: Allocation.


🔄 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/1595 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/WebhookServerCreation` --- ### 📝 Commits (7) - [`86959a0`](https://github.com/pelican-dev/panel/commit/86959a049fc662e68e8763351e8e92fce17e4bdf) Update ServerCreationService.php - [`b26341e`](https://github.com/pelican-dev/panel/commit/b26341e631658d2f8338d14fe5ba8adbd66ee4e4) Did suggested changes by coderabbit & Lance - [`9b81a40`](https://github.com/pelican-dev/panel/commit/9b81a40783ce32c555f8d7cf6f5f0aa8b798df50) Fixed object events not being sent such as Installed - [`bc37b18`](https://github.com/pelican-dev/panel/commit/bc37b181cd9debde4ea1130f41f3e4a596865b7a) Merge branch 'pelican-dev:main' into fix/WebhookServerCreation - [`fc7e77c`](https://github.com/pelican-dev/panel/commit/fc7e77c2fd4b88416b83db3a9f73d15a9382595d) Did rabbit suggestion as he is almost right... - [`8216059`](https://github.com/pelican-dev/panel/commit/82160592e5baf4787783d1aae1afb280eec6f1b7) Merge branch 'pelican-dev:main' into fix/WebhookServerCreation - [`4c433b8`](https://github.com/pelican-dev/panel/commit/4c433b866b49a9abb03a6a5eefd6ab5954b318a2) Cleanup ### 📊 Changes **2 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Jobs/ProcessWebhook.php` (+3 -1) 📝 `app/Services/Servers/ServerCreationService.php` (+9 -3) </details> ### 📄 Description Closes #1474 The saving wasn't being done per each allocation, never triggering Webhook of updated: Allocation. --- <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 18:15:01 +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#1474