-
Notifications
You must be signed in to change notification settings - Fork 74
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
fix: use combine operator & and
|`
#2938
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.25% (-0% 🔻) |
398/7587 |
🔴 | Branches | 4.5% (-0% 🔻) |
237/5271 |
🔴 | Functions | 3.13% | 78/2492 |
🔴 | Lines | 5.16% (-0% 🔻) |
383/7418 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / BAIPropertyFilter.tsx |
11.11% (-0.16% 🔻) |
0% | 3.85% | 11.94% (-0.18% 🔻) |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 8252a10
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.
LGTM
Merge activity
|
Resolves #2939 **Changes:** Updates the filter combination logic in BAIPropertyFilter to: - Return `undefined` instead of empty string when merging empty filter values - Change operator types from 'and'/'or' to '&'/'|' to match backend expectations - Standardize filter combination to use '&' operator consistently
ab9b64b
to
8252a10
Compare
Resolves #2939
Changes:
Updates the filter combination logic in BAIPropertyFilter to:
undefined
instead of empty string when merging empty filter values