upcoming: [UIE-10427] - Reserved IP: Implement IP Address Selection component#13582
Merged
tvijay-akamai merged 3 commits intolinode:developfrom Apr 15, 2026
Conversation
dwiley-akamai
approved these changes
Apr 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Implements a reusable IP Address Selection UI for Reserved IP flows, allowing users to choose between auto-assigned and reserved IPv4 and optionally reserve a new IP via the Reserve IP drawer.
Changes:
- Added
IPAddressSelectioncomponent with Auto/Reserved mode radios, reserved IP Autocomplete, and “Reserve IP” drawer entrypoint. - Added filtering of reserved IP options to unassigned IPs in the selected region.
- Added unit tests covering basic rendering, mode switching, reserved IP dropdown behavior, and drawer open behavior.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| packages/manager/src/features/ReservedIps/IPAddressSelection/IPAddressSelection.tsx | New reusable component for selecting auto vs reserved IP and launching Reserve IP drawer. |
| packages/manager/src/features/ReservedIps/IPAddressSelection/IPAddressSelection.test.tsx | New test suite for the component’s rendering and interactions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Cloud Manager UI test results🔺 1 failing test on test run #2 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts" |
|||||||||||||||||
grevanak-akamai
approved these changes
Apr 15, 2026
grevanak-akamai
pushed a commit
that referenced
this pull request
Apr 23, 2026
…omponent (#13582) * upcoming: [UIE-10427] - Reserved IP: Implement IP Address Selection component. * Address review comments. * Address review comments.
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 📝
Implement Re-usable IP Address Selection Component with Reserved IP Support
Changes 🔄
Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
21st May, 2026
Preview 📷
How to test 🧪
Prerequisites
Verification steps
Note: Complete integration testing will be validated in subsequent PRs related to Linode create and Node balancer create
To test the component in isolation before integration testing:
ReservedIpsLanding.tsxfor quick testing: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 ✅