mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #213] [MERGED] Template deploy #387
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:template-deploy📝 Commits (8)
8cb9152refactor: update template grid layout and enhance TemplateCard and TemplateDetails components705a76bfeat: add actions to fetch official template by ID and deploy template with project creatione63db13feat: implement DeployTemplateWithProjectForm component for deploying templates with project creationef27fc9feat: update TemplateCard and TemplateDetails components to include tenant in deploy links3555b18feat: enhance CreateNewTemplate to support official templates and integrate DeployTemplateWithProjectFormeaab826feat: enhance DeployTemplateWithProjectForm to return project ID and tenant slug on success6206576feat: enhance DeployTemplateWithProjectForm to handle plugins and improve project selection logic92593fdrefactor: 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.