-
Notifications
You must be signed in to change notification settings - Fork 503
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
Refactoring: DAG migrated to Plexus's Digraph #1981
Refactoring: DAG migrated to Plexus's Digraph #1981
Conversation
Hey @yurishkuro, the two test cases will fail for |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1981 +/- ##
=======================================
Coverage 96.54% 96.54%
=======================================
Files 255 255
Lines 7611 7616 +5
Branches 1983 1984 +1
=======================================
+ Hits 7348 7353 +5
Misses 263 263 ☔ View full report in Codecov by Sentry. |
Hey @yashrsharma44, tagging you for review The code coverage has dropped, will try to increase it |
|
The graph is likely smaller, you seem to got the zoom working with larger graph
Did not see anything in the documentation and code sadly
I'll check this one and try to fix it
The coordinates are actually returned by Plexus, the size of nodes is static, and we can play around with the size of nodes Also, can you share data for those 15 nodes? |
that doesn't explain why the zoom doesn't work - with the larger 15-node graph I can zoom it so that the nodes are twice as large as in the default hotrod graph (which doesn't zoom) |
b551e01
to
9fae595
Compare
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
70a8278
to
f9c602e
Compare
Signed-off-by: Prathamesh Mutkure <pmutkure009@gmail.com>
3d96b94
to
a5cd722
Compare
@@ -13,8 +13,10 @@ | |||
// limitations under the License. | |||
|
|||
import React from 'react'; | |||
import ShallowRenderer from 'react-test-renderer/shallow'; |
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.
why do we need to use ShallowRenderer
and not the standard render
? Does ShallowRenderer
actually render more details?
Signed-off-by: Yuri Shkuro <github@ysh.us>
Which problem is this PR solving?
Description of the changes
cytoscape
and replaced it withDigraph
fromPlexus
Digraph
to support this changeHow was this change tested?
Before -
Now -
Tha additional tab visible in above images has been removed
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test