[PR #213] [MERGED] Template deploy #387

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/213
Author: @jagadeesh507
Created: 6/6/2025
Status: Merged
Merged: 6/6/2025
Merged by: @jagadeesh507

Base: mainHead: template-deploy


📝 Commits (8)

  • 8cb9152 refactor: update template grid layout and enhance TemplateCard and TemplateDetails components
  • 705a76b feat: add actions to fetch official template by ID and deploy template with project creation
  • e63db13 feat: implement DeployTemplateWithProjectForm component for deploying templates with project creation
  • ef27fc9 feat: update TemplateCard and TemplateDetails components to include tenant in deploy links
  • 3555b18 feat: enhance CreateNewTemplate to support official templates and integrate DeployTemplateWithProjectForm
  • eaab826 feat: enhance DeployTemplateWithProjectForm to return project ID and tenant slug on success
  • 6206576 feat: enhance DeployTemplateWithProjectForm to handle plugins and improve project selection logic
  • 92593fd refactor: update layout of radio group in AddGithubService component for improved responsiveness

📊 Changes

10 files changed (+845 additions, -57 deletions)

View changed files

📝 src/actions/pages/dashboard/index.ts (+2 -0)
📝 src/actions/templates/index.ts (+215 -2)
📝 src/actions/templates/validator.ts (+44 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx (+2 -2)
📝 src/components/reactflow/utils/convertServicesToNodes.ts (+0 -1)
src/components/templates/DeployTemplateWithProjectForm.tsx (+487 -0)
📝 src/components/templates/TemplateCard.tsx (+34 -24)
📝 src/components/templates/TemplateDetails.tsx (+17 -13)
📝 src/components/templates/compose/AddGithubService.tsx (+1 -1)
📝 src/components/templates/compose/index.tsx (+43 -14)

📄 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/213 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `template-deploy` --- ### 📝 Commits (8) - [`8cb9152`](https://github.com/dflow-sh/dflow/commit/8cb9152ec5e0c16903edd4652b2c31e85c08e244) refactor: update template grid layout and enhance TemplateCard and TemplateDetails components - [`705a76b`](https://github.com/dflow-sh/dflow/commit/705a76b433f4c6b0b634170864d6d5411bbb59d6) feat: add actions to fetch official template by ID and deploy template with project creation - [`e63db13`](https://github.com/dflow-sh/dflow/commit/e63db1370d06f35070ec0ebd4f60f2336cec83fc) feat: implement DeployTemplateWithProjectForm component for deploying templates with project creation - [`ef27fc9`](https://github.com/dflow-sh/dflow/commit/ef27fc9b2664a4bd43018e1972412ceba4c79a6c) feat: update TemplateCard and TemplateDetails components to include tenant in deploy links - [`3555b18`](https://github.com/dflow-sh/dflow/commit/3555b188cbf33e7b854d09a74f25d4f5801bb777) feat: enhance CreateNewTemplate to support official templates and integrate DeployTemplateWithProjectForm - [`eaab826`](https://github.com/dflow-sh/dflow/commit/eaab8263f8dad41231a2e34f2e215790124013d7) feat: enhance DeployTemplateWithProjectForm to return project ID and tenant slug on success - [`6206576`](https://github.com/dflow-sh/dflow/commit/6206576dc7a5bc8f469cb0c24b366aa913d4d433) feat: enhance DeployTemplateWithProjectForm to handle plugins and improve project selection logic - [`92593fd`](https://github.com/dflow-sh/dflow/commit/92593fd6c661ca95db59322515876f7e230d8eb6) refactor: update layout of radio group in AddGithubService component for improved responsiveness ### 📊 Changes **10 files changed** (+845 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/pages/dashboard/index.ts` (+2 -0) 📝 `src/actions/templates/index.ts` (+215 -2) 📝 `src/actions/templates/validator.ts` (+44 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx` (+2 -2) 📝 `src/components/reactflow/utils/convertServicesToNodes.ts` (+0 -1) ➕ `src/components/templates/DeployTemplateWithProjectForm.tsx` (+487 -0) 📝 `src/components/templates/TemplateCard.tsx` (+34 -24) 📝 `src/components/templates/TemplateDetails.tsx` (+17 -13) 📝 `src/components/templates/compose/AddGithubService.tsx` (+1 -1) 📝 `src/components/templates/compose/index.tsx` (+43 -14) </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:43 +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#387
No description provided.