-
Notifications
You must be signed in to change notification settings - Fork 261
generify mermaid channel writer for all declcfg #987
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #987 +/- ##
==========================================
+ Coverage 52.64% 52.84% +0.19%
==========================================
Files 104 104
Lines 9444 9445 +1
==========================================
+ Hits 4972 4991 +19
+ Misses 3539 3525 -14
+ Partials 933 929 -4
Continue to review full report at Codecov.
|
4cc993b to
449f4b3
Compare
dinhxuanvu
left a comment
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.
Looking good. Just one nit.
449f4b3 to
4123d2f
Compare
exdx
left a comment
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.
Nice!
147c49a to
dc3ad57
Compare
dinhxuanvu
left a comment
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
dc3ad57 to
a0e6400
Compare
a0e6400 to
aae607f
Compare
aae607f to
45cf6c8
Compare
dinhxuanvu
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, exdx, grokspawn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
45cf6c8 to
b36659d
Compare
awgreene
left a comment
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
| write = declcfg.WriteYAML | ||
| case "mermaid": | ||
| write = semver.MermaidChannelWriter | ||
| write = declcfg.WriteMermaidChannels |
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.
Non-blocking: Hmm, a write function that takes a config variable to determine output format might be nice.
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Signed-off-by: Jordan Keister jordan@nimblewidget.com
Description of the change:
Provide a generic mechanism by which any FBC can have access to the mermaid channel graph writer.
Closes #973
Now states in output that skipRange edges are not presently supported, and sorts by package name and then channel name
Motivation for the change:
Reviewer Checklist
/docs