[PR #1079] [CLOSED] Node deployment tags #1161

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1079
Author: @thibaultjunin
Created: 3/10/2025
Status: Closed

Base: mainHead: node-deployment-tags


📝 Commits (10+)

📊 Changes

11 files changed (+559 additions, -43 deletions)

View changed files

.github/workflows/cla.yaml (+0 -30)
📝 .github/workflows/docker-publish.yml (+8 -8)
📝 app/Filament/Server/Pages/Settings.php (+1 -1)
📝 app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php (+2 -0)
app/Http/Controllers/Auth/SearcadeController.php (+54 -0)
📝 app/Providers/AppServiceProvider.php (+1 -2)
📝 app/Services/Deployment/FindViableNodesService.php (+2 -0)
📝 app/Transformers/Api/Application/NodeTransformer.php (+6 -2)
flake.lock (+409 -0)
flake.nix (+73 -0)
📝 routes/auth.php (+3 -0)

📄 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/1079 **Author:** [@thibaultjunin](https://github.com/thibaultjunin) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `node-deployment-tags` --- ### 📝 Commits (10+) - [`736842a`](https://github.com/pelican-dev/panel/commit/736842a3233be4549607acbb91b2c22106287041) Add searcade login - [`8c10b9f`](https://github.com/pelican-dev/panel/commit/8c10b9fc54a24d2536b4cbd6aebc31efbeb93a30) remove cla workflow - [`0b0f6a3`](https://github.com/pelican-dev/panel/commit/0b0f6a32973052cd5646dbc829d913c5d6905f9d) fix searcade auth - [`8eaeb6d`](https://github.com/pelican-dev/panel/commit/8eaeb6de2d0bf2c5c5c5696448347575e16339fa) fix searcade auth - [`f5630ab`](https://github.com/pelican-dev/panel/commit/f5630abc1088ca3427dde69312c3195d2becf100) debug - [`f45945a`](https://github.com/pelican-dev/panel/commit/f45945a2d557466f7bc6fecb88a014ee2c5cf8e4) debug - [`628481b`](https://github.com/pelican-dev/panel/commit/628481bb35914dd84d48692874167f704cccab29) debug - [`9790094`](https://github.com/pelican-dev/panel/commit/9790094712ed435696b0bc496f56f748a14f6d4d) Merge branch 'pelican-dev:main' into main - [`94ce119`](https://github.com/pelican-dev/panel/commit/94ce1197f21ad6097c52524a4f32eca2bad7ced9) Merge branch 'pelican-dev:main' into main - [`d9e9541`](https://github.com/pelican-dev/panel/commit/d9e9541eeb5826eefcff333028d210e4224e7a10) Merge branch 'pelican-dev:main' into main ### 📊 Changes **11 files changed** (+559 additions, -43 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/cla.yaml` (+0 -30) 📝 `.github/workflows/docker-publish.yml` (+8 -8) 📝 `app/Filament/Server/Pages/Settings.php` (+1 -1) 📝 `app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php` (+2 -0) ➕ `app/Http/Controllers/Auth/SearcadeController.php` (+54 -0) 📝 `app/Providers/AppServiceProvider.php` (+1 -2) 📝 `app/Services/Deployment/FindViableNodesService.php` (+2 -0) 📝 `app/Transformers/Api/Application/NodeTransformer.php` (+6 -2) ➕ `flake.lock` (+409 -0) ➕ `flake.nix` (+73 -0) 📝 `routes/auth.php` (+3 -0) </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:22:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1161