mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #396] [MERGED] Bugfix/scaling units metrics config #459
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#459
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/396
Author: @manikanta9176
Created: 8/11/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @manikanta9176
Base:
main← Head:bugfix/scaling-units-metrics-config📝 Commits (5)
56e1b05feat: refactor ScalingTab to use Accordion for process scaling sectionf42ae5cfeat: update color scheme for process types and alerts in ScalingTabb7319c3feat: enhance filter removal logic to handle text-based filters separatelyb7e6b03feat: enhance ScalingTab with resource validation and formattingbf28a56feat: add updateServerResourceLimitsAction and corresponding schema, form, and UI updates📊 Changes
10 files changed (+1004 additions, -909 deletions)
View changed files
📝
.vscode/settings.json(+2 -0)📝
src/actions/server/index.ts(+36 -0)📝
src/actions/server/validator.ts(+8 -6)📝
src/components/DynamicFilter/DynamicFilterPanel.tsx(+13 -2)📝
src/components/servers/DefaultResourceLimitsForm.tsx(+295 -74)➖
src/components/servers/UpdateServerForm.tsx(+0 -281)📝
src/components/service/ScalingTab.tsx(+640 -537)📝
src/lib/permissions/config.ts(+2 -1)📝
src/payload-types.ts(+2 -2)📝
src/payload/collections/Servers/index.ts(+6 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.