[PR #353] [MERGED] Feat/resource check #442

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

📋 Pull Request Information

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

Base: mainHead: feat/resource-check


📝 Commits (6)

  • 51d08ce feat: enhance dFlow bootstrap and resource management
  • a682093 refactor: comment out Dokku installation steps in cloud-init script
  • e97ec86 feat: add server resource checking functionality in service creation
  • 3479234 feat: add default resource limits configuration for servers
  • 813beb7 feat: add Dokku Resource Check Plugin installation script
  • b7dd851 refactor: streamline MOTD creation in cloud-init script

📊 Changes

16 files changed (+1746 additions, -46 deletions)

View changed files

📝 scripts/cloud-init.sh (+244 -35)
scripts/dokku-predeploy-resource-check.sh (+151 -0)
scripts/install-dokku-interceptor.sh (+281 -0)
scripts/install-dokku-resource-check.sh (+292 -0)
📝 src/actions/server/validator.ts (+6 -0)
📝 src/actions/service/index.ts (+66 -0)
📝 src/actions/service/validator.ts (+7 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+2 -0)
src/components/servers/DefaultResourceLimitsForm.tsx (+175 -0)
📝 src/components/servers/UpdateServerForm.tsx (+38 -0)
📝 src/components/service/CreateService.tsx (+273 -9)
📝 src/lib/dokku/apps/create.ts (+0 -2)
📝 src/lib/server/info.ts (+10 -0)
src/lib/server/resourceCheck.ts (+149 -0)
📝 src/payload-types.ts (+19 -0)
📝 src/payload/collections/Servers/index.ts (+33 -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/353 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/resource-check` --- ### 📝 Commits (6) - [`51d08ce`](https://github.com/dflow-sh/dflow/commit/51d08ce7bef8a8ca68748d9286873edcbee45f5f) feat: enhance dFlow bootstrap and resource management - [`a682093`](https://github.com/dflow-sh/dflow/commit/a68209377391f43c990a26d2562042f069bcdf5f) refactor: comment out Dokku installation steps in cloud-init script - [`e97ec86`](https://github.com/dflow-sh/dflow/commit/e97ec8637ff3f6639cc4aca80e8fefb5ad3e4c28) feat: add server resource checking functionality in service creation - [`3479234`](https://github.com/dflow-sh/dflow/commit/3479234558366eddc2b4be6c304ff49dcad89b5b) feat: add default resource limits configuration for servers - [`813beb7`](https://github.com/dflow-sh/dflow/commit/813beb7d4c8b6a2775fa975a919710d3bc6a5d52) feat: add Dokku Resource Check Plugin installation script - [`b7dd851`](https://github.com/dflow-sh/dflow/commit/b7dd8518295cb51eaed5836a068a8690b8e28d4f) refactor: streamline MOTD creation in cloud-init script ### 📊 Changes **16 files changed** (+1746 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `scripts/cloud-init.sh` (+244 -35) ➕ `scripts/dokku-predeploy-resource-check.sh` (+151 -0) ➕ `scripts/install-dokku-interceptor.sh` (+281 -0) ➕ `scripts/install-dokku-resource-check.sh` (+292 -0) 📝 `src/actions/server/validator.ts` (+6 -0) 📝 `src/actions/service/index.ts` (+66 -0) 📝 `src/actions/service/validator.ts` (+7 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+2 -0) ➕ `src/components/servers/DefaultResourceLimitsForm.tsx` (+175 -0) 📝 `src/components/servers/UpdateServerForm.tsx` (+38 -0) 📝 `src/components/service/CreateService.tsx` (+273 -9) 📝 `src/lib/dokku/apps/create.ts` (+0 -2) 📝 `src/lib/server/info.ts` (+10 -0) ➕ `src/lib/server/resourceCheck.ts` (+149 -0) 📝 `src/payload-types.ts` (+19 -0) 📝 `src/payload/collections/Servers/index.ts` (+33 -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:59 +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#442
No description provided.