[PR #392] [MERGED] Update template #455

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

📋 Pull Request Information

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

Base: mainHead: update-template


📝 Commits (2)

  • 43bb7f2 feat: added azuredevops, gitea, gitlab, bitbucket support in templates
  • 7b3694f feat: enhance servicesToTemplate to support provider-specific settings for app services

📊 Changes

17 files changed (+2042 additions, -148 deletions)

View changed files

📝 src/actions/templates/index.ts (+1 -1)
📝 src/actions/templates/validator.ts (+25 -18)
📝 src/components/project/CreateTemplateFromProject.tsx (+68 -9)
📝 src/components/reactflow/CustomNodes/index.tsx (+20 -3)
📝 src/components/reactflow/types.ts (+14 -7)
📝 src/components/reactflow/utils/convertServicesToNodes.ts (+47 -2)
📝 src/components/templates/compose/ChooseService.tsx (+10 -10)
📝 src/components/templates/compose/UpdateServiceDetails.tsx (+66 -4)
src/components/templates/compose/git/AddAzureDevopsService.tsx (+330 -0)
src/components/templates/compose/git/AddBitbucketService.tsx (+334 -0)
src/components/templates/compose/git/AddGiteaService.tsx (+329 -0)
📝 src/components/templates/compose/git/AddGithubService.tsx (+18 -59)
src/components/templates/compose/git/AddGitlabService.tsx (+331 -0)
src/components/templates/compose/git/index.tsx (+122 -0)
📝 src/components/templates/compose/types.ts (+41 -23)
📝 src/payload-types.ts (+77 -3)
📝 src/payload/collections/Templates/index.ts (+209 -9)

📄 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/392 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `update-template` --- ### 📝 Commits (2) - [`43bb7f2`](https://github.com/dflow-sh/dflow/commit/43bb7f23891c7ba87263532cac97ea5522cf2ccd) feat: added azuredevops, gitea, gitlab, bitbucket support in templates - [`7b3694f`](https://github.com/dflow-sh/dflow/commit/7b3694f20bb6c78717182bd0403eb35d0b2d6a3c) feat: enhance servicesToTemplate to support provider-specific settings for app services ### 📊 Changes **17 files changed** (+2042 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/templates/index.ts` (+1 -1) 📝 `src/actions/templates/validator.ts` (+25 -18) 📝 `src/components/project/CreateTemplateFromProject.tsx` (+68 -9) 📝 `src/components/reactflow/CustomNodes/index.tsx` (+20 -3) 📝 `src/components/reactflow/types.ts` (+14 -7) 📝 `src/components/reactflow/utils/convertServicesToNodes.ts` (+47 -2) 📝 `src/components/templates/compose/ChooseService.tsx` (+10 -10) 📝 `src/components/templates/compose/UpdateServiceDetails.tsx` (+66 -4) ➕ `src/components/templates/compose/git/AddAzureDevopsService.tsx` (+330 -0) ➕ `src/components/templates/compose/git/AddBitbucketService.tsx` (+334 -0) ➕ `src/components/templates/compose/git/AddGiteaService.tsx` (+329 -0) 📝 `src/components/templates/compose/git/AddGithubService.tsx` (+18 -59) ➕ `src/components/templates/compose/git/AddGitlabService.tsx` (+331 -0) ➕ `src/components/templates/compose/git/index.tsx` (+122 -0) 📝 `src/components/templates/compose/types.ts` (+41 -23) 📝 `src/payload-types.ts` (+77 -3) 📝 `src/payload/collections/Templates/index.ts` (+209 -9) </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:30:02 +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#455
No description provided.