Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphql: handle unknown property in MapFilter #54

Merged

Conversation

danielerez
Copy link
Collaborator

Handling unknown GraphQL filter property in MapFilter func.
It is required to fallback into selector filtering when the specified property is not available in the search response.
E.g. ?filter=(eq,location,US) --> should filter using the selector.

@openshift-ci openshift-ci bot requested review from irinamihai and jhernand January 31, 2024 15:11
Copy link

openshift-ci bot commented Jan 31, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from danielerez. For more information see the Kubernetes Code Review Process.

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

Needs approval from an approver in each of these files:

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

@jhernand
Copy link
Collaborator

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 31, 2024
Handling unknown GraphQL filter property in MapFilter func.
It is required to fallback into selector filtering when
the specified property is not available in the search response.
E.g. ?filter=(eq,location,US) --> should filter using the selector.
@danielerez danielerez force-pushed the handle_unknown_graphql_property branch from b95c04a to 7ed4744 Compare January 31, 2024 15:38
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jan 31, 2024
Copy link

openshift-ci bot commented Jan 31, 2024

New changes are detected. LGTM label has been removed.

@danielerez
Copy link
Collaborator Author

New changes are detected. LGTM label has been removed.

handled rebase conficts.

@danielerez danielerez merged commit f25f9e1 into openshift-kni:main Jan 31, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants