mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #41] [MERGED] Server onboarding #331
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#331
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/41
Author: @manikanta9176
Created: 4/5/2025
Status: ✅ Merged
Merged: 4/5/2025
Merged by: @manikanta9176
Base:
main← Head:server-onboarding📝 Commits (2)
4f1fcfechore: added onboarding field to server collection8af0a28chore: complete server onboarding📊 Changes
19 files changed (+547 additions, -93 deletions)
View changed files
📝
src/actions/server/index.ts(+25 -0)📝
src/actions/server/validator.ts(+4 -0)📝
src/app/(frontend)/(dashboard)/settings/servers/[id]/page.tsx(+2 -1)📝
src/app/(frontend)/onboarding/dokku-install/layout.tsx(+3 -3)📝
src/app/(frontend)/onboarding/dokku-install/page.client.tsx(+13 -12)📝
src/components/SelectSearchComponent.tsx(+25 -12)➕
src/components/onboarding/dokkuInstallation/DokkuInstallationStepContext.tsx(+39 -0)➖
src/components/onboarding/dokkuInstallation/InstallationStepContext.tsx(+0 -38)📝
src/components/onboarding/dokkuInstallation/Step2.tsx(+6 -5)📝
src/components/onboarding/dokkuInstallation/Step3.tsx(+11 -10)📝
src/components/onboarding/dokkuInstallation/Step4.tsx(+7 -6)📝
src/components/onboarding/dokkuInstallation/Step5.tsx(+16 -6)➕
src/components/servers/onboarding/ConfigureDomain.tsx(+32 -0)➕
src/components/servers/onboarding/DokuInstallation.tsx(+104 -0)➕
src/components/servers/onboarding/ServerOnboarding.tsx(+35 -0)➕
src/components/servers/onboarding/ServerOnboardingContext.tsx(+62 -0)➕
src/components/servers/onboarding/ServerOnboardingLayout.tsx(+155 -0)📝
src/payload-types.ts(+2 -0)📝
src/payload/collections/Servers/index.ts(+6 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.