[PR #138] [MERGED] Template issues #361

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

📋 Pull Request Information

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

Base: mainHead: template-issues


📝 Commits (8)

  • d5fc785 chore: sidebar background color updated
  • c90a6f6 chore: template ui fixes
  • 176ddb6 chore: defaultPopulate removed in services
  • d2d4fdd chore: covert to graph helper function
  • 4570415 chore: Services list ui updated
  • 49e4da5 chore: updated access controls for template
  • 753dad0 chore: skeleton added for edit template
  • 9382136 Merge branch 'main' into template-issues

📊 Changes

8 files changed (+139 additions, -169 deletions)

View changed files

📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx (+5 -21)
📝 src/components/project/ServicesArchitecture.tsx (+25 -59)
src/components/reactflow/utils/convertServicesToGraph.ts (+75 -0)
📝 src/components/templates/compose/DeploymentOrder.tsx (+1 -1)
📝 src/components/templates/compose/UpdateServiceDetails.tsx (+2 -2)
📝 src/components/templates/compose/index.tsx (+19 -73)
📝 src/payload/collections/Services/index.ts (+1 -9)
📝 src/payload/collections/Templates/index.ts (+11 -4)

📄 Description

  • Update Services list UI with reactflow.
  • Skeleton for Template update.
  • Access controls for Template collection

🔄 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/138 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 4/30/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `template-issues` --- ### 📝 Commits (8) - [`d5fc785`](https://github.com/dflow-sh/dflow/commit/d5fc7857e242bf51981e0cf79a87f26a4605dee6) chore: sidebar background color updated - [`c90a6f6`](https://github.com/dflow-sh/dflow/commit/c90a6f6c443e5e617314db915e710550cbff3cfa) chore: template ui fixes - [`176ddb6`](https://github.com/dflow-sh/dflow/commit/176ddb6485fb3d130798a385e3cf6e88d4425a37) chore: defaultPopulate removed in services - [`d2d4fdd`](https://github.com/dflow-sh/dflow/commit/d2d4fdda4188699f17c8ca8f508ab250a2e838a6) chore: covert to graph helper function - [`4570415`](https://github.com/dflow-sh/dflow/commit/4570415eda6f1ee41ecdb60ba5c4e7a03dc2c0b7) chore: Services list ui updated - [`49e4da5`](https://github.com/dflow-sh/dflow/commit/49e4da50a78a0088981a3715b41c440ab0adefd5) chore: updated access controls for template - [`753dad0`](https://github.com/dflow-sh/dflow/commit/753dad053eabb29477543ed17886c73c0470b1e5) chore: skeleton added for edit template - [`9382136`](https://github.com/dflow-sh/dflow/commit/9382136a47f11f257477dacb53b994abd30fbac9) Merge branch 'main' into template-issues ### 📊 Changes **8 files changed** (+139 additions, -169 deletions) <details> <summary>View changed files</summary> 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx` (+5 -21) 📝 `src/components/project/ServicesArchitecture.tsx` (+25 -59) ➕ `src/components/reactflow/utils/convertServicesToGraph.ts` (+75 -0) 📝 `src/components/templates/compose/DeploymentOrder.tsx` (+1 -1) 📝 `src/components/templates/compose/UpdateServiceDetails.tsx` (+2 -2) 📝 `src/components/templates/compose/index.tsx` (+19 -73) 📝 `src/payload/collections/Services/index.ts` (+1 -9) 📝 `src/payload/collections/Templates/index.ts` (+11 -4) </details> ### 📄 Description - [x] Update Services list UI with reactflow. - [x] Skeleton for Template update. - [x] Access controls for Template collection --- <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:33 +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#361
No description provided.