-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 fetch repository if it not already exist in db #530
feat: add fetch repository if it not already exist in db #530
Conversation
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
6f8b7fd
to
5dd807b
Compare
…atech/depviz into 529-add-fetch-repository-on-generate
Codecov Report
@@ Coverage Diff @@
## master #530 +/- ##
=======================================
Coverage 27.95% 27.95%
=======================================
Files 6 6
Lines 440 440
=======================================
Hits 123 123
Misses 315 315
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. |
🎉 This PR is included in version 3.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Resolve #529
The problem is explain in #529, so i decided to add the feature:
Fetch the repository if it doesn't exist in the database, this way the request is only made if the repository doesn't exist.
I tried to use DepViz to get a graph of the Gno repository
Before the implementation :
After the implemantation :
Now we can use DepViz on all repositories without launching manually with the CLI the fetch of each repository
┆Issue is synchronized with this Trello card