mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #221] [MERGED] Option to skip deleting projects/services from server #394
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#394
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/221
Author: @manikanta9176
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/8/2025
Merged by: @manikanta9176
Base:
main← Head:feat/optional-server-deletion📝 Commits (3)
96332fdfeat: implement delete project functionality with server deletion option and create DeleteProjectDialog component956627afeat: add delete service functionality with server deletion option and create DeleteServiceDialog component9916dc4chore: 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.