mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #392] [MERGED] Update template #455
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#455
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/392
Author: @jagadeesh507
Created: 8/8/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @jagadeesh507
Base:
main← Head:update-template📝 Commits (2)
43bb7f2feat: added azuredevops, gitea, gitlab, bitbucket support in templates7b3694ffeat: 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.