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

Fix leading 0s breaking row interactions #566

Conversation

everett980
Copy link
Collaborator

Which problem is this PR solving?

Short description of the changes

  • Handle leading 0s in trackParent for expanding/collapsing a row
  • Improve test coverage in TraceTimelineViewer/duck.track.tsx

Signed-off-by: Everett Ross <reverett@uber.com>
@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #566 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #566      +/-   ##
==========================================
+ Coverage   89.98%   90.05%   +0.07%     
==========================================
  Files         214      214              
  Lines        5210     5210              
  Branches     1326     1327       +1     
==========================================
+ Hits         4688     4692       +4     
+ Misses        479      475       -4     
  Partials       43       43              
Impacted Files Coverage Δ
...nents/TracePage/TraceTimelineViewer/duck.track.tsx 100.00% <100.00%> (+10.71%) ⬆️
...eViewer/TimelineHeaderRow/TimelineViewingLayer.tsx 88.13% <0.00%> (-3.39%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e17a7c...d50e178. Read the comment docs.

@everett980 everett980 merged commit f960c47 into jaegertracing:master Apr 29, 2020
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
Signed-off-by: Everett Ross <reverett@uber.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
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.

Redirect trace/idWithoutLeading0s to trace/fullId
2 participants