-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
go generate a mermaid flowchart for org modules #11467
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
49aaeab
to
6e0337e
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |
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.
I had a sort
in here too, which produced a slightly better image, but which was not portable for some reason. My local standard ubuntu install treats /
and -
as interchangable, and so lists chainlink-vrf
after chainlin/v2
. CI standard ubuntu doesn't make this mistake. I just removed it so this wasn't blocked, but it would be nice to restore that behavior.
This PR adds a script for generating a go module graph of the smartcontractkit org dependencies used to build chainlink.
The script is
tools/bin/modgraph
and can be invoked viamake modgraph
to regeneratego.md
. This is wired in togo generate
as well, so that the existing CI checks will ensure it stays up to date.