-
Notifications
You must be signed in to change notification settings - Fork 48
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: add graph subcommand to print dependency graph #264
Conversation
Pull Request Test Coverage Report for Build 7946546745Details
💛 - Coveralls |
114c5cf
to
91bb320
Compare
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
533b4ab
to
a0ba09f
Compare
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
a0ba09f
to
5804939
Compare
I have implemented my own |
913d5df
to
fbd007a
Compare
@zong-zhe Please take a look I have implemented two functions here Currently the graph is being built bottom-up in recursion , that's why we are getting the graph as a return value. instead of using Please let me know of any changes. |
fbd007a
to
7c0d2d1
Compare
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
7c0d2d1
to
6fcfb5c
Compare
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.
LGTM
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
solves: #263
2. What is the scope of this PR (e.g. component or file name):
kpm.go
pkg/cmd/cmd_graph.go
pkg/client.go
3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):
4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):
5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links: