[PR #357] [MERGED] fix: update dokku removal commands and ensure sequential error handling #445

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/357
Author: @malla-lokesh
Created: 7/21/2025
Status: Merged
Merged: 7/22/2025
Merged by: @malla-lokesh

Base: mainHead: server-settings-configuration


📝 Commits (3)

  • 9724cfc fix: update dokku removal commands and ensure sequential error handling
  • aa4bc65 chore: enhance server reset functionality with job completion handling and improved error logging
  • 18aa099 Merge remote-tracking branch 'origin/main' into server-settings-configuration

📊 Changes

5 files changed (+194 additions, -6 deletions)

View changed files

📝 src/actions/server/index.ts (+1 -1)
📝 src/components/servers/Danger.tsx (+6 -4)
📝 src/lib/dokku/version/uninstall.ts (+10 -1)
src/lib/utils/waitForJobCompletion.ts (+48 -0)
src/queues/server/reset.ts (+129 -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/357 **Author:** [@malla-lokesh](https://github.com/malla-lokesh) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/22/2025 **Merged by:** [@malla-lokesh](https://github.com/malla-lokesh) **Base:** `main` ← **Head:** `server-settings-configuration` --- ### 📝 Commits (3) - [`9724cfc`](https://github.com/dflow-sh/dflow/commit/9724cfc91e02b9be3a0bb4139762c4c7e56dcd45) fix: update dokku removal commands and ensure sequential error handling - [`aa4bc65`](https://github.com/dflow-sh/dflow/commit/aa4bc6544c263d10edf9ba5f9b0472fe1eb01b62) chore: enhance server reset functionality with job completion handling and improved error logging - [`18aa099`](https://github.com/dflow-sh/dflow/commit/18aa0995b4d20e2192a3aa1286116eeffba0d96a) Merge remote-tracking branch 'origin/main' into server-settings-configuration ### 📊 Changes **5 files changed** (+194 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/server/index.ts` (+1 -1) 📝 `src/components/servers/Danger.tsx` (+6 -4) 📝 `src/lib/dokku/version/uninstall.ts` (+10 -1) ➕ `src/lib/utils/waitForJobCompletion.ts` (+48 -0) ➕ `src/queues/server/reset.ts` (+129 -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#445
No description provided.