[PR #282] [MERGED] Safety/check dfkg locked before apt #412

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

📋 Pull Request Information

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

Base: mainHead: safety/check-dfkg-locked-before-apt


📝 Commits (3)

  • d7b5321 feat: add dpkg lock checks to install and uninstall processes for Netdata and Dokku to prevent conflicts during package operations
  • a15b320 refactor: clean up ServerCard component by removing unused imports and commenting out the footer section for conditional rendering
  • 9cf3c25 refactor: remove unused date-fns import and clean up lastChecked logic in ServerCard component

📊 Changes

4 files changed (+45 additions, -11 deletions)

View changed files

📝 src/components/servers/ServerCard.tsx (+3 -11)
📝 src/lib/dokku/version/install.ts (+12 -0)
📝 src/lib/netdata/core/install.ts (+15 -0)
📝 src/lib/netdata/core/uninstall.ts (+15 -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/282 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `safety/check-dfkg-locked-before-apt` --- ### 📝 Commits (3) - [`d7b5321`](https://github.com/dflow-sh/dflow/commit/d7b5321379c91b862dfc334678cefa94bdae0cbc) feat: add dpkg lock checks to install and uninstall processes for Netdata and Dokku to prevent conflicts during package operations - [`a15b320`](https://github.com/dflow-sh/dflow/commit/a15b320c5fb7c50bd212399c3394af10160216da) refactor: clean up ServerCard component by removing unused imports and commenting out the footer section for conditional rendering - [`9cf3c25`](https://github.com/dflow-sh/dflow/commit/9cf3c25784977eedcf696f4fd6b7e0fa17f342ad) refactor: remove unused date-fns import and clean up lastChecked logic in ServerCard component ### 📊 Changes **4 files changed** (+45 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/components/servers/ServerCard.tsx` (+3 -11) 📝 `src/lib/dokku/version/install.ts` (+12 -0) 📝 `src/lib/netdata/core/install.ts` (+15 -0) 📝 `src/lib/netdata/core/uninstall.ts` (+15 -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:50 +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#412
No description provided.