mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #627] [MERGED] Add back auto deploy #865
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/627
Author: @rmartinoscar
Created: 10/15/2024
Status: ✅ Merged
Merged: 10/27/2024
Merged by: @notAreYouScared
Base:
main← Head:feature/AutoDeploy📝 Commits (6)
6eb784aAdd Docker, Refactor, Fix Notificationa9e11cdPint211a091Merge branch 'main' into feature/AutoDeployf55d8e5Required adjustments62127c0Remove deprecatedf8310c0Third time's the charm📊 Changes
9 files changed (+245 additions, -98 deletions)
View changed files
📝
app/Filament/Resources/ApiKeyResource.php(+1 -1)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+163 -48)📝
app/Http/Controllers/Admin/NodeAutoDeployController.php(+7 -37)📝
app/Http/Controllers/Api/Client/ApiKeyController.php(+1 -1)📝
app/Models/ApiKey.php(+1 -8)➕
app/Services/Nodes/NodeAutoDeployService.php(+58 -0)📝
config/panel.php(+5 -0)📝
phpunit.xml(+7 -1)📝
tests/Integration/Api/Client/ApiKeyControllerTest.php(+2 -2)📄 Description
Co-authored By: @notAreYouScared
Supersedes #592
Needs https://github.com/pelican-dev/wings/pull/46
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.