-
Notifications
You must be signed in to change notification settings - Fork 22
NETOBSERV-1816 allow n/a filter #590
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #590 +/- ##
==========================================
- Coverage 56.29% 56.27% -0.02%
==========================================
Files 190 190
Lines 9289 9304 +15
Branches 1197 1201 +4
==========================================
+ Hits 5229 5236 +7
- Misses 3691 3698 +7
- Partials 369 370 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=1570e7b make set-plugin-image |
|
||
// Convenience string to filter by undefined field values | ||
export const undefinedValue = '""'; | ||
// Unique double are allowed while typing but invalid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpinsonneau could we use just an empty string as undefined value? I feel it would make more sense, at least for non-string values, than using ""
. wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(If we stick to using ""
IMO we should mention it in the help tips because it's sounds less intuitive)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=f127614 make set-plugin-image |
👌 |
@jpinsonneau I now see all filters now accept |
|
New changes are detected. LGTM label has been removed. |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=c64e024 make set-plugin-image |
That helped. Works as expected! |
Awesome, thanks @Amoghrd ! |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Allow filtering on
n/a
by searching on strict value""
in the text input.Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.