[PR #315] [MERGED] Feat/server provisioning retry UI #427

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

📋 Pull Request Information

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

Base: mainHead: feat/server-provisioning-retry-ui


📝 Commits (3)

  • 27ccc9c feat: enhance server connection handling and UI feedback
  • 2bae8e1 refactor: improve server connection status handling and UI alerts
  • 0b87c97 Merge branch 'main' into feat/server-provisioning-retry-ui

📊 Changes

14 files changed (+1279 additions, -180 deletions)

View changed files

📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+310 -23)
📝 src/app/(frontend)/globals.css (+13 -0)
📝 src/components/servers/CloudInitStatusBanner.tsx (+94 -44)
src/components/servers/ConnectionErrorBanner.tsx (+119 -0)
src/components/servers/ProvisioningBanner.tsx (+68 -0)
src/components/servers/ProvisioningStatusBanner.tsx (+106 -0)
📝 src/components/servers/ServerCard.tsx (+201 -70)
📝 src/payload-types.ts (+7 -2)
src/payload/collections/Servers/hooks/populateDflowVpsDetails.ts (+111 -0)
📝 src/payload/collections/Servers/hooks/populateServerDetails.ts (+20 -5)
📝 src/payload/collections/Servers/index.ts (+28 -3)
📝 src/payload/jobs/checkServersConnections.ts (+42 -30)
📝 src/queues/dFlow/addCreateVpsQueue.ts (+20 -3)
src/queues/dFlow/checkDflowServerConnectionQueue.ts (+140 -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/315 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/server-provisioning-retry-ui` --- ### 📝 Commits (3) - [`27ccc9c`](https://github.com/dflow-sh/dflow/commit/27ccc9c4a3a5428cbbbde0562342395ebf3f4575) feat: enhance server connection handling and UI feedback - [`2bae8e1`](https://github.com/dflow-sh/dflow/commit/2bae8e1e8bcab5a512faf63e33982bfb514ab177) refactor: improve server connection status handling and UI alerts - [`0b87c97`](https://github.com/dflow-sh/dflow/commit/0b87c975d4d78e4744c884a1467a67510c7c2db3) Merge branch 'main' into feat/server-provisioning-retry-ui ### 📊 Changes **14 files changed** (+1279 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+310 -23) 📝 `src/app/(frontend)/globals.css` (+13 -0) 📝 `src/components/servers/CloudInitStatusBanner.tsx` (+94 -44) ➕ `src/components/servers/ConnectionErrorBanner.tsx` (+119 -0) ➕ `src/components/servers/ProvisioningBanner.tsx` (+68 -0) ➕ `src/components/servers/ProvisioningStatusBanner.tsx` (+106 -0) 📝 `src/components/servers/ServerCard.tsx` (+201 -70) 📝 `src/payload-types.ts` (+7 -2) ➕ `src/payload/collections/Servers/hooks/populateDflowVpsDetails.ts` (+111 -0) 📝 `src/payload/collections/Servers/hooks/populateServerDetails.ts` (+20 -5) 📝 `src/payload/collections/Servers/index.ts` (+28 -3) 📝 `src/payload/jobs/checkServersConnections.ts` (+42 -30) 📝 `src/queues/dFlow/addCreateVpsQueue.ts` (+20 -3) ➕ `src/queues/dFlow/checkDflowServerConnectionQueue.ts` (+140 -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:54 +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#427
No description provided.