Skip to content

upcoming: [DI-28662] - Notification Channel Listing Action Items#13203

Merged
santoshp210-akamai merged 13 commits intolinode:developfrom
santoshp210-akamai:feature/alert-notification-channel-action-items
Dec 18, 2025
Merged

upcoming: [DI-28662] - Notification Channel Listing Action Items#13203
santoshp210-akamai merged 13 commits intolinode:developfrom
santoshp210-akamai:feature/alert-notification-channel-action-items

Conversation

@santoshp210-akamai
Copy link
Contributor

@santoshp210-akamai santoshp210-akamai commented Dec 15, 2025

Description 📝

Enable ActionItems for the Listing page

Changes 🔄

List any change(s) relevant to the reviewer.

  • Add a temporary handler for the detail page with placeholder for the Channel Details

Scope 🚢

Upon production release, changes in this PR will be visible to:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

Target release date 🗓️

Please specify a release date (and environment, if applicable) to guarantee timely review of this PR. If exact date is not known, please approximate and update it as needed.

Preview 📷

Before After
image image

How to test 🧪

Prerequisites

(How to setup test environment)

  • In local, using mocks (legacy msw handler) or using devcloud
    • enable the notificationChannel prop in the aclpAlerting (CloudPulse Alerting flag)
  • Navigate to Alerts , click on NotificationChannel Tab.

Reproduction steps

(How to reproduce the issue, if applicable)

  • ...
  • ...

Verification steps

(How to verify changes)

  • Action Items are enabled
  • Redirect to the placeholder show-detail page is working
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

@santoshp210-akamai santoshp210-akamai marked this pull request as ready for review December 16, 2025 03:54
@santoshp210-akamai santoshp210-akamai requested a review from a team as a code owner December 16, 2025 03:54
Copy link
Contributor

@venkymano-akamai venkymano-akamai left a comment

Choose a reason for hiding this comment

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

LGTM

@github-project-automation github-project-automation bot moved this from Review to Approved in Cloud Manager Dec 17, 2025
<TableCell>
<Link
data-qa-alert-link
to={`/alerts/notification-channels/detail/${id}`}
Copy link
Member

Choose a reason for hiding this comment

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

This is fine, but we can lean into the type-safety of TanStack router here if we want by using the params prop

Suggested change
to={`/alerts/notification-channels/detail/${id}`}
params={{ channelId: String(id) }}
to={'/alerts/notification-channels/detail/$channelId'}

@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 1 failing test on test run #9 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing866 Passing11 Skipped45m 43s

Details

Failing Tests
SpecTest
clone-linode.spec.tsCloud Manager Cypress Tests→clone linode » can clone a Linode from Linode details page

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts"

@santoshp210-akamai
Copy link
Contributor Author

Addressed the review feedbacks, The failing test is not related to the changes of this PR. Merging this.

@santoshp210-akamai santoshp210-akamai merged commit ceee986 into linode:develop Dec 18, 2025
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants