-
Notifications
You must be signed in to change notification settings - Fork 554
fix: unify unit formatting and conversion for CPU and memory in cluster resources #6765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
chore: post trigger
misc: notification table fix
sync: Release candidate v0.40.0
sync: vendor update
* Added action to check for linting errors in openapi.yaml * Create build-docs.yaml * added read-only permission in api-linter * updated action to add permission
* added version yml * changes in openapi.yaml
switch the approach from rebasing to creating a temp folder and copying the file
* resolved application.yaml * resolved application.yaml * resolved applisting.yaml * resolved charts.yaml helm-apps list * resolved jobs.yaml jobs list * removed unrequired server * renamed the x-displayName * resolved app-labels.yaml * resolved merge-conflict * resolved merge-conflict - 02 * added Get Deployment History (ENT) spec
* adding codeowner for swagger api spec * adding codeowner for swagger api spec
* Updated openapi-spec with notificats api * updated openapi-spec to add historical-get-api-change
* removed timeout notification * removed timeout notification
Code Review Agent Run #42930aActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Changelist by BitoThis pull request implements the following key changes.
|
|
Bito Review Skipped - No Changes Detected |
|
3217e46
to
8e43026
Compare
Bito Automatic Review Skipped - Large PR |
|
d636862
to
8e43026
Compare
|
Bito Review Skipped - Source Branch Not Found |
|
Description
Fixes #6764
Checklist:
Does this PR introduce a user-facing change?
Summary by Bito
This PR standardizes unit formatting and conversion logic for CPU and memory resources, implementing distinct handling for CPU (cores/milli) and memory (Gi/Mi/Ki). It enhances rounding precision, improves documentation, and resolves formatting inconsistencies for more accurate resource reporting.