-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring: DAG migrated to Plexus's Digraph (#1981)
## Which problem is this PR solving? - This issue is related to LFX task #1466 - I can create a more specific sub-issue if that's more suitable ## Description of the changes - I've removed `cytoscape` and replaced it with `Digraph` from `Plexus` - Had to add support for labels in `Digraph` to support this change ## How was this change tested? - The changes were tested visually - Tested with test data involving around 50 nodes Before - <img width="1785" alt="Screenshot 2023-11-18 at 22 06 10" src="https://github.com/jaegertracing/jaeger-ui/assets/28570857/dd130e06-94d5-41b8-8217-7e0cdb442dc2"> Now - <img width="1785" alt="Screenshot 2023-11-18 at 22 06 22" src="https://github.com/jaegertracing/jaeger-ui/assets/28570857/6249207d-b1e6-4774-82ad-2f9e6a589f3e"> Tha additional tab visible in above images has been removed ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: Prathamesh Mutkure <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
63361a2
commit 2947a10
Showing
11 changed files
with
332 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
118 changes: 0 additions & 118 deletions
118
packages/jaeger-ui/src/components/DependencyGraph/DAG.jsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.