-
Notifications
You must be signed in to change notification settings - Fork 391
upcoming: [DI-27318] - Dimension Filter customization for Object Storage Alerts #12959
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
upcoming: [DI-27318] - Dimension Filter customization for Object Storage Alerts #12959
Conversation
|
~700 lines of changes are for Unit Tests for components and utils. So actual code changes and logic is less 500 lines. |
| { label: 'Tcp', value: 'tcp' }, | ||
| { label: 'Udp', value: 'udp' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this capitalization change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bnussman-akamai , We included firewall and protocol as props now, and by default due to our transform config the Labels get changed . So changed it so the values can be asserted properly.
If needed will find better dimensionLabel, serviceType combination instead of protocol and firewall.
Cloud Manager UI test results🔺 1 failing test on test run #6 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts" |
|||||||||||||||||
…age Alerts (linode#12959) * upcoming: [DI-27318] - Dimension Filter customization for Object Storage Alerts * add changesets * upcoming: Adding type to support both Metrics and Alerts type --------- Co-authored-by: Nikhil Agrawal <[email protected]>
Description 📝
Changes 🔄
List any change(s) relevant to the reviewer.
DimensionFilterAutocomplete,FirewallDimensionFilterAutocomplete,ObjectStorageDimensionFilterAutocomplete) depending on the use-case ( Avoids fetching irrelevant hooks for some serviceTypes)useObjectStorageFetchOptionshook for endpoints dimension filterScope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
15th October
Preview 📷
object-storage-dim-filter-account-scope.mp4
objectstorage-dim-filter-region-scope.mp4
objectstorage-dim-filter-entity-scope.mp4
How to test 🧪
Prerequisites
(How to setup test environment)
To test Create Alert flow
To test the Show-Details and Edit Alert flow
In serverHandler.ts, L3024-L3036
Change the following lines of code :
object-storage -testingAlert.Verification steps
(How to verify changes)
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 ✅