-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Filter values as a string not an object #7448
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7448 +/- ##
==========================================
- Coverage 55.41% 55.41% -0.01%
==========================================
Files 671 671
Lines 26919 26920 +1
Branches 2614 2614
==========================================
Hits 14917 14917
Misses 11287 11287
- Partials 715 716 +1
... and 11 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Having trouble testing this. We should make the testing instructions more clear with images, or a video. Also, we should add an e2e test.
Duration can be metadata if you define it in the sourcemap or if it is part of an activity's property like this: One other confusing thing: In edit mode, the time conductor bounds seem to be ignored? It makes adding filters rather confusing: This is working as designed. We have a unit test for this already. We can add e2e test later. I've added documentation for sourceMaps is here: fix-filter-metadata |
Filtering on activities and with commas appeared to work: with both filters in use, are they supposed to be OR'd together? That looks like the current implementation: Also, PR doesn't look like it addresses @charlesh88's other issues, in particular:
![]() |
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
Closes #7389
Describe your changes:
Use the value of a property for filtering metadata as a string if it is not undefined.
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist