mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #324] [MERGED] Server settings configuration #431
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/324
Author: @malla-lokesh
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @malla-lokesh
Base:
main← Head:server-settings-configuration📝 Commits (7)
7a1821dchore: added dokku uninstall commandfd60cebfix: update dokku uninstall command and remove full cleanup option818e428chore: implemented uninstallDokkuAction and related queue processing2d176ddchore: added Danger component for Dokku uninstallation5ff7addfeat: implement railpack uninstallation functionalitycf4c024feat: add reset onboarding functionality to Danger component83a0d63chore: 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.