[PR #396] [MERGED] Bugfix/scaling units metrics config #459

Closed
opened 2026-03-03 11:30:04 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: bugfix/scaling-units-metrics-config


📝 Commits (5)

  • 56e1b05 feat: refactor ScalingTab to use Accordion for process scaling section
  • f42ae5c feat: update color scheme for process types and alerts in ScalingTab
  • b7319c3 feat: enhance filter removal logic to handle text-based filters separately
  • b7e6b03 feat: enhance ScalingTab with resource validation and formatting
  • bf28a56 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/396 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `bugfix/scaling-units-metrics-config` --- ### 📝 Commits (5) - [`56e1b05`](https://github.com/dflow-sh/dflow/commit/56e1b052fced9d374d8b6bdc43e48a935c814007) feat: refactor ScalingTab to use Accordion for process scaling section - [`f42ae5c`](https://github.com/dflow-sh/dflow/commit/f42ae5c4ecba6a67e61a474a1bbae32d43b2e905) feat: update color scheme for process types and alerts in ScalingTab - [`b7319c3`](https://github.com/dflow-sh/dflow/commit/b7319c3cd6e605ef86f25734eae99771879f1cac) feat: enhance filter removal logic to handle text-based filters separately - [`b7e6b03`](https://github.com/dflow-sh/dflow/commit/b7e6b03aff23df88926719fb68875ce133b0055a) feat: enhance ScalingTab with resource validation and formatting - [`bf28a56`](https://github.com/dflow-sh/dflow/commit/bf28a565d5cfecb83551c5054d8c1484abad108c) feat: add updateServerResourceLimitsAction and corresponding schema, form, and UI updates ### 📊 Changes **10 files changed** (+1004 additions, -909 deletions) <details> <summary>View changed files</summary> 📝 `.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) </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:30:04 +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#459
No description provided.