[PR #336] [MERGED] Server settings configuration #434

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/336
Author: @malla-lokesh
Created: 7/11/2025
Status: Merged
Merged: 7/11/2025
Merged by: @malla-lokesh

Base: mainHead: server-settings-configuration


📝 Commits (6)

  • 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
  • 54927e9 chore: Dokku cleanup
  • a574c2b chore: fetch and display latest Railpack version in Packages component
  • 5c14581 Merge branch 'main' into server-settings-configuration

📊 Changes

5 files changed (+100 additions, -4 deletions)

View changed files

📝 src/components/servers/Packages.tsx (+23 -3)
📝 src/lib/dokku/index.ts (+2 -0)
src/lib/dokku/process/stopAll.ts (+16 -0)
📝 src/lib/dokku/version/uninstall.ts (+36 -0)
📝 src/queues/dokku/uninstall.ts (+23 -1)

📄 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/336 **Author:** [@malla-lokesh](https://github.com/malla-lokesh) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@malla-lokesh](https://github.com/malla-lokesh) **Base:** `main` ← **Head:** `server-settings-configuration` --- ### 📝 Commits (6) - [`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 - [`54927e9`](https://github.com/dflow-sh/dflow/commit/54927e9a7a646e23775256d12fc25f7ab6bf5101) chore: Dokku cleanup - [`a574c2b`](https://github.com/dflow-sh/dflow/commit/a574c2b5735652cc541694d8ba8b089cc8e59a51) chore: fetch and display latest Railpack version in Packages component - [`5c14581`](https://github.com/dflow-sh/dflow/commit/5c145815ca90069df77210c6f75af7f3b6f1dbd0) Merge branch 'main' into server-settings-configuration ### 📊 Changes **5 files changed** (+100 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/components/servers/Packages.tsx` (+23 -3) 📝 `src/lib/dokku/index.ts` (+2 -0) ➕ `src/lib/dokku/process/stopAll.ts` (+16 -0) 📝 `src/lib/dokku/version/uninstall.ts` (+36 -0) 📝 `src/queues/dokku/uninstall.ts` (+23 -1) </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#434
No description provided.