mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #190] [MERGED] Dflow vps creation #382
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#382
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/190
Author: @manikanta9176
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/27/2025
Merged by: @manikanta9176
Base:
main← Head:dflow-vps-creation📝 Commits (3)
2ea7efefeat: Add Dflow VPS form components and functionalitydb2b6a1feat: Update schemas and form handling for dynamic user input and payment status3517c32fix: return created VPS order response instead of null in addCreateVpsQueue function📊 Changes
26 files changed (+2825 additions, -644 deletions)
View changed files
📝
src/actions/cloud/dFlow/index.ts(+53 -20)📝
src/actions/cloud/dFlow/validator.ts(+30 -8)📝
src/components/security/CreateSSHKey.tsx(+20 -16)📝
src/components/servers/DflowVpsForm.tsx(+871 -532)📝
src/components/servers/ServerForm.tsx(+32 -7)➕
src/components/servers/dflowVpsForm/AccountSelectionSection.tsx(+37 -0)➕
src/components/servers/dflowVpsForm/DflowVpsFormContainer.tsx(+51 -0)➕
src/components/servers/dflowVpsForm/DflowVpsFormProvider.tsx(+343 -0)➕
src/components/servers/dflowVpsForm/HeaderSection.tsx(+16 -0)➕
src/components/servers/dflowVpsForm/OrderForm.tsx(+134 -0)➕
src/components/servers/dflowVpsForm/PaymentStatusSection.tsx(+204 -0)➕
src/components/servers/dflowVpsForm/SpecificationsSection.tsx(+64 -0)➕
src/components/servers/dflowVpsForm/TrafficSection.tsx(+22 -0)➕
src/components/servers/dflowVpsForm/form-fields/BackupOptionsSection.tsx(+100 -0)➕
src/components/servers/dflowVpsForm/form-fields/DisplayNameField.tsx(+34 -0)➕
src/components/servers/dflowVpsForm/form-fields/ImageSelection.tsx(+81 -0)➕
src/components/servers/dflowVpsForm/form-fields/ImageVersionField.tsx(+90 -0)➕
src/components/servers/dflowVpsForm/form-fields/LoginDetailsSection.tsx(+67 -0)➕
src/components/servers/dflowVpsForm/form-fields/PriceSummarySection.tsx(+111 -0)➕
src/components/servers/dflowVpsForm/form-fields/RegionField.tsx(+80 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.