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 CollapseOne action #230

Merged
merged 1 commit into from Jul 25, 2018
Merged

Conversation

yuribit
Copy link
Contributor

@yuribit yuribit commented Jul 24, 2018

Which problem is this PR solving?

Resolves #229

Short description of the changes

nearestCollapsedAncestor should always have children otherwise in some particular cases (see test) it will be incorrectly added to childrenHiddenIDs.

@yuribit yuribit changed the title Fix CollapseOne action. Fix #229 Fix CollapseOne action Jul 24, 2018
Signed-off-by: Yuri Roncella <yroncella@apple.com>
@codecov
Copy link

codecov bot commented Jul 24, 2018

Codecov Report

Merging #230 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
+ Coverage   90.03%   90.03%   +<.01%     
==========================================
  Files         107      107              
  Lines        2368     2369       +1     
  Branches      481      482       +1     
==========================================
+ Hits         2132     2133       +1     
  Misses        198      198              
  Partials       38       38
Impacted Files Coverage Δ
...c/components/TracePage/TraceTimelineViewer/duck.js 100% <100%> (ø) ⬆️

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 e9e477d...e3a7e91. Read the comment docs.

@yurishkuro yurishkuro requested a review from tiffon July 24, 2018 21:09
@yurishkuro
Copy link
Member

cc @davit-y

Copy link
Member

@tiffon tiffon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, kind sir.

@tiffon tiffon merged commit fc2e638 into jaegertracing:master Jul 25, 2018
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
Signed-off-by: Yuri Roncella <yroncella@apple.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.

None yet

3 participants