[PR #340] [MERGED] Chore/disable onboarding #437

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

📋 Pull Request Information

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

Base: mainHead: chore/disable-onboarding


📝 Commits (3)

  • 3810a4e refactor: centralize dpkg lock checking logic
  • 1f5cd7e feat: implement dpkg lock handling in server components
  • e13246d fix: enhance button disable logic in Step1 component

📊 Changes

12 files changed (+257 additions, -53 deletions)

View changed files

📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+75 -5)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx (+2 -1)
📝 src/components/onboarding/dokkuInstallation/Step1.tsx (+5 -1)
src/components/servers/DpkgLockBanner.tsx (+41 -0)
📝 src/components/servers/ServerCard.tsx (+82 -10)
📝 src/lib/dokku/version/install.ts (+2 -10)
📝 src/lib/dokku/version/uninstall.ts (+4 -10)
📝 src/lib/netdata/core/install.ts (+6 -8)
📝 src/lib/netdata/core/uninstall.ts (+6 -8)
src/lib/utils/checkDpkgLock.ts (+22 -0)
📝 src/payload-types-overrides.ts (+1 -0)
📝 src/payload/collections/Servers/hooks/populateServerDetails.ts (+11 -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/340 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `chore/disable-onboarding` --- ### 📝 Commits (3) - [`3810a4e`](https://github.com/dflow-sh/dflow/commit/3810a4e49fe416f540aa30fd2c78b2591b82f834) refactor: centralize dpkg lock checking logic - [`1f5cd7e`](https://github.com/dflow-sh/dflow/commit/1f5cd7e04f0e4f87fa50654251e14298b74d70d4) feat: implement dpkg lock handling in server components - [`e13246d`](https://github.com/dflow-sh/dflow/commit/e13246d4665fb2656ee06cb31c7cf377e2295c14) fix: enhance button disable logic in Step1 component ### 📊 Changes **12 files changed** (+257 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+75 -5) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx` (+2 -1) 📝 `src/components/onboarding/dokkuInstallation/Step1.tsx` (+5 -1) ➕ `src/components/servers/DpkgLockBanner.tsx` (+41 -0) 📝 `src/components/servers/ServerCard.tsx` (+82 -10) 📝 `src/lib/dokku/version/install.ts` (+2 -10) 📝 `src/lib/dokku/version/uninstall.ts` (+4 -10) 📝 `src/lib/netdata/core/install.ts` (+6 -8) 📝 `src/lib/netdata/core/uninstall.ts` (+6 -8) ➕ `src/lib/utils/checkDpkgLock.ts` (+22 -0) 📝 `src/payload-types-overrides.ts` (+1 -0) 📝 `src/payload/collections/Servers/hooks/populateServerDetails.ts` (+11 -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:57 +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#437
No description provided.