[PR #293] [MERGED] Template deploy refactor #417

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

📋 Pull Request Information

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

Base: mainHead: template-deploy-refactor


📝 Commits (1)

  • 882bb81 feat: enhance service naming to ensure uniqueness and improve template deployment logic

📊 Changes

7 files changed (+379 additions, -128 deletions)

View changed files

📝 src/actions/service/index.ts (+28 -2)
📝 src/actions/templates/index.ts (+257 -1)
📝 src/actions/templates/validator.ts (+2 -0)
📝 src/components/templates/DeployTemplate.tsx (+57 -79)
📝 src/components/templates/DeployTemplateWithProjectForm.tsx (+20 -26)
📝 src/payload/collections/Services/index.ts (+3 -5)
📝 src/providers/ArchitectureProvider.tsx (+12 -15)

📄 Description

  • fix name mismatch while deploying
  • use one action instead of three individual actions
  • updated type safety

🔄 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/293 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `template-deploy-refactor` --- ### 📝 Commits (1) - [`882bb81`](https://github.com/dflow-sh/dflow/commit/882bb81af277b45d8bb748e9bfd06fa9f3b90d8d) feat: enhance service naming to ensure uniqueness and improve template deployment logic ### 📊 Changes **7 files changed** (+379 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/service/index.ts` (+28 -2) 📝 `src/actions/templates/index.ts` (+257 -1) 📝 `src/actions/templates/validator.ts` (+2 -0) 📝 `src/components/templates/DeployTemplate.tsx` (+57 -79) 📝 `src/components/templates/DeployTemplateWithProjectForm.tsx` (+20 -26) 📝 `src/payload/collections/Services/index.ts` (+3 -5) 📝 `src/providers/ArchitectureProvider.tsx` (+12 -15) </details> ### 📄 Description - [x] fix name mismatch while deploying - [x] use one action instead of three individual actions - [x] updated type safety --- <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:52 +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#417
No description provided.