[PR #41] [MERGED] Server onboarding #331

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

📋 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: mainHead: server-onboarding


📝 Commits (2)

  • 4f1fcfe chore: added onboarding field to server collection
  • 8af0a28 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/41 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/5/2025 **Status:** ✅ Merged **Merged:** 4/5/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `server-onboarding` --- ### 📝 Commits (2) - [`4f1fcfe`](https://github.com/dflow-sh/dflow/commit/4f1fcfe00c8a485387b80c11f097c140eba04613) chore: added onboarding field to server collection - [`8af0a28`](https://github.com/dflow-sh/dflow/commit/8af0a284f7bd37e539da862c8ec96a8d2c93283b) chore: complete server onboarding ### 📊 Changes **19 files changed** (+547 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:25 +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#331
No description provided.