[PR #320] [MERGED] Feat/use buildpacks default #430

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/320
Author: @manikanta9176
Created: 7/8/2025
Status: Merged
Merged: 7/8/2025
Merged by: @manikanta9176

Base: mainHead: feat/use-buildpacks-default


📝 Commits (3)

  • 2d6deff feat: enhance GlobalBuildDirForm with server connection validation
  • ab62cf0 feat: update builder options to default to Buildpacks and add railpack image
  • f2360b7 feat: improve input handling for GitHub service forms

📊 Changes

15 files changed (+239 additions, -159 deletions)

View changed files

public/images/railpack.png (+0 -0)
📝 src/actions/deployment/deploy.ts (+1 -1)
📝 src/actions/templates/validator.ts (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+0 -2)
📝 src/components/project/CreateTemplateFromProject.tsx (+1 -1)
📝 src/components/servers/GlobalBuildDirForm.tsx (+38 -17)
📝 src/components/service/ProviderForm.tsx (+38 -13)
📝 src/components/templates/compose/AddGithubService.tsx (+145 -112)
📝 src/components/templates/compose/ChooseService.tsx (+3 -1)
📝 src/components/templates/compose/types.ts (+1 -1)
📝 src/docs/services/app-service.md (+4 -3)
📝 src/payload-types.ts (+2 -2)
📝 src/payload/collections/Services/index.ts (+2 -2)
📝 src/payload/collections/Templates/index.ts (+2 -2)
📝 src/queues/template/deploy.ts (+1 -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/320 **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/use-buildpacks-default` --- ### 📝 Commits (3) - [`2d6deff`](https://github.com/dflow-sh/dflow/commit/2d6defffa56e6131d1d1f262656cd8d9fd98dedf) feat: enhance GlobalBuildDirForm with server connection validation - [`ab62cf0`](https://github.com/dflow-sh/dflow/commit/ab62cf00c0fb2dc82affad52d787e416aac9466f) feat: update builder options to default to Buildpacks and add railpack image - [`f2360b7`](https://github.com/dflow-sh/dflow/commit/f2360b74e80d6ccea5c6d071dff748c3d9b9f2bc) feat: improve input handling for GitHub service forms ### 📊 Changes **15 files changed** (+239 additions, -159 deletions) <details> <summary>View changed files</summary> ➕ `public/images/railpack.png` (+0 -0) 📝 `src/actions/deployment/deploy.ts` (+1 -1) 📝 `src/actions/templates/validator.ts` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+0 -2) 📝 `src/components/project/CreateTemplateFromProject.tsx` (+1 -1) 📝 `src/components/servers/GlobalBuildDirForm.tsx` (+38 -17) 📝 `src/components/service/ProviderForm.tsx` (+38 -13) 📝 `src/components/templates/compose/AddGithubService.tsx` (+145 -112) 📝 `src/components/templates/compose/ChooseService.tsx` (+3 -1) 📝 `src/components/templates/compose/types.ts` (+1 -1) 📝 `src/docs/services/app-service.md` (+4 -3) 📝 `src/payload-types.ts` (+2 -2) 📝 `src/payload/collections/Services/index.ts` (+2 -2) 📝 `src/payload/collections/Templates/index.ts` (+2 -2) 📝 `src/queues/template/deploy.ts` (+1 -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: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#430
No description provided.