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

Sequester zoom concerns to ZoomManager in plexus #409

Merged
merged 3 commits into from
Jul 9, 2019

Conversation

tiffon
Copy link
Member

@tiffon tiffon commented Jul 9, 2019

Which problem is this PR solving?

Managing the zoom is spread throughout the DirectedGraph component. This PR collects that functionality into ZoomManager.

This is in preparation for adding layers to plexus.

Short description of the changes

Collect functionality for managing d3-zoom into ZoomManager in the plexus package. This does not change the public API of the package.

Signed-off-by: Joe Farro <joef@uber.com>
@tiffon tiffon requested a review from everett980 July 9, 2019 12:14
@codecov
Copy link

codecov bot commented Jul 9, 2019

Codecov Report

Merging #409 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #409      +/-   ##
==========================================
+ Coverage   91.44%   91.49%   +0.05%     
==========================================
  Files         173      173              
  Lines        3904     3904              
  Branches      892      892              
==========================================
+ Hits         3570     3572       +2     
+ Misses        298      296       -2     
  Partials       36       36
Impacted Files Coverage Δ
...eViewer/TimelineHeaderRow/TimelineViewingLayer.tsx 91.52% <0%> (+3.38%) ⬆️

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 9da2086...7797c57. Read the comment docs.

Copy link
Collaborator

@everett980 everett980 left a comment

Choose a reason for hiding this comment

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

Can't say I'm familiar with it, but the consolidation looks good 👍

@tiffon tiffon merged commit e5b81f8 into jaegertracing:master Jul 9, 2019
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
Sequester zoom concerns to ZoomManager in plexus
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.

2 participants