mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #141] [MERGED] Service architecture in project #364
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#364
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/141
Author: @pavanbhaskardev
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @pavanbhaskardev
Base:
main← Head:service-architecture-in-project📝 Commits (9)
a29d86dchore: add convertToGraph utility for transforming services into graph nodes and edges682cbe2feat: add convertNodesToServices utility for transforming nodes into service data6a6d9d6feat: add ServiceList component for visualizing services in a graph layoutff86413feat: add support for children prop in ChooseService component7372a4cfeat: replace ServicesArchitecture with ServiceList for service visualization064e13cfeat: introduce ServicesArchitecture component for enhanced service management9dae6abfeat: enhance ServicesArchitecture component with dynamic deploy button label4263221feat: added architecture deployment option567063bMerge branch 'main' into service-architecture-in-project📊 Changes
11 files changed (+313 additions, -99 deletions)
View changed files
📝
src/actions/templates/index.ts(+133 -2)📝
src/actions/templates/validator.ts(+60 -51)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx(+20 -25)➕
src/components/reactflow/utils/convertNodesToServices.tsx(+8 -0)📝
src/components/reactflow/utils/convertServicesToNodes.ts(+0 -0)📝
src/components/service/ServiceList.tsx(+4 -4)➕
src/components/service/ServicesArchitecture.tsx(+77 -0)📝
src/components/templates/DeployTemplate.tsx(+1 -1)📝
src/components/templates/compose/ChooseService.tsx(+3 -0)📝
src/components/templates/compose/UpdateServiceDetails.tsx(+1 -1)📝
src/components/templates/compose/index.tsx(+6 -15)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.