[PR #1746] [MERGED] Enable "ordered imports" #1548

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1746
Author: @Boy132
Created: 9/24/2025
Status: Merged
Merged: 9/24/2025
Merged by: @Boy132

Base: mainHead: boy132/ordered-imports


📝 Commits (2)

📊 Changes

573 files changed (+1499 additions, -1498 deletions)

View changed files

📝 app/Console/Commands/Environment/DatabaseSettingsCommand.php (+1 -1)
📝 app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php (+1 -1)
📝 app/Console/Commands/Maintenance/PruneOrphanedBackupsCommand.php (+1 -1)
📝 app/Console/Commands/Schedule/ProcessRunnableCommand.php (+2 -2)
📝 app/Console/Commands/Server/BulkPowerActionCommand.php (+2 -2)
📝 app/Console/Commands/UpgradeCommand.php (+3 -3)
📝 app/Console/Commands/User/DeleteUserCommand.php (+1 -1)
📝 app/Console/Commands/User/MakeUserCommand.php (+1 -1)
📝 app/Enums/WebhookType.php (+1 -1)
📝 app/Events/ActivityLogged.php (+1 -1)
📝 app/Events/Auth/ProvidedAuthenticationToken.php (+1 -1)
📝 app/Exceptions/DisplayException.php (+3 -3)
📝 app/Exceptions/Handler.php (+12 -12)
📝 app/Exceptions/Http/HttpForbiddenException.php (+1 -1)
📝 app/Exceptions/Http/Server/ServerStateConflictException.php (+1 -1)
📝 app/Exceptions/ManifestDoesNotExistException.php (+2 -2)
📝 app/Exceptions/Model/DataValidationException.php (+3 -3)
📝 app/Exceptions/Service/HasActiveServersException.php (+1 -1)
📝 app/Exceptions/Service/ServiceLimitExceededException.php (+1 -1)
📝 app/Extensions/Backups/BackupManager.php (+5 -5)

...and 80 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/1746 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/24/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/ordered-imports` --- ### 📝 Commits (2) - [`05bbc32`](https://github.com/pelican-dev/panel/commit/05bbc32aa40f4287a26d9f2e8d4ce5913ae087c3) enable "ordered imports" - [`504dfb8`](https://github.com/pelican-dev/panel/commit/504dfb8fca315fdbaad27997cc9ef757f42e6b07) run pint ### 📊 Changes **573 files changed** (+1499 additions, -1498 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/DatabaseSettingsCommand.php` (+1 -1) 📝 `app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php` (+1 -1) 📝 `app/Console/Commands/Maintenance/PruneOrphanedBackupsCommand.php` (+1 -1) 📝 `app/Console/Commands/Schedule/ProcessRunnableCommand.php` (+2 -2) 📝 `app/Console/Commands/Server/BulkPowerActionCommand.php` (+2 -2) 📝 `app/Console/Commands/UpgradeCommand.php` (+3 -3) 📝 `app/Console/Commands/User/DeleteUserCommand.php` (+1 -1) 📝 `app/Console/Commands/User/MakeUserCommand.php` (+1 -1) 📝 `app/Enums/WebhookType.php` (+1 -1) 📝 `app/Events/ActivityLogged.php` (+1 -1) 📝 `app/Events/Auth/ProvidedAuthenticationToken.php` (+1 -1) 📝 `app/Exceptions/DisplayException.php` (+3 -3) 📝 `app/Exceptions/Handler.php` (+12 -12) 📝 `app/Exceptions/Http/HttpForbiddenException.php` (+1 -1) 📝 `app/Exceptions/Http/Server/ServerStateConflictException.php` (+1 -1) 📝 `app/Exceptions/ManifestDoesNotExistException.php` (+2 -2) 📝 `app/Exceptions/Model/DataValidationException.php` (+3 -3) 📝 `app/Exceptions/Service/HasActiveServersException.php` (+1 -1) 📝 `app/Exceptions/Service/ServiceLimitExceededException.php` (+1 -1) 📝 `app/Extensions/Backups/BackupManager.php` (+5 -5) _...and 80 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:56:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1548