upcoming: [M3-9864] – Add new columns to VPC Subnet & Subnet linodes tables
Description 📝
Update the outer and inner subnet tables to include new IPv6 columns and conditionally change the names of some existing columns depending on the feature flag.
Changes 🔄
Coming soon
Target release date 🗓️
Coming soon
Preview 📷
| Before | After |
|---|---|
| 📷 | 📷 |
How to test 🧪
Prerequisites
Coming soon
Verification steps
Coming soon
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 unit tests are passing
- [ ] TypeScript compilation succeeded without errors
- [ ] Code passes all linting rules
This PR is stale because it has been open 15 days with no activity. Please attend to this PR or it will be closed in 5 days
Hello @DevDW - can we not change the labels on the ranges to Linode IPv4 Ranges and Linode IPv6 Ranges? Let's keep them as they are for now VPC IPvX Ranges.
Cloud Manager UI test results
:small_red_triangle: 4 failing tests on test run #22 ↗︎
| :x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
4 Failing | 691 Passing | 4 Skipped | 139m 16s |
Details
| Failing Tests | ||
|---|---|---|
| Spec | Test | |
| :x: | lke-create.spec.ts | Cloud Manager Cypress Tests→LKE Cluster Creation with ACL→with LKE IPACL account capability » LKE Cluster Creation with ACL→with LKE IPACL account capability |
| :x: | lke-create.spec.ts | Cloud Manager Cypress Tests→LKE Cluster Creation with ACL→with LKE IPACL account capability » LKE Cluster Creation with ACL→with LKE IPACL account capability |
| :x: | lke-create.spec.ts | Cloud Manager Cypress Tests→LKE Cluster Creation with ACL→with LKE IPACL account capability » LKE Cluster Creation with ACL→with LKE IPACL account capability |
| :x: | linode-storage.spec.ts | Cloud Manager Cypress Tests→linode storage tab » linode storage tab |
Troubleshooting
Use this command to re-run the failing tests:
pnpm cy:run -s "cypress/e2e/core/kubernetes/lke-create.spec.ts,cypress/e2e/core/linodes/linode-storage.spec.ts"