[PR #344] [MERGED] Allow importing eggs via url #705

Closed
opened 2026-02-04 18:44:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/344
Author: @Boy132
Created: 6/7/2024
Status: Merged
Merged: 6/8/2024
Merged by: @notAreYouScared

Base: mainHead: feature/import-egg-from-url


📝 Commits (10+)

📊 Changes

7 files changed (+149 additions, -16 deletions)

View changed files

📝 app/Filament/Resources/EggResource/Pages/ListEggs.php (+46 -8)
📝 app/Http/Controllers/Admin/Eggs/EggShareController.php (+2 -2)
📝 app/Services/Eggs/Sharing/EggImporterService.php (+17 -1)
📝 app/Services/Eggs/Sharing/EggUpdateImporterService.php (+18 -1)
📝 composer.json (+1 -0)
📝 composer.lock (+63 -2)
📝 database/Seeders/EggSeeder.php (+2 -2)

📄 Description

grafik


🔄 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/344 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `feature/import-egg-from-url` --- ### 📝 Commits (10+) - [`f46c11e`](https://github.com/pelican-dev/panel/commit/f46c11e000f7b14339d0eb2b670aa5e53d1be221) allow importing eggs via url - [`0a21a42`](https://github.com/pelican-dev/panel/commit/0a21a42fc17735fee60dd7e22c455610533be09b) refactor - [`98eb8f0`](https://github.com/pelican-dev/panel/commit/98eb8f02c8991241ea9fb4644f691546f201ab4f) run pint - [`c57f3ce`](https://github.com/pelican-dev/panel/commit/c57f3ce6b2bed990b519149b377f06a8d5e0c0b2) turn back into one button - [`0fe240c`](https://github.com/pelican-dev/panel/commit/0fe240c84ccd0927b5513bbf5338c1aa3f435aff) fix empty check - [`7388180`](https://github.com/pelican-dev/panel/commit/73881809f9222d03452ff1e68cb7ca62f61f739b) small cleanup - [`a58e53d`](https://github.com/pelican-dev/panel/commit/a58e53d35645294d6053ae93a902ce8d3978362e) removed container for tabs - [`8989d2b`](https://github.com/pelican-dev/panel/commit/8989d2b26d0551cb6643b5177a0a40ac1668c491) Update URL function - [`aa6f549`](https://github.com/pelican-dev/panel/commit/aa6f5499a46e2ce942ae938d16cb3290d68f376e) Merge branch 'main' into feature/import-egg-from-url - [`e46e235`](https://github.com/pelican-dev/panel/commit/e46e235d7751aecea368024e8d30fa2d99f96fe4) Use sys temp ### 📊 Changes **7 files changed** (+149 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/EggResource/Pages/ListEggs.php` (+46 -8) 📝 `app/Http/Controllers/Admin/Eggs/EggShareController.php` (+2 -2) 📝 `app/Services/Eggs/Sharing/EggImporterService.php` (+17 -1) 📝 `app/Services/Eggs/Sharing/EggUpdateImporterService.php` (+18 -1) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+63 -2) 📝 `database/Seeders/EggSeeder.php` (+2 -2) </details> ### 📄 Description ![grafik](https://github.com/pelican-dev/panel/assets/8203120/4c93f24b-bdc8-40ca-b43d-5ede3635c496) --- <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-04 18:44:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#705