-
Notifications
You must be signed in to change notification settings - Fork 390
change: [UIE-9860] - Change the default selection of network interface type to linode interface in Linode create flow #13221
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
base: develop
Are you sure you want to change the base?
Conversation
… in Linode create flow
…pe to linode interface in Linode create flow
fb358c4 to
fb8b1a6
Compare
…-to-linode-interface
Cloud Manager UI test results🔺 7 failing tests on test run #4 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/create-linode-with-vpc.spec.ts,cypress/e2e/core/linodes/create-linode-with-firewall.spec.ts,cypress/e2e/core/linodes/create-linode-with-vlan.spec.ts" |
|||||||||||||||||||||||||||||||||||
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.
heads up - I haven't run the cypress tests locally, but they look related since they have to do with the Linode Create tests
oh whoops my other comment didn't get submitted 😅
| accountSetting === 'linode_only' || | ||
| accountSetting === 'linode_default_but_legacy_config_allowed' | ||
| accountSetting === 'linode_default_but_legacy_config_allowed' || | ||
| accountSetting === 'legacy_config_default_but_linode_allowed' |
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.
would it make more sense to instead remove legacy_config_default_but_linode_allowed as an option in the Account Settings page?
reading through the aha, I also like Daniel's suggestion for a single setting. Although I understand legacy_config_default_but_linode_allowed is more for the API and doesn't have to correspond to CM's preselected default value, I feel like the current mismatch could lead to confusion + we'd have to be careful in our explanation
Description 📝
Change the default selection of network interface type from legacy 'configuration profile' to 'linode interface' in Linode create flow.
Changes 🔄
getDefaultInterfaceGenerationFromAccountSettingutility functionScope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
NA
Preview 📷
How to test 🧪
Prerequisites
Verification steps
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 ✅