[PR #141] [MERGED] Service architecture in project #364

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

📋 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: mainHead: service-architecture-in-project


📝 Commits (9)

  • a29d86d chore: add convertToGraph utility for transforming services into graph nodes and edges
  • 682cbe2 feat: add convertNodesToServices utility for transforming nodes into service data
  • 6a6d9d6 feat: add ServiceList component for visualizing services in a graph layout
  • ff86413 feat: add support for children prop in ChooseService component
  • 7372a4c feat: replace ServicesArchitecture with ServiceList for service visualization
  • 064e13c feat: introduce ServicesArchitecture component for enhanced service management
  • 9dae6ab feat: enhance ServicesArchitecture component with dynamic deploy button label
  • 4263221 feat: added architecture deployment option
  • 567063b Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/141 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `service-architecture-in-project` --- ### 📝 Commits (9) - [`a29d86d`](https://github.com/dflow-sh/dflow/commit/a29d86d9d207915766a3140fb0437ccdbda31f3b) chore: add convertToGraph utility for transforming services into graph nodes and edges - [`682cbe2`](https://github.com/dflow-sh/dflow/commit/682cbe2b11a7d8b6915692acea46176db8eba66f) feat: add convertNodesToServices utility for transforming nodes into service data - [`6a6d9d6`](https://github.com/dflow-sh/dflow/commit/6a6d9d6690533ae3a617cf5bdc5842c5b784bcf0) feat: add ServiceList component for visualizing services in a graph layout - [`ff86413`](https://github.com/dflow-sh/dflow/commit/ff86413d2c586dcb6d6163c6c3d4f54f4f29d5a0) feat: add support for children prop in ChooseService component - [`7372a4c`](https://github.com/dflow-sh/dflow/commit/7372a4cb40c0f42867994ada1146d400d0f6b110) feat: replace ServicesArchitecture with ServiceList for service visualization - [`064e13c`](https://github.com/dflow-sh/dflow/commit/064e13c12e7bd48e676a1b8fe37f9ff48335f312) feat: introduce ServicesArchitecture component for enhanced service management - [`9dae6ab`](https://github.com/dflow-sh/dflow/commit/9dae6abd84dbaf4c54abf15d9338fbb1e5631e87) feat: enhance ServicesArchitecture component with dynamic deploy button label - [`4263221`](https://github.com/dflow-sh/dflow/commit/42632215d9ca382f5adca78f56c469158d643f6b) feat: added architecture deployment option - [`567063b`](https://github.com/dflow-sh/dflow/commit/567063b03461526078ee610264c30b5016d573ef) Merge branch 'main' into service-architecture-in-project ### 📊 Changes **11 files changed** (+313 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:29:34 +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#364
No description provided.