Skip to content

fix: [UIE-9487] VPC UI not displaying DBaaS resources#13504

Draft
smans-akamai wants to merge 3 commits intolinode:developfrom
smans-akamai:UIE-9487-display-vpc-ui-display-dbaas-resources
Draft

fix: [UIE-9487] VPC UI not displaying DBaaS resources#13504
smans-akamai wants to merge 3 commits intolinode:developfrom
smans-akamai:UIE-9487-display-vpc-ui-display-dbaas-resources

Conversation

@smans-akamai
Copy link
Contributor

@smans-akamai smans-akamai commented Mar 17, 2026

Description 📝

This pull request fixes an issue in the VPC UI where DBaaS resources aren't being counted or displayed.

This issue consists of the following:

  • The Resource counts shown in the VPC Landing page, VPC Details Summary, and VPC Details Subnets tables aren't including the number of databases in the count
  • In the VPC Details Subnets table, the resource tables shown under each expanded Subnet don't include a databases table in addition to the pre-existing Linode and Nodebalancer tables.

Changes 🔄

List any change(s) relevant to the reviewer.

  • Updating any Resource counts shown in the VPC Landing page, table, VPC Details Summary, and Subnets table to include the number of databases in the count.
  • In the VPC Details Subnets table, under an expanded Subnet, display a databases table in addition to the pre-existing Linode and Nodebalancer tables.
  • Introducing and integrating the new vpcDbaasResources feature flag

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 🗓️

TBD

Preview 📷

Include a screenshot <img src="" /> or video <video src="" /> of the change.

🔒 Use the Mask Sensitive Data setting for security.

💡 For changes requiring multiple steps to validate, prefer a video for clarity.

Before After
📷 📷

How to test 🧪

Prerequisites

(How to setup test environment)

  • ...
  • ...

Reproduction steps

(How to reproduce the issue, if applicable)

  • ...
  • ...

Verification steps

(How to verify changes)

  • ...
  • ...
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

@smans-akamai smans-akamai added DBaaS Relates to Database as a Service VPC Relating to VPC project labels Mar 17, 2026
@smans-akamai smans-akamai self-assigned this Mar 17, 2026
@smans-akamai smans-akamai force-pushed the UIE-9487-display-vpc-ui-display-dbaas-resources branch from 5eb6f67 to 80d3e4c Compare March 24, 2026 20:43
@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 16 failing tests on test run #2 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
16 Failing872 Passing11 Skipped67m 8s

Details

Failing Tests
SpecTest
object-storage.e2e.spec.tsCloud Manager Cypress Tests→object storage end-to-end tests » can create and delete object storage buckets
smoke-create-image.spec.tsCloud Manager Cypress Tests→create image (using mocks) » create image from a linode
restricted-user-details-pages.spec.tsCloud Manager Cypress Tests→restricted user details pages » should disable action elements and buttons in the 'Images' details page
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » rebuilds a linode from Image
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » rebuilds a linode from Community StackScript
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » rebuilds a linode from Account StackScript
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » cannot rebuild a provisioning linode
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » can rebuild a Linode reusing existing user data
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » can rebuild a linode with the GECKO is enabled
images-non-empty-landing-page.spec.tsCloud Manager Cypress Tests→image landing checks for non-empty state with restricted user » checks restricted user with read access has no access to create image and can see existing images
create-linode-from-image.spec.tsCloud Manager Cypress Tests→create linode from image, mocked data » creates linode from image on images tab
create-image.spec.tsCloud Manager Cypress Tests→create image (e2e) » create image from a linode
images-empty-landing-page.spec.tsCloud Manager Cypress Tests→Images empty landing page » shows the empty state when there are no images
images-empty-landing-page.spec.tsCloud Manager Cypress Tests→Images empty landing page » checks restricted user has no access to create Image on Image landing page
alerts-create.spec.tsCloud Manager Cypress Tests→Create flow when beta alerts enabled by region and feature flag » create flow after switching to beta alerts
alerts-create.spec.tsCloud Manager Cypress Tests→Create flow when beta alerts enabled by region and feature flag » can toggle from legacy to beta alerts and back to legacy

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/images/smoke-create-image.spec.ts,cypress/e2e/core/account/restricted-user-details-pages.spec.ts,cypress/e2e/core/linodes/rebuild-linode.spec.ts,cypress/e2e/core/images/images-non-empty-landing-page.spec.ts,cypress/e2e/core/images/create-linode-from-image.spec.ts,cypress/e2e/core/images/create-image.spec.ts,cypress/e2e/core/images/images-empty-landing-page.spec.ts,cypress/e2e/core/linodes/alerts-create.spec.ts"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DBaaS Relates to Database as a Service VPC Relating to VPC project

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

2 participants