upcoming: [UIE-10422] - Fix PgBouncer and Service URI bugs - #13487
Merged
hana-akamai merged 7 commits intoMar 16, 2026
Conversation
smans-akamai
approved these changes
Mar 12, 2026
smans-akamai
left a comment
Contributor
There was a problem hiding this comment.
Went through the verification steps and ran the unit tests and the changes looks good!
dwiley-akamai
approved these changes
Mar 13, 2026
dwiley-akamai
left a comment
Contributor
There was a problem hiding this comment.
Verification steps ✅
Code review ✅
7 tasks
7 tasks
This was referenced Mar 25, 2026
grevanak-akamai
pushed a commit
that referenced
this pull request
Apr 23, 2026
## Description 📝
Fix various PgBouncer and Service URI bugs
## Changes 🔄
- General/Postgres Service URI loading states are independent of each other
- Show password loading state is independent from Service URI loading states
- Errors are reflected via toast instead of displaying an error button
- Service URI `{click to reveal password}` button is disabled if the cluster is provisioning, failed, or suspended similar to `Show` password
- Edit Connection Pool menu action is disabled if the cluster is not active
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
Fix various PgBouncer and Service URI bugs
Changes 🔄
{click to reveal password}button is disabled if the cluster is provisioning, failed, or suspended similar toShowpasswordScope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
Next release
Preview 📷
service.uri.loading.before.mov
service.uri.loading.after.mov
password.loading.before.mov
password.loading.after.mov
error.before.mov
error.after.mov
How to test 🧪
Prerequisites
(How to setup test environment)
Reproduction steps
(How to reproduce the issue, if applicable)
Shownext to the password field. Notice that the loading state is also sync'd with the service URI fieldsVerification steps
(How to verify changes)
Shownext to the password field. Only the password loading state should display. Service URI loading states should not display