[PR #102] [MERGED] Edit template #354

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

📋 Pull Request Information

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

Base: mainHead: edit-template


📝 Commits (10+)

  • effa959 fix: drag issue fixed
  • ab9882d chore: update service name and environment variables
  • f601307 chore: context menu to edit or delete node
  • fad8bcd chore: variables updated with key value pairs
  • b615a70 chore: getTemplateById query
  • f9a904c chore: reactflow custom node fix
  • 1edde04 chore:update docker service
  • 33cf310 chore: update github service
  • 73382b8 chore: update service details with context menu
  • 55b6ce6 chore: ui updated for deployment order

📊 Changes

16 files changed (+1141 additions, -138 deletions)

View changed files

📝 src/actions/templates/index.ts (+12 -0)
📝 src/actions/templates/validator.ts (+64 -1)
📝 src/components/reactflow/CustomNodes/index.tsx (+1 -1)
📝 src/components/reactflow/reactflow.config.tsx (+8 -1)
📝 src/components/reactflow/types.ts (+22 -6)
📝 src/components/templates/create/AddDatabaseService.tsx (+5 -2)
📝 src/components/templates/create/AddDockerService.tsx (+70 -29)
📝 src/components/templates/create/AddGithubService.tsx (+121 -31)
src/components/templates/create/ContextMenu.tsx (+72 -0)
📝 src/components/templates/create/CreateNewTemplate.tsx (+62 -7)
📝 src/components/templates/create/DeploymentOrder.tsx (+83 -48)
src/components/templates/create/EditServiceName.tsx (+123 -0)
src/components/templates/create/UpdateServiceDetails.tsx (+470 -0)
📝 src/components/templates/create/types.ts (+0 -1)
📝 src/payload-types.ts (+12 -8)
📝 src/payload/collections/Templates/index.ts (+16 -3)

📄 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/102 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `edit-template` --- ### 📝 Commits (10+) - [`effa959`](https://github.com/dflow-sh/dflow/commit/effa9594b5f9fa7a2c9a922c28d9916f4707bcfb) fix: drag issue fixed - [`ab9882d`](https://github.com/dflow-sh/dflow/commit/ab9882d82f85b937146397b6049ad0b7e4e6e9a2) chore: update service name and environment variables - [`f601307`](https://github.com/dflow-sh/dflow/commit/f60130747f6076dab0387076273209fbe2a0d127) chore: context menu to edit or delete node - [`fad8bcd`](https://github.com/dflow-sh/dflow/commit/fad8bcd5d9eeaecf965e9f81e5d11e620fe03879) chore: variables updated with key value pairs - [`b615a70`](https://github.com/dflow-sh/dflow/commit/b615a703f39b18d726d56cdea689a13407c3197d) chore: getTemplateById query - [`f9a904c`](https://github.com/dflow-sh/dflow/commit/f9a904c3a6ec50acb2f7cafcb497c5cb3ceb00b5) chore: reactflow custom node fix - [`1edde04`](https://github.com/dflow-sh/dflow/commit/1edde042ccf58a295b129e0c52ed57ab4c9b87c4) chore:update docker service - [`33cf310`](https://github.com/dflow-sh/dflow/commit/33cf310099edbcf113c066b546441e1340dc2930) chore: update github service - [`73382b8`](https://github.com/dflow-sh/dflow/commit/73382b8db5e234f1a4c9e125c8f0cdb83f87a5ea) chore: update service details with context menu - [`55b6ce6`](https://github.com/dflow-sh/dflow/commit/55b6ce6c0ed3de239b02156f35abd6de36ff3344) chore: ui updated for deployment order ### 📊 Changes **16 files changed** (+1141 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/templates/index.ts` (+12 -0) 📝 `src/actions/templates/validator.ts` (+64 -1) 📝 `src/components/reactflow/CustomNodes/index.tsx` (+1 -1) 📝 `src/components/reactflow/reactflow.config.tsx` (+8 -1) 📝 `src/components/reactflow/types.ts` (+22 -6) 📝 `src/components/templates/create/AddDatabaseService.tsx` (+5 -2) 📝 `src/components/templates/create/AddDockerService.tsx` (+70 -29) 📝 `src/components/templates/create/AddGithubService.tsx` (+121 -31) ➕ `src/components/templates/create/ContextMenu.tsx` (+72 -0) 📝 `src/components/templates/create/CreateNewTemplate.tsx` (+62 -7) 📝 `src/components/templates/create/DeploymentOrder.tsx` (+83 -48) ➕ `src/components/templates/create/EditServiceName.tsx` (+123 -0) ➕ `src/components/templates/create/UpdateServiceDetails.tsx` (+470 -0) 📝 `src/components/templates/create/types.ts` (+0 -1) 📝 `src/payload-types.ts` (+12 -8) 📝 `src/payload/collections/Templates/index.ts` (+16 -3) </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:32 +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#354
No description provided.