-
Notifications
You must be signed in to change notification settings - Fork 435
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
feat: display dependency graph on the "Resource Explorer" page #1005
Conversation
* feat: initial commit * feat: added dependency graph supoort for ec2 and eip * feat: fixed migration changes
* docs: contributing steps in Dep graph section --------- Co-authored-by: ShubhamPalriwala <spalriwalau@gmail.com>
…m paths and edge connectores. To be improved still
Collect additional AWS services connections
…t animation working
Support graph filters
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.
Hey, thank you for opening your Pull Request ! 🙂 While a Tailwarden team member takes a look at your PR we would like to invite you to join our official Discord server, where you can interact directly with other contributors and Tailwarden team members. Link here: https://discord.tailwarden.com
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.
LOVE IT! 🚀
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.
Problem
Added the dependency graph feature
Solution
We're now rendering the dependency graph with Cytoscapejs
Changes Made
How to Test
Check out the repo, run
npm install
, start the backend and frontend server and visit http://localhost:3002/explorer/Screenshots
Notes
Since Inventory and Explorer now both share the Filter component we should refactor it someday in the future. I did not include it in this PR and only did the required changes for getting it to work!
Checklist
Reviewers
see reviewer list in the sidebar