[PR #448] [MERGED] Feat static build #475

Closed
opened 2026-03-03 11:30:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/448
Author: @pavanbhaskardev
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-static-build


📝 Commits (3)

  • 1bb9581 chore: add static build option
  • c35f599 chore: updated banner color
  • 3ec3574 chore: updated template save component to shadcn Form component

📊 Changes

25 files changed (+401 additions, -989 deletions)

View changed files

📝 src/actions/service/validator.ts (+1 -0)
📝 src/actions/templates/validator.ts (+1 -0)
📝 src/components/DynamicFilter/DynamicFilterPanel.tsx (+4 -3)
src/components/project/ProjectFiltersSection-Old.tsx (+0 -815)
📝 src/components/project/ProjectFiltersSection.tsx (+11 -5)
📝 src/components/reactflow/types.ts (+1 -0)
📝 src/components/service/git/AzureDevopsForm.tsx (+4 -4)
📝 src/components/service/git/BitbucketForm.tsx (+4 -4)
📝 src/components/service/git/GiteaForm.tsx (+4 -4)
📝 src/components/service/git/GithubForm.tsx (+9 -9)
📝 src/components/service/git/GitlabForm.tsx (+4 -4)
📝 src/components/templates/PersonalTemplates.tsx (+14 -13)
📝 src/components/templates/compose/index.tsx (+74 -42)
📝 src/components/templates/compose/types.ts (+1 -0)
📝 src/components/ui/banner.tsx (+1 -7)
📝 src/docs/services/app-service.md (+21 -3)
📝 src/lib/axios/traefik.ts (+1 -4)
📝 src/lib/buildOptions.tsx (+7 -0)
src/lib/dokku/buildpacks/report.ts (+22 -0)
src/lib/dokku/buildpacks/set.ts (+17 -0)

...and 5 more files

📄 Description

  • Added support for static build
  • Updated docs mentioned requirements for static build

🔄 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/448 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-static-build` --- ### 📝 Commits (3) - [`1bb9581`](https://github.com/dflow-sh/dflow/commit/1bb9581605a4842b5b938074eac49f3e87162eab) chore: add static build option - [`c35f599`](https://github.com/dflow-sh/dflow/commit/c35f599f7775c657b0830a4b8b6d7904b6f83cb8) chore: updated banner color - [`3ec3574`](https://github.com/dflow-sh/dflow/commit/3ec3574647ced501a1552852c5fe0bb456411a21) chore: updated template save component to shadcn Form component ### 📊 Changes **25 files changed** (+401 additions, -989 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/service/validator.ts` (+1 -0) 📝 `src/actions/templates/validator.ts` (+1 -0) 📝 `src/components/DynamicFilter/DynamicFilterPanel.tsx` (+4 -3) ➖ `src/components/project/ProjectFiltersSection-Old.tsx` (+0 -815) 📝 `src/components/project/ProjectFiltersSection.tsx` (+11 -5) 📝 `src/components/reactflow/types.ts` (+1 -0) 📝 `src/components/service/git/AzureDevopsForm.tsx` (+4 -4) 📝 `src/components/service/git/BitbucketForm.tsx` (+4 -4) 📝 `src/components/service/git/GiteaForm.tsx` (+4 -4) 📝 `src/components/service/git/GithubForm.tsx` (+9 -9) 📝 `src/components/service/git/GitlabForm.tsx` (+4 -4) 📝 `src/components/templates/PersonalTemplates.tsx` (+14 -13) 📝 `src/components/templates/compose/index.tsx` (+74 -42) 📝 `src/components/templates/compose/types.ts` (+1 -0) 📝 `src/components/ui/banner.tsx` (+1 -7) 📝 `src/docs/services/app-service.md` (+21 -3) 📝 `src/lib/axios/traefik.ts` (+1 -4) 📝 `src/lib/buildOptions.tsx` (+7 -0) ➕ `src/lib/dokku/buildpacks/report.ts` (+22 -0) ➕ `src/lib/dokku/buildpacks/set.ts` (+17 -0) _...and 5 more files_ </details> ### 📄 Description - Added support for static build - Updated docs mentioned requirements for static build --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:08 +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#475
No description provided.