mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
[PR #510] [CLOSED] Added NavigationItem to and from admin #804
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/510
Author: @Poseidon281
Created: 7/28/2024
Status: ❌ Closed
Base:
issue/353← Head:353📝 Commits (10+)
b7437e1Merge remote-tracking branch 'upstream/main' into 3537dad2d0Fix `Screen` display width overlaps sidebar (#464)1c1c8c0Fix client Activity tab issues; fixes #465 (#466)447e889Fix default timestamp for activity logs (#468)bb7c0e0Add "Delete files" task (#470)1fdff43Add Node CPU/Memory Graphs (#459)833ae30Add timeouts (#483)8a3d67aFix update egg from url (#492)a04937dFixPORT_FLOORcheck andCIDR_MAX_BITSin AssignmentService (#491)10806d6Fix SQLite foreign keys (#478)📊 Changes
37 files changed (+811 additions, -87 deletions)
View changed files
📝
.github/workflows/ci.yaml(+6 -0)➕
app/Console/Commands/Maintenance/PruneImagesCommand.php(+60 -0)📝
app/Console/Kernel.php(+6 -0)📝
app/Filament/Resources/EggResource/Pages/EditEgg.php(+2 -2)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+36 -9)➕
app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php(+81 -0)📝
app/Filament/Resources/NodeResource/Widgets/NodeMemoryChart.php(+52 -35)📝
app/Filament/Resources/NodeResource/Widgets/NodeStorageChart.php(+1 -3)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+4 -2)📝
app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php(+85 -3)📝
app/Filament/Resources/UserResource/Pages/EditProfile.php(+2 -0)📝
app/Http/Requests/Api/Client/Servers/Schedules/StoreTaskRequest.php(+1 -1)➕
app/Jobs/NodeStatistics.php(+46 -0)📝
app/Jobs/Schedule/RunTaskJob.php(+6 -1)📝
app/Listeners/Auth/AuthenticationListener.php(+0 -7)📝
app/Models/ActivityLog.php(+4 -0)📝
app/Models/Egg.php(+1 -1)📝
app/Models/Task.php(+1 -0)📝
app/Providers/EventServiceProvider.php(+0 -5)📝
app/Providers/Filament/AdminPanelProvider.php(+9 -0)...and 17 more files
📄 Description
I also fixed pint in this PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.