upcoming: [UIE-10729] — Parity between image options in Rebuild Linode dialog with privateImageSharing flag on & off#13568
Merged
dwiley-akamai merged 5 commits intolinode:developfrom Apr 10, 2026
Conversation
…nor adjustments in ImageSelectTableRow.tsx
dwiley-akamai
commented
Apr 8, 2026
| { | ||
| ...combinedFilter, | ||
| is_public: false, | ||
| type: 'manual', |
Contributor
Author
There was a problem hiding this comment.
I think this is sufficient to achieve parity because looking at its ImageSelect counterpart, the variant is "all" so there's no filtering in useAllImagesQuery():
and the StackScript-based filtering is applied a few lines down.
…es table in Linode Rebuild dialog
fabrice-akamai
approved these changes
Apr 8, 2026
bnussman-akamai
approved these changes
Apr 9, 2026
| error: imagesError, | ||
| isFetching, | ||
| isLoading, | ||
| } = useAllImagesQuery( |
Member
Contributor
Author
There was a problem hiding this comment.
I created UIE-10836
Cloud Manager UI test results🔺 2 failing tests on test run #6 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/oneClickApps/one-click-apps.spec.ts,cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts" |
||||||||||||||||||||
Draft
grevanak-akamai
pushed a commit
that referenced
this pull request
Apr 23, 2026
…e dialog with privateImageSharing flag on & off (#13568)
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 📝
Ensure public images are included in the
ImageSelectTableChanges 🔄
Remove the properties in the filter that were causing public images to be excluded.
Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
TBD
How to test 🧪
Prerequisites
Toggle the
Private Image Sharingflag ON in the CM DevTool.Reproduction steps
With the flag OFF, observe that public images such as Arch Linux are options in the
Imagedropdown of the Rebuild Linode dialog.With the flag ON, observe that the table only has private images as options.
Verification steps
With the flag ON, there should be parity now with the options available on this branch locally compared to prod or DevCloud.
One way to do this is to check the
imagesnetwork request's results count in prod or DevCloud, and confirm the number of items in theImageSelectTablematches that count.To confirm the StackScript-based filtering is working when you try to rebuild from a StackScript, it would be easiest to choose or create a StackScript that is compatible with only one image. When you choose that StackScript, you should see just the expected image in the table.
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 ✅