[PR #207] [MERGED] Convert oom_disabled to oom_killer #637

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

📋 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: mainHead: rename/oom_disabled


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/207 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/12/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `rename/oom_disabled` --- ### 📝 Commits (5) - [`f02eb5b`](https://github.com/pelican-dev/panel/commit/f02eb5bfba1dcd1a8838cdf4b593d9486353ebca) rename "oom_disabled" to "oom_killer" and invert logic - [`92d167e`](https://github.com/pelican-dev/panel/commit/92d167eb10074e4f77117cf66c4adb7d8de31641) add migration to db schemas - [`5aa7128`](https://github.com/pelican-dev/panel/commit/5aa7128b9c37d8769ed5dc3e507f184b3e5597d9) backwards compatibility - [`399bed7`](https://github.com/pelican-dev/panel/commit/399bed75768f216e4ae96c7baee914221069f073) fix typo - [`b813de0`](https://github.com/pelican-dev/panel/commit/b813de0467c0674a82f547c40f6f7be7d42e8bb6) run pint ### 📊 Changes **18 files changed** (+86 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #200 --- <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:38:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#637