-
Notifications
You must be signed in to change notification settings - Fork 504
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
Span Search - Highlight search results #238
Conversation
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
Signed-off-by: Davit Yeghshatyan <[email protected]>
a37a8d8
to
9bb150a
Compare
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
==========================================
- Coverage 78.61% 77.53% -1.09%
==========================================
Files 135 135
Lines 2927 2933 +6
Branches 607 607
==========================================
- Hits 2301 2274 -27
- Misses 495 522 +27
- Partials 131 137 +6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
==========================================
+ Coverage 77.05% 77.15% +0.09%
==========================================
Files 135 135
Lines 2951 2950 -1
Branches 614 613 -1
==========================================
+ Hits 2274 2276 +2
+ Misses 534 531 -3
Partials 143 143
Continue to review full report at Codecov.
|
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.
Great work!
Hi @davit-y , @tiffon Could you explain how this is supposed to work, or maybe point me to some documentation. Maybe I missed to configure something properly, but I wasn't able to find anything related to that on any of the pages here: https://www.jaegertracing.io/docs/1.22/ |
* Add result count, navigation and clear buttons Signed-off-by: Davit Yeghshatyan <[email protected]> * Correct imports Signed-off-by: Davit Yeghshatyan <[email protected]> * Move and delete files Signed-off-by: Davit Yeghshatyan <[email protected]> * Review fixes Signed-off-by: Davit Yeghshatyan <[email protected]> * Fix TracePageHeader test Signed-off-by: Davit Yeghshatyan <[email protected]> * Lighten buttons when disabled Signed-off-by: Davit Yeghshatyan <[email protected]> * Review fixes Signed-off-by: Davit Yeghshatyan <[email protected]> * Fix tests Signed-off-by: Davit Yeghshatyan <[email protected]> * Add shortcuts Signed-off-by: Davit Yeghshatyan <[email protected]> * Fix merge changes Signed-off-by: Davit Yeghshatyan <[email protected]> * Fix TracePageHeader and TracePageSearchBar tests Signed-off-by: Davit Yeghshatyan <[email protected]> * Delay TracePageHeader testing until release of Enzyme v3.5.0 Signed-off-by: Davit Yeghshatyan <[email protected]> * Highlight matching spans Signed-off-by: Davit Yeghshatyan <[email protected]> * Highlight span-name-wrapper Signed-off-by: Davit Yeghshatyan <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
Which problem is this PR solving?
Short description of the changes
"Highlight matching spans" is the first commit of this branch, PR will be cleaner once #234 is merged