[PR #324] [MERGED] Server settings configuration #431

Closed
opened 2026-03-03 11:29:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/324
Author: @malla-lokesh
Created: 7/8/2025
Status: Merged
Merged: 7/9/2025
Merged by: @malla-lokesh

Base: mainHead: server-settings-configuration


📝 Commits (7)

  • 7a1821d chore: added dokku uninstall command
  • fd60ceb fix: update dokku uninstall command and remove full cleanup option
  • 818e428 chore: implemented uninstallDokkuAction and related queue processing
  • 2d176dd chore: added Danger component for Dokku uninstallation
  • 5ff7add feat: implement railpack uninstallation functionality
  • cf4c024 feat: add reset onboarding functionality to Danger component
  • 83a0d63 chore: updated depth property in resetOnboarding action

📊 Changes

10 files changed (+374 additions, -0 deletions)

View changed files

📝 src/actions/server/index.ts (+54 -0)
📝 src/actions/server/validator.ts (+4 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+3 -0)
src/components/servers/Danger.tsx (+57 -0)
📝 src/lib/dokku/index.ts (+2 -0)
src/lib/dokku/version/uninstall.ts (+27 -0)
📝 src/lib/server/index.ts (+2 -0)
src/lib/server/railpack/uninstall.ts (+18 -0)
src/queues/builder/uninstallRailpack.ts (+104 -0)
src/queues/dokku/uninstall.ts (+103 -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/dflow-sh/dflow/pull/324 **Author:** [@malla-lokesh](https://github.com/malla-lokesh) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@malla-lokesh](https://github.com/malla-lokesh) **Base:** `main` ← **Head:** `server-settings-configuration` --- ### 📝 Commits (7) - [`7a1821d`](https://github.com/dflow-sh/dflow/commit/7a1821dfc20266547d56a39e58e730fe6e04745b) chore: added dokku uninstall command - [`fd60ceb`](https://github.com/dflow-sh/dflow/commit/fd60ceb961149f337de99711fa636522a702a1fe) fix: update dokku uninstall command and remove full cleanup option - [`818e428`](https://github.com/dflow-sh/dflow/commit/818e428eb01242c6b1e4def410eff5ad54d7905c) chore: implemented uninstallDokkuAction and related queue processing - [`2d176dd`](https://github.com/dflow-sh/dflow/commit/2d176dd1f5f333d33390a4fbb30784f3cc452734) chore: added Danger component for Dokku uninstallation - [`5ff7add`](https://github.com/dflow-sh/dflow/commit/5ff7addad40e7548fe5a95c51fff9bd95eebac57) feat: implement railpack uninstallation functionality - [`cf4c024`](https://github.com/dflow-sh/dflow/commit/cf4c024f97069ba1d8f4e9ca0713b0a43a08d26f) feat: add reset onboarding functionality to Danger component - [`83a0d63`](https://github.com/dflow-sh/dflow/commit/83a0d63acc6d5cd428dd6b75f4efbf6dc698d95c) chore: updated depth property in resetOnboarding action ### 📊 Changes **10 files changed** (+374 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/server/index.ts` (+54 -0) 📝 `src/actions/server/validator.ts` (+4 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+3 -0) ➕ `src/components/servers/Danger.tsx` (+57 -0) 📝 `src/lib/dokku/index.ts` (+2 -0) ➕ `src/lib/dokku/version/uninstall.ts` (+27 -0) 📝 `src/lib/server/index.ts` (+2 -0) ➕ `src/lib/server/railpack/uninstall.ts` (+18 -0) ➕ `src/queues/builder/uninstallRailpack.ts` (+104 -0) ➕ `src/queues/dokku/uninstall.ts` (+103 -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>
kerem 2026-03-03 11:29:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#431
No description provided.