-
Story
-
Resolution: Unresolved
-
Major
-
None
-
ACM 2.13.0
-
None
-
False
-
None
-
False
-
-
ACM-10479 - [RFE] Add ability to filter clusters based on openshift versions using operators such as <, > or = to a specific minor.z version
-
-
-
None
Value Statement
The already implemented advanced search will now support a grammar for a ranged version filtering allowing for a speedier search UX , using operators like ">", "=", or "!=".
Definition of Done for Engineering Story Owner (Checklist)
- We want the columns and values of the exact string match search to be used in the advanced search dynamic attribute-value grammar (e.g. name=local-cluster, namespace=cluster)
- We want the columns, operators and values of the range search to be usable as attributes in the advanced search dynamic attribute-value grammar (e.g. version!=4.14)
- We want to handle faulty search combinations gracefully
- If a search value is malformed and thus incapable of returning a value when used in the intended format, we will add its stringified value to the fuzzy search.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the Customer
Portal Doc template that you can access from [The Playbook](
and ensure doc acceptance criteria is met.
- Call out this sentence as it's own action:
- [ ] Link the development issue to the doc issue.
Support Readiness
- [ ] The must-gather script has been updated.