mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #353] [MERGED] Feat/resource check #442
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#442
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/353
Author: @manikanta9176
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @manikanta9176
Base:
main← Head:feat/resource-check📝 Commits (6)
51d08cefeat: enhance dFlow bootstrap and resource managementa682093refactor: comment out Dokku installation steps in cloud-init scripte97ec86feat: add server resource checking functionality in service creation3479234feat: add default resource limits configuration for servers813beb7feat: add Dokku Resource Check Plugin installation scriptb7dd851refactor: 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.