mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #207] [MERGED] Convert oom_disabled to oom_killer
#637
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/207
Author: @Boy132
Created: 5/12/2024
Status: ✅ Merged
Merged: 5/14/2024
Merged by: @notAreYouScared
Base:
main← Head:rename/oom_disabled📝 Commits (5)
f02eb5brename "oom_disabled" to "oom_killer" and invert logic92d167eadd migration to db schemas5aa7128backwards compatibility399bed7fix typob813de0run pint📊 Changes
18 files changed (+86 additions, -30 deletions)
View changed files
📝
app/Filament/Resources/ServerResource/Pages/CreateServer.php(+1 -1)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+1 -1)📝
app/Http/Controllers/Admin/ServersController.php(+1 -1)📝
app/Http/Requests/Api/Application/Servers/StoreServerRequest.php(+2 -2)📝
app/Http/Requests/Api/Application/Servers/UpdateServerBuildConfigurationRequest.php(+1 -1)📝
app/Models/Server.php(+5 -5)📝
app/Services/Servers/BuildModificationService.php(+5 -1)📝
app/Services/Servers/ServerConfigurationStructureService.php(+4 -6)📝
app/Services/Servers/ServerCreationService.php(+5 -1)📝
app/Transformers/Api/Application/ServerTransformer.php(+3 -1)📝
app/Transformers/Api/Client/ServerTransformer.php(+3 -1)📝
database/Factories/ServerFactory.php(+1 -1)➕
database/migrations/2024_05_08_094823_rename_oom_disabled_column_to_oom_killer.php(+45 -0)📝
database/schema/mysql-schema.sql(+2 -1)📝
resources/views/admin/servers/new.blade.php(+2 -2)📝
resources/views/admin/servers/view/build.blade.php(+2 -2)📝
tests/Integration/Services/Servers/BuildModificationServiceTest.php(+2 -2)📝
tests/Integration/Services/Servers/ServerCreationServiceTest.php(+1 -1)📄 Description
Closes #200
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.