mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #144] [CLOSED] Unique service name #363
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#363
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/144
Author: @jagadeesh507
Created: 5/5/2025
Status: ❌ Closed
Base:
main← Head:unique-service-name📝 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 label9139151feat: add description field to and update EditServiceName component to add unique namec79b694refactor: remove unused EditServiceName import and clean up ContextMenu component📊 Changes
12 files changed (+211 additions, -66 deletions)
View changed files
📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx(+7 -13)📝
src/components/reactflow/types.ts(+1 -0)➕
src/components/reactflow/utils/convertNodesToServices.tsx(+8 -0)📝
src/components/reactflow/utils/convertServicesToNodes.ts(+1 -0)📝
src/components/service/ServiceList.tsx(+4 -4)➕
src/components/service/ServicesArchitecture.tsx(+46 -0)📝
src/components/templates/compose/ChooseService.tsx(+3 -0)📝
src/components/templates/compose/ContextMenu.tsx(+2 -4)📝
src/components/templates/compose/EditServiceName.tsx(+111 -28)📝
src/components/templates/compose/UpdateServiceDetails.tsx(+7 -2)📝
src/components/templates/compose/index.tsx(+6 -15)📝
src/components/templates/compose/types.ts(+15 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.