mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #242] [MERGED] Feat/delete projects while server deletion #399
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#399
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/242
Author: @manikanta9176
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/11/2025
Merged by: @manikanta9176
Base:
main← Head:feat/delete-project-while-server-deletion📝 Commits (5)
ebd0633feat: implement server deletion with project and backup options in DeleteServerDialog2667193feat: implement project deletion with server and backup options in deleteProjectAction and related components8dce262feat: enhance server info display and improve project management UI in DeleteServerDialoga281a60refactor: improve checkbox state handling and update message formatting in project and server deletion dialogs5abbe8fMerge branch 'main' into feat/delete-project-while-server-deletion📊 Changes
12 files changed (+938 additions, -187 deletions)
View changed files
📝
src/actions/pages/server/index.ts(+31 -0)📝
src/actions/project/index.ts(+17 -105)📝
src/actions/project/validator.ts(+2 -1)📝
src/actions/server/index.ts(+18 -4)📝
src/actions/server/validator.ts(+2 -0)📝
src/components/DeleteProjectDialog.tsx(+10 -3)➕
src/components/servers/DeleteServerDialog.tsx(+445 -0)📝
src/components/servers/ServerCard.tsx(+3 -71)📝
src/components/servers/ServerList.tsx(+1 -1)📝
src/components/service/DeleteServiceDialog.tsx(+6 -2)➕
src/queues/project/deleteProject.ts(+250 -0)➕
src/queues/project/deleteProjects.ts(+153 -0)📄 Description
#156
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.