upcoming: [DI-28222] - Scaffolding setup for widget level dimension filters and group by issue fix#13088
Merged
venkymano-akamai merged 9 commits intolinode:developfrom Nov 19, 2025
Conversation
| export type TransformFunctionMap = Record<TransformKey, TransformFunction>; | ||
|
|
||
| export type AssociatedEntityType = 'both' | 'linode' | 'nodebalancer'; | ||
| export type AssociatedEntityType = 'linode' | 'nodebalancer'; |
Contributor
Author
There was a problem hiding this comment.
both is not needed, as there is no usecase for it
Comment on lines
+183
to
+189
| const associatedEntityType = getAssociatedEntityType(dashboard.id); | ||
| return metricDefinition | ||
| .filter(({ label }) => | ||
| associatedEntityType | ||
| ? label.includes(ASSOCIATED_ENTITY_METRIC_MAP[associatedEntityType]) | ||
| : true | ||
| ) |
Contributor
There was a problem hiding this comment.
Can you put a small info comment in the code here?
16 tasks
nikhagra-akamai
approved these changes
Nov 18, 2025
Contributor
Author
|
@bnussman-akamai / @dwiley-akamai This PR now has the necessary approvals from the CloudPulse team. If yes, please take a look when you have a moment. Thanks! |
Collaborator
Cloud Manager UI test results🔺 25 failing tests on test run #8 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/account/user-permissions.spec.ts,cypress/e2e/core/account/user-profile.spec.ts,cypress/e2e/core/linodes/vm-host-maintenance-linode.spec.ts,cypress/e2e/core/volumes/delete-volume.spec.ts,cypress/e2e/core/volumes/attach-volume.spec.ts,cypress/e2e/core/billing/restricted-user-billing.spec.ts,cypress/e2e/core/objectStorage/enable-object-storage.spec.ts,cypress/e2e/core/account/account-login-history.spec.ts,cypress/e2e/core/account/display-settings.spec.ts,cypress/e2e/core/account/account-linode-managed.spec.ts,cypress/e2e/core/linodes/rebuild-linode.spec.ts,cypress/e2e/core/account/account-cancellation.spec.ts,cypress/e2e/core/account/users-landing-page.spec.ts,cypress/e2e/core/billing/smoke-billing-activity.spec.ts" |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contributor
Author
Contributor
Author
|
Also, merging this since it has enough approvals, it also has a follow up PR. @bnussman-akamai / @dwiley-akamai , please continue to review and if there are any comments , it will be done in the follow up PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description 📝
Add widget dimension filters skeleton setup and fix for the group by for firewall dashboards for linode and nodebalancer.
Changes 🔄
List any change(s) relevant to the reviewer.
Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
18-11-2025 in develop
Preview 📷
How to test 🧪
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
As an Author, before moving this PR from Draft to Open, I confirmed ✅