-
Notifications
You must be signed in to change notification settings - Fork 373
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: [M3-9090] - Update existing v4/linodes/instances
endpoints and types for Linode Interfaces project
#11566
Conversation
856ac57
to
f99c3b9
Compare
packages/manager/cypress/e2e/core/linodes/linode-config.spec.ts
Outdated
Show resolved
Hide resolved
Coverage Report: ✅ |
packages/manager/src/utilities/codesnippets/generate-terraformConfig.ts
Outdated
Show resolved
Hide resolved
packages/manager/src/utilities/codesnippets/generate-pythonSDKSnippet.ts
Outdated
Show resolved
Hide resolved
packages/manager/cypress/e2e/core/linodes/linode-config.spec.ts
Outdated
Show resolved
Hide resolved
going to be testing out another approach - marking this as a draft for now 🙏 |
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.
ultimately ended up with using a properties typeguard approach based on the purpose
properties in the legacy Interface
type as it felt a bit less complex than extending types
// @TODO Linode Interfaces - follow up on if FirewallTemplate rules have the fingerprint / version fields. | ||
// FirewallRules do, but the objects returned from the getFirewallTemplate requests don't |
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.
removed this comment bc it was answered in the spec (see [M3-9210] a list of api questions we're monitoring)
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.
Nice. I'm happy with this! The typeguards are easy to follow and our code remains typesafe with little/no casting
Thanks for spending so much time on this! 🙏
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.
Great! thank you for thoroughly consider different approaches here and coming up with a clean, well documented and readable solution ✅
* must be created in a region that supports the new interfaces. | ||
* | ||
* Default value on depends on interfaces_for_new_linodes field in AccountSettings object. | ||
*/ |
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.
🤟 🦸♀️
return ( | ||
interfaces === undefined || | ||
interfaces.length === 0 || | ||
interfaces.some((iface) => 'purpose' in iface) |
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.
'purpose' in iface
- this made me smile
packages/manager/src/features/Linodes/LinodeEntityDetailHeader.tsx
Outdated
Show resolved
Hide resolved
Cloud Manager UI test results🔺 1 failing test on test run #26 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/images/machine-image-upload.spec.ts" |
Cloud Manager E2E
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
|
Run duration | 34m 05s |
Commit |
|
Committer | Connie Liu |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
6
|
|
2
|
|
0
|
|
500
|
View all changes introduced in this branch ↗︎ |
Description 📝
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 ✅