Skip to content

Conversation

@hana-akamai
Copy link
Contributor

@hana-akamai hana-akamai commented Jan 21, 2026

Description 📝

Add Edit Connection Pool drawer to the Database Networking -> PgBouncer Connection Pools section

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

Preview 📷

Screen.Recording.2026-01-22.at.1.10.38.PM.mov

How to test 🧪

Prerequisites

(How to setup test environment)

  • Ensure you have the Database PgBouncer flag on and the legacy MSW on

Verification steps

(How to verify changes)

  • Go to a postgresql Database cluster's networking tab and scroll to the PgBouncer Connection Pools section
  • Edit an existing connection pool in the table via action menu dropdown
  • The edit drawer should have the connection pool's details prefilled with the label disabled
  • Make edits, click save, and check the network request
  • Test error states, edits should not be saved if the user clicks cancel or closes out of the drawer without saving
pnpm test DatabaseEditConnectionPoolDrawer
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

@hana-akamai hana-akamai self-assigned this Jan 21, 2026
@hana-akamai hana-akamai added the DBaaS Relates to Database as a Service label Jan 21, 2026
@hana-akamai hana-akamai force-pushed the UIE-9395-edit-connection-pool branch from e0b0c7f to c9100de Compare January 22, 2026 16:25
@hana-akamai hana-akamai marked this pull request as ready for review January 22, 2026 18:17
@hana-akamai hana-akamai requested a review from a team as a code owner January 22, 2026 18:17
@smans-akamai
Copy link
Contributor

Looks like there's a merge conflict after the recent merge.

Copy link
Contributor

@smans-akamai smans-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All my feedback was addressed and I've tested out the changes! This looks good to me, so I've approved!

Copy link
Contributor

@aaleksee-akamai aaleksee-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but I see that there're some failed tests in DatabaseEditConnectionPoolDrawer.test.tsx

@github-project-automation github-project-automation bot moved this from Review to Approved in Cloud Manager Jan 26, 2026
Copy link
Contributor

@mpolotsk-akamai mpolotsk-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks!

Copy link
Contributor

@smans-akamai smans-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @aaleksee-akamai mentioned, it looks like there are some failing tests for this. Are you able to reproduce these locally @hana-akamai?

Screenshot 2026-01-26 at 9 19 59 AM

These should probably be fixed before we merge this in.

@github-project-automation github-project-automation bot moved this from Approved to Changes Requested in Cloud Manager Jan 26, 2026
Copy link
Contributor

@smans-akamai smans-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests look good so I'm reapproving! Thanks pushing up the fix!
Screenshot 2026-01-26 at 11 16 32 AM

@github-project-automation github-project-automation bot moved this from Changes Requested to Approved in Cloud Manager Jan 26, 2026
@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 2 failing tests on test run #7 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
2 Failing863 Passing11 Skipped41m 28s

Details

Failing Tests
SpecTest
clone-linode.spec.tsCloud Manager Cypress Tests→clone linode » can clone a Linode from Linode details page
create-linode-with-add-ons.spec.tsCloud Manager Cypress Tests→Create Linode with Add-ons » can select private IP during Linode Create flow

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts,cypress/e2e/core/linodes/create-linode-with-add-ons.spec.ts"

@hana-akamai hana-akamai merged commit b3f1ee2 into linode:develop Jan 26, 2026
34 of 35 checks passed
@hana-akamai hana-akamai deleted the UIE-9395-edit-connection-pool branch January 26, 2026 17:27
@github-project-automation github-project-automation bot moved this from Approved to Merged in Cloud Manager Jan 26, 2026
dchyrva-akamai pushed a commit to dchyrva-akamai/manager that referenced this pull request Jan 27, 2026
## Description 📝
Add Edit Connection Pool drawer to the Database Networking -> PgBouncer Connection Pools section

## How to test 🧪

### Prerequisites

(How to setup test environment)

- Ensure you have the Database PgBouncer flag on and the legacy MSW on

### Verification steps

(How to verify changes)

- [ ] Go to a postgresql Database cluster's networking tab and scroll to the PgBouncer Connection Pools section
- [ ] Edit an existing connection pool in the table via action menu dropdown
- [ ] The edit drawer should have the connection pool's details prefilled with the label disabled
- [ ] Make edits, click save, and check the network request
- [ ] Test error states, edits should not be saved if the user clicks cancel or closes out of the drawer without saving

```
pnpm test DatabaseEditConnectionPoolDrawer
```
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

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants