[PR #221] [MERGED] Option to skip deleting projects/services from server #394

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/221
Author: @manikanta9176
Created: 6/8/2025
Status: Merged
Merged: 6/8/2025
Merged by: @manikanta9176

Base: mainHead: feat/optional-server-deletion


📝 Commits (3)

  • 96332fd feat: implement delete project functionality with server deletion option and create DeleteProjectDialog component
  • 956627a feat: add delete service functionality with server deletion option and create DeleteServiceDialog component
  • 9916dc4 chore: add getProjectDatabasesAction and corresponding schema; refactor service action schemas

📊 Changes

9 files changed (+624 additions, -430 deletions)

View changed files

📝 src/actions/project/index.ts (+25 -6)
📝 src/actions/project/validator.ts (+5 -0)
📝 src/actions/service/index.ts (+68 -27)
📝 src/actions/service/validator.ts (+11 -1)
src/components/DeleteProjectDialog.tsx (+230 -0)
📝 src/components/ProjectCard.tsx (+8 -94)
src/components/service/DeleteServiceDialog.tsx (+221 -0)
src/components/service/ServiceCard.tsx (+0 -209)
📝 src/components/service/ServiceList.tsx (+56 -93)

📄 Description

#215


🔄 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/221 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 6/8/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/optional-server-deletion` --- ### 📝 Commits (3) - [`96332fd`](https://github.com/dflow-sh/dflow/commit/96332fdd0d70ec1cec4d66062326d50fe35279c2) feat: implement delete project functionality with server deletion option and create DeleteProjectDialog component - [`956627a`](https://github.com/dflow-sh/dflow/commit/956627ad3df030683cc3f433d1b51d531d9af210) feat: add delete service functionality with server deletion option and create DeleteServiceDialog component - [`9916dc4`](https://github.com/dflow-sh/dflow/commit/9916dc4f5d37f8b236b0e4ef56c0c190f031dd2e) chore: add getProjectDatabasesAction and corresponding schema; refactor service action schemas ### 📊 Changes **9 files changed** (+624 additions, -430 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/project/index.ts` (+25 -6) 📝 `src/actions/project/validator.ts` (+5 -0) 📝 `src/actions/service/index.ts` (+68 -27) 📝 `src/actions/service/validator.ts` (+11 -1) ➕ `src/components/DeleteProjectDialog.tsx` (+230 -0) 📝 `src/components/ProjectCard.tsx` (+8 -94) ➕ `src/components/service/DeleteServiceDialog.tsx` (+221 -0) ➖ `src/components/service/ServiceCard.tsx` (+0 -209) 📝 `src/components/service/ServiceList.tsx` (+56 -93) </details> ### 📄 Description #215 --- <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:45 +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#394
No description provided.