mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1947] [MERGED] Egg API Import/Delete #1671
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/1947
Author: @DaNussi
Created: 11/29/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @notAreYouScared
Base:
main← Head:egg-api📝 Commits (10+)
c1cb2ecAdd egg import functionalityf42d39fAdd egg delete functionality693a9daFixed issues from https://github.com/pelican-dev/panel/pull/1947 and https://github.com/pelican-dev/panel/actions/runs/19784297099/job/56688622673?pr=1947da7ff9eFixed issues from https://github.com/pelican-dev/panel/pull/1947 and https://github.com/pelican-dev/panel/actions/runs/19784297099/job/56688622673?pr=19470f46ee2Fixed issues from https://github.com/pelican-dev/panel/actions/runs/19784447438/job/56688982943?pr=19475024b96Update routes/api-application.php0c7de60removed try catch from the api (not needed)153dd13Merge branch 'pelican-dev:main' into egg-api7ed0c90Remove unused exception import from EggControllere4b3dd1cleanup import service📊 Changes
4 files changed (+122 additions, -44 deletions)
View changed files
📝
app/Http/Controllers/Api/Application/Eggs/EggController.php(+39 -0)➕
app/Http/Requests/Api/Application/Eggs/ImportEggRequest.php(+14 -0)📝
app/Services/Eggs/Sharing/EggImporterService.php(+66 -44)📝
routes/api-application.php(+3 -0)📄 Description
Added an endpoint for importing and deleting eggs via the api.
This is the first time I'm working with PHP and any criticism is welcome. If anything needs to be changed let me know. 😄
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.