[PR #1797] [CLOSED] Draft: pgsql #1580

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

📋 Pull Request Information

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

Base: mainHead: pgsql


📝 Commits (10+)

📊 Changes

22 files changed (+768 additions, -57 deletions)

View changed files

.github/workflows/cla.yaml (+0 -30)
📝 .github/workflows/docker-publish.yml (+9 -9)
📝 Dockerfile (+1 -0)
app/Http/Controllers/Auth/SearcadeController.php (+54 -0)
📝 app/Http/Middleware/Activity/ServerSubject.php (+2 -1)
📝 app/Jobs/ProcessWebhook.php (+13 -4)
📝 app/Providers/AppServiceProvider.php (+1 -2)
📝 app/Transformers/Api/Application/NodeTransformer.php (+6 -2)
📝 docker/Caddyfile (+1 -1)
docker/queue.sh (+3 -0)
docker/schedule.sh (+3 -0)
📝 docker/supervisord.conf (+2 -8)
flake.lock (+409 -0)
flake.nix (+73 -0)
k8s/apps.yml (+20 -0)
k8s/config.yml (+18 -0)
k8s/deployment.yml (+96 -0)
k8s/ingress.yml (+23 -0)
k8s/kustomization.yml (+12 -0)
k8s/namespace.yml (+4 -0)

...and 2 more files

📄 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/1797 **Author:** [@thibaultjunin](https://github.com/thibaultjunin) **Created:** 10/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pgsql` --- ### 📝 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 **22 files changed** (+768 additions, -57 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/cla.yaml` (+0 -30) 📝 `.github/workflows/docker-publish.yml` (+9 -9) 📝 `Dockerfile` (+1 -0) ➕ `app/Http/Controllers/Auth/SearcadeController.php` (+54 -0) 📝 `app/Http/Middleware/Activity/ServerSubject.php` (+2 -1) 📝 `app/Jobs/ProcessWebhook.php` (+13 -4) 📝 `app/Providers/AppServiceProvider.php` (+1 -2) 📝 `app/Transformers/Api/Application/NodeTransformer.php` (+6 -2) 📝 `docker/Caddyfile` (+1 -1) ➕ `docker/queue.sh` (+3 -0) ➕ `docker/schedule.sh` (+3 -0) 📝 `docker/supervisord.conf` (+2 -8) ➕ `flake.lock` (+409 -0) ➕ `flake.nix` (+73 -0) ➕ `k8s/apps.yml` (+20 -0) ➕ `k8s/config.yml` (+18 -0) ➕ `k8s/deployment.yml` (+96 -0) ➕ `k8s/ingress.yml` (+23 -0) ➕ `k8s/kustomization.yml` (+12 -0) ➕ `k8s/namespace.yml` (+4 -0) _...and 2 more files_ </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:58:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1580