[PR #356] [MERGED] Allow services to switch between projects on the same server #444

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/356
Author: @manikanta9176
Created: 7/21/2025
Status: Merged
Merged: 7/24/2025
Merged by: @manikanta9176

Base: mainHead: feat/service-switching


📝 Commits (1)

  • 8a5a9e6 feat: add project switching functionality for services with new dialog and context menu options

📊 Changes

5 files changed (+258 additions, -3 deletions)

View changed files

📝 src/actions/service/validator.ts (+1 -0)
📝 src/components/reactflow/CustomNodes/index.tsx (+3 -0)
📝 src/components/reactflow/reactflow.config.tsx (+3 -1)
📝 src/components/service/ServiceList.tsx (+84 -2)
src/components/service/SwitchServiceProjectDialog.tsx (+167 -0)

📄 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/356 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/service-switching` --- ### 📝 Commits (1) - [`8a5a9e6`](https://github.com/dflow-sh/dflow/commit/8a5a9e6c3e03279aa6daab4c96449dcb7f9291ad) feat: add project switching functionality for services with new dialog and context menu options ### 📊 Changes **5 files changed** (+258 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/service/validator.ts` (+1 -0) 📝 `src/components/reactflow/CustomNodes/index.tsx` (+3 -0) 📝 `src/components/reactflow/reactflow.config.tsx` (+3 -1) 📝 `src/components/service/ServiceList.tsx` (+84 -2) ➕ `src/components/service/SwitchServiceProjectDialog.tsx` (+167 -0) </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:59 +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#444
No description provided.