Skip to content

Conversation

@dchyrva-akamai
Copy link
Contributor

Description 📝

Thoughput quota formatting fixed.

Preview 📷

image

How to test 🧪

  • Create entries in the os_CephUserQuota table.
  • Run cloud-manager locally.
  • Navigate to /quotas page.
  • Select endpoint to display the quota.
  • Observe Throughput quota names displayed correctly.
  • Observe Throughput quota limits formatted correctly.
Author Checklists

As an Author, to speed up the review process, I considered 🤔

👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support


  • [] I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@dchyrva-akamai dchyrva-akamai marked this pull request as ready for review February 6, 2026 08:53
@dchyrva-akamai dchyrva-akamai requested a review from a team as a code owner February 6, 2026 08:53
@github-project-automation github-project-automation bot moved this from Review to Changes Requested in Cloud Manager Feb 6, 2026
@dchyrva-akamai dchyrva-akamai force-pushed the bugfix/STORIF-247 branch 3 times, most recently from d8c7412 to 679cecc Compare February 6, 2026 13:50
@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 1 failing test on test run #7 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing865 Passing11 Skipped37m 2s

Details

Failing Tests
SpecTest
quotas-storage.spec.tsCloud Manager Cypress Tests→Quota workflow tests→Quota storage table » Quotas and quota usages display properly

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/account/quotas-storage.spec.ts"

Comment on lines +114 to +116
export const getQuotaMapper = (service: QuotaType) => {
return {
mapQuota(quota: Quota, usage: null | QuotaUsage): QuotaWithUsage {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The types make it pretty clear but maybe we could improve the naming here? getQuotaMapper/ mapQuota don't give me the full picture of what the function does

Copy link
Contributor

@skulpok-akamai skulpok-akamai Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bnussman-akamai Do you have any proposals for a different name? This function allows for each quota service (e.g. object-storage, block-storage, etc.) to transform/adjust the quota data (like quota name in case of object-storage).

@bnussman-akamai bnussman-akamai added the Object Storage deals with Object Storage label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Object Storage deals with Object Storage

Projects

Status: Changes Requested

Development

Successfully merging this pull request may close these issues.

4 participants