[PR #329] [MERGED] Server settings configuration #435

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

📋 Pull Request Information

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

Base: mainHead: server-settings-configuration


📝 Commits (3)

  • 534c87c chore: add revalidation for server onboarding after update response
  • 6f07c75 chore: update lucide-react to version 0.525.0 and replace Cog icon with BrushCleaning in Danger component
  • 27578ed feat: add update railpack functionality and integrate into server settings

📊 Changes

8 files changed (+199 additions, -30 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+5 -5)
📝 src/actions/server/index.ts (+39 -0)
📝 src/actions/server/validator.ts (+5 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+4 -1)
📝 src/components/servers/Danger.tsx (+61 -23)
src/components/servers/Packages.tsx (+73 -0)
src/lib/axios/updateRailpack.ts (+11 -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/329 **Author:** [@malla-lokesh](https://github.com/malla-lokesh) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@malla-lokesh](https://github.com/malla-lokesh) **Base:** `main` ← **Head:** `server-settings-configuration` --- ### 📝 Commits (3) - [`534c87c`](https://github.com/dflow-sh/dflow/commit/534c87cc93f1df86a7a18cfab68e8b4e0e332fee) chore: add revalidation for server onboarding after update response - [`6f07c75`](https://github.com/dflow-sh/dflow/commit/6f07c759cd547896957bb0e60ca3482a6ab53b34) chore: update lucide-react to version 0.525.0 and replace Cog icon with BrushCleaning in Danger component - [`27578ed`](https://github.com/dflow-sh/dflow/commit/27578ed1fd445f18d5a0425a9855e12540f8239b) feat: add update railpack functionality and integrate into server settings ### 📊 Changes **8 files changed** (+199 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -5) 📝 `src/actions/server/index.ts` (+39 -0) 📝 `src/actions/server/validator.ts` (+5 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+4 -1) 📝 `src/components/servers/Danger.tsx` (+61 -23) ➕ `src/components/servers/Packages.tsx` (+73 -0) ➕ `src/lib/axios/updateRailpack.ts` (+11 -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:56 +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#435
No description provided.