-
Notifications
You must be signed in to change notification settings - Fork 368
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
fix: [M3-9235] - Longview Detail id param not found locally #11599
Conversation
match: { | ||
params: { | ||
id, | ||
}, | ||
}, | ||
params: { | ||
id, | ||
}, |
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.
If anyone has any clue why this was working without this when implemented previously (and why this isn't an issue in production), please let me know. Considering this is working fine and that Longview will be deprecated in the not so long term, I did not do a full investigation.
Coverage Report: ✅ |
Cloud Manager UI test results🎉 497 passing tests on test run #2 ↗︎
|
Confirmed the Longview Detail client can be navigated to locally now and also via the PR preview link. Not sure why this broke 🤔 |
Cloud Manager E2E
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
|
Run duration | 29m 37s |
Commit |
|
Committer | Alban Bailly |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
3
|
|
2
|
|
0
|
|
499
|
View all changes introduced in this branch ↗︎ |
Description 📝
when going to a longview client detail (and only locally) we get a
error.
Interestingly, Production is unaffected and this was not an error when rerouting the features in #11490
Changes 🔄
params.id
is passed to both the base & paramsEnhancedLongviewDetail
props to satisfy reduxTarget release date 🗓️
2/11/2025
Preview 📷
How to test 🧪
Prerequisites
Note: You can start the longview service with systemctl:
sudo systemctl start longview
if nothing is happening after a while👉 following https://www.linode.com/docs/products/tools/longview/guides/troubleshooting/
Verification steps
yarn && yarn build && yarn start:manager:ci
to serve a build and ensure no regressionAuthor 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 ✅