[PR #1065] [MERGED] Add Laravel Data package, also some small fixes #1153

Closed
opened 2026-02-04 19:22:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1065
Author: @lancepioch
Created: 3/7/2025
Status: Merged
Merged: 3/9/2025
Merged by: @lancepioch

Base: mainHead: lance/more-phpstan


📝 Commits (8)

📊 Changes

29 files changed (+1686 additions, -497 deletions)

View changed files

📝 app/Console/Commands/Egg/CheckEggUpdatesCommand.php (+9 -5)
📝 app/Extensions/OAuth/Providers/AuthentikProvider.php (+2 -2)
📝 app/Models/ActivityLog.php (+1 -1)
📝 app/Models/Allocation.php (+1 -1)
📝 app/Models/ApiKey.php (+12 -12)
📝 app/Models/Backup.php (+11 -11)
📝 app/Models/Database.php (+8 -8)
📝 app/Models/DatabaseHost.php (+8 -8)
📝 app/Models/Egg.php (+18 -18)
📝 app/Models/EggVariable.php (+11 -11)
📝 app/Models/Mount.php (+10 -12)
📝 app/Models/Node.php (+19 -42)
📝 app/Models/Permission.php (+3 -3)
📝 app/Models/RecoveryToken.php (+2 -2)
📝 app/Models/Schedule.php (+13 -13)
📝 app/Models/Server.php (+22 -22)
📝 app/Models/ServerTransfer.php (+11 -11)
📝 app/Models/ServerVariable.php (+4 -4)
📝 app/Models/Subuser.php (+5 -5)
📝 app/Models/Task.php (+8 -8)

...and 9 more files

📄 Description

No description provided


🔄 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/1065 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/more-phpstan` --- ### 📝 Commits (8) - [`cb60d40`](https://github.com/pelican-dev/panel/commit/cb60d404818daa69a34d482cfd67d702afda2eb3) Simplify - [`fad519b`](https://github.com/pelican-dev/panel/commit/fad519b847e6f35fd81cca3a4e8f63fdf71e09ee) Update these - [`0346126`](https://github.com/pelican-dev/panel/commit/034612657889fb5a1be5cddb29a7f8c1f360d144) Merge branch 'main' into lance/more-phpstan - [`6ee017c`](https://github.com/pelican-dev/panel/commit/6ee017c031d1022c5908d7463ef5681e307edeed) Add Laravel Data - [`97be4d1`](https://github.com/pelican-dev/panel/commit/97be4d18ded636eab5d7154f927c05fa9ab4e017) Remove unused imports - [`2ee5daa`](https://github.com/pelican-dev/panel/commit/2ee5daa654686aef4e93fac9f967d9976984d4dd) Quick fix - [`9b5f56a`](https://github.com/pelican-dev/panel/commit/9b5f56a8800b7483143b28e3481e55a06c083241) Fix double array - [`b258c51`](https://github.com/pelican-dev/panel/commit/b258c51143cce0efdf146421c753bab17e5f3e01) Update app/Console/Commands/Egg/CheckEggUpdatesCommand.php ### 📊 Changes **29 files changed** (+1686 additions, -497 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Egg/CheckEggUpdatesCommand.php` (+9 -5) 📝 `app/Extensions/OAuth/Providers/AuthentikProvider.php` (+2 -2) 📝 `app/Models/ActivityLog.php` (+1 -1) 📝 `app/Models/Allocation.php` (+1 -1) 📝 `app/Models/ApiKey.php` (+12 -12) 📝 `app/Models/Backup.php` (+11 -11) 📝 `app/Models/Database.php` (+8 -8) 📝 `app/Models/DatabaseHost.php` (+8 -8) 📝 `app/Models/Egg.php` (+18 -18) 📝 `app/Models/EggVariable.php` (+11 -11) 📝 `app/Models/Mount.php` (+10 -12) 📝 `app/Models/Node.php` (+19 -42) 📝 `app/Models/Permission.php` (+3 -3) 📝 `app/Models/RecoveryToken.php` (+2 -2) 📝 `app/Models/Schedule.php` (+13 -13) 📝 `app/Models/Server.php` (+22 -22) 📝 `app/Models/ServerTransfer.php` (+11 -11) 📝 `app/Models/ServerVariable.php` (+4 -4) 📝 `app/Models/Subuser.php` (+5 -5) 📝 `app/Models/Task.php` (+8 -8) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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 19:22:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1153