[PR #318] [MERGED] feat: add global build directory configuration for Dokku applications #428

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/318
Author: @manikanta9176
Created: 7/8/2025
Status: Merged
Merged: 7/8/2025
Merged by: @manikanta9176

Base: mainHead: feat/global-build-path


📝 Commits (1)

  • ead366b feat: add global build directory configuration for Dokku applications

📊 Changes

7 files changed (+290 additions, -0 deletions)

View changed files

📝 src/actions/server/index.ts (+37 -0)
📝 src/actions/server/validator.ts (+5 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx (+2 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+25 -0)
src/components/servers/GlobalBuildDirForm.tsx (+205 -0)
📝 src/payload-types.ts (+5 -0)
📝 src/payload/collections/Servers/index.ts (+11 -0)

📄 Description

  • Introduced a new interface property globalBuildPath to define the default build directory for all Dokku applications on the server.
  • Implemented configureGlobalBuildDirAction to handle updates to the global build directory.
  • Added a new GlobalBuildDirForm component for user input and management of the global build directory setting.
  • Updated server validation schema to include configureGlobalBuildDirSchema.
  • Enhanced the server settings UI to include a new settings tab for managing the global build directory.

🔄 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/318 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/global-build-path` --- ### 📝 Commits (1) - [`ead366b`](https://github.com/dflow-sh/dflow/commit/ead366b43c0eb3c97479a841d6ef2333a0ba061c) feat: add global build directory configuration for Dokku applications ### 📊 Changes **7 files changed** (+290 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/server/index.ts` (+37 -0) 📝 `src/actions/server/validator.ts` (+5 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx` (+2 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+25 -0) ➕ `src/components/servers/GlobalBuildDirForm.tsx` (+205 -0) 📝 `src/payload-types.ts` (+5 -0) 📝 `src/payload/collections/Servers/index.ts` (+11 -0) </details> ### 📄 Description - Introduced a new interface property `globalBuildPath` to define the default build directory for all Dokku applications on the server. - Implemented `configureGlobalBuildDirAction` to handle updates to the global build directory. - Added a new `GlobalBuildDirForm` component for user input and management of the global build directory setting. - Updated server validation schema to include `configureGlobalBuildDirSchema`. - Enhanced the server settings UI to include a new settings tab for managing the global build directory. --- <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:54 +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#428
No description provided.