upcoming: [UIE-10178] - Use new hostname endpoint in Database Summary and Network tab#13413
Merged
hana-akamai merged 14 commits intolinode:developfrom Feb 24, 2026
Conversation
… `public_access`
hana-akamai
commented
Feb 20, 2026
| host: HostEndpoint; | ||
| } | ||
|
|
||
| export const ConnectionDetailsHostDisplay = ( |
Contributor
Author
There was a problem hiding this comment.
Extracted from ConnectionDetailsHostRows and made more generic
| const PRIVATE_PRIMARY = `private-${DEFAULT_PRIMARY}`; | ||
| const PRIVATE_STANDBY = `private-${DEFAULT_STANDBY}`; | ||
|
|
||
| describe('ConnectionDetailsHostRows2', () => { |
Contributor
Author
There was a problem hiding this comment.
This file is a copy of ConnectionDetailsHostRows.test.tsx with updates to support endpoints field and minor clean up
| /** | ||
| * This component is responsible for conditionally rendering the Private Host, Public Host, and Read-only Host rows that get displayed in | ||
| * the Connection Details tables that appear in the Database Summary and Networking tabs */ | ||
| export const ConnectionDetailsHostRows2 = ( |
Contributor
Author
There was a problem hiding this comment.
This file is a copy of ConnectionDetailsHostRows.tsx with updates to use host endpoints and some refactoring
hana-akamai
commented
Feb 20, 2026
| address: string; | ||
| port: number; | ||
| private_access: boolean; | ||
| public_access: boolean; |
Contributor
Author
There was a problem hiding this comment.
Went ahead and updated the private_access field to public_access since it was soft approved
packages/manager/src/features/Databases/DatabaseDetail/ConnectionDetailsHostRows2.test.tsx
Outdated
Show resolved
Hide resolved
dwiley-akamai
approved these changes
Feb 24, 2026
Contributor
dwiley-akamai
left a comment
There was a problem hiding this comment.
Verification steps ✅
Code review ✅
Approved pending resolution of the FeatureFlagTool.tsx conflict
smans-akamai
approved these changes
Feb 24, 2026
Contributor
smans-akamai
left a comment
There was a problem hiding this comment.
Verification steps ✅
Code review ✅
Feedback Addressed ✅
The changes look great!
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 📝
Update host fields in Database Summary Connection Details and Networking tab to use new
host.endpointsdata instead of constructing the address ourselvesI created a new file
ConnectionDetailsHostRows2based off the old fileConnectionDetailsHostRowsso we could seamlessly toggle between old/new logic with a feature flag. After the API releases the hostname changes, we can easily delete the old logicChanges 🔄
host.endpointsif the Hostname Endpoints feature flag is onScope 🚢
Upon production release, changes in this PR will be visible to:
Preview 📷
How to test 🧪
Prerequisites
(How to setup test environment)
Verification steps
(How to verify changes)
makeMockDatabasefunction inserverHandlers.ts, comment/uncomment out some of the values to simulate No VPC (public only), VPC with no public access (private only), VPC with public access (private and public)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 ✅