Skip to content

ACM-29227 fix search resource inflation#5558

Merged
openshift-merge-bot[bot] merged 6 commits intostolostron:mainfrom
KevinFCormier:ACM-29227-fix-missing-search-properties
Feb 23, 2026
Merged

ACM-29227 fix search resource inflation#5558
openshift-merge-bot[bot] merged 6 commits intostolostron:mainfrom
KevinFCormier:ACM-29227-fix-missing-search-properties

Conversation

@KevinFCormier
Copy link
Contributor

@KevinFCormier KevinFCormier commented Jan 30, 2026

📝 Summary

Ticket Summary (Title):
Multicluster SDK does not support all search properties

Ticket Link:
https://issues.redhat.com/browse/ACM-29227

Type of Change:

  • 🐞 Bug Fix
  • ✨ Feature
  • 🔧 Refactor
  • 💸 Tech Debt
  • 🧪 Test-related
  • 📄 Docs

✅ Checklist

General

  • PR title follows the convention (e.g. ACM-12340 Fix bug with...)
  • Code builds and runs locally without errors
  • No console logs, commented-out code, or unnecessary files
  • All commits are meaningful and well-labeled
  • All new display strings are externalized for localization (English only)
  • (Nice to have) JSDoc comments added for new functions and interfaces

If Bugfix

  • Root cause and fix summary are documented in the ticket (for future reference / errata)
  • Fix tested thoroughly and resolves the issue
  • Test(s) added to prevent regression

🗒️ Notes for Reviewers

This PR adds fields for VirtualMachineInstance and fixes a bug where you could not provide null watchOptions for the useFleetSearchPoll hook.

@KevinFCormier KevinFCormier force-pushed the ACM-29227-fix-missing-search-properties branch from 9a1812d to 5804e4b Compare February 17, 2026 21:48
@KevinFCormier KevinFCormier changed the title WIP ACM-29227 fix search resource inflation ACM-29227 fix search resource inflation Feb 17, 2026
@KevinFCormier
Copy link
Contributor Author

/test unit-tests-sonarcloud

@KevinFCormier
Copy link
Contributor Author

/retest

Signed-off-by: Kevin Cormier <kcormier@redhat.com>
Generated-by: Cursor
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
@KevinFCormier KevinFCormier force-pushed the ACM-29227-fix-missing-search-properties branch from a91a239 to 14d356c Compare February 19, 2026 15:28
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
Generated-by: Cursor
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
@KevinFCormier KevinFCormier force-pushed the ACM-29227-fix-missing-search-properties branch from 14d356c to 0fc88e2 Compare February 19, 2026 16:11
@KevinFCormier
Copy link
Contributor Author

/cc @zlayne

@openshift-ci openshift-ci bot requested a review from zlayne February 19, 2026 20:58
@KevinFCormier
Copy link
Contributor Author

@zlayne The testing is failing because of the Sonar gate. It is complaining about the regex having 2 groups that can match empty string, but that is intentional - the name and interfaceName can be blank. I would mark these issues as accepted, but the login to SonarQube is not working at the moment.

setIfDefined(
resource,
'spec.domain.devices.interfaces',
parseListString(item.intefaceName)?.map((name) => ({ name }))
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo on item.intefaceName

Signed-off-by: Kevin Cormier <kcormier@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented Feb 19, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: KevinFCormier, zlayne

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [KevinFCormier,zlayne]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@KevinFCormier
Copy link
Contributor Author

/test unit-tests-sonarcloud

@openshift-merge-bot openshift-merge-bot bot merged commit 28fe1cb into stolostron:main Feb 23, 2026
12 checks passed
@KevinFCormier KevinFCormier deleted the ACM-29227-fix-missing-search-properties branch February 23, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants