mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-25 21:35:54 +03:00
[PR #315] [MERGED] Feat/server provisioning retry UI #427
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#427
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/315
Author: @manikanta9176
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @manikanta9176
Base:
main← Head:feat/server-provisioning-retry-ui📝 Commits (3)
27ccc9cfeat: enhance server connection handling and UI feedback2bae8e1refactor: improve server connection status handling and UI alerts0b87c97Merge 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.