-
Notifications
You must be signed in to change notification settings - Fork 7
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
CDPCAM-48, CDPCAM-43: Custom output and links to docs. #23
Conversation
This commits provides the capability to do different output types (tex and json for now) and provides the different issues encountered with the ability to have links and different formatting. It does this through centralizing the Issue messages into issue_templates.yml files which get loaded at runtime to present the issues to the renderers. The renderers pick the format mechanism defined by the render_type in the issue_templates.yml. The issue ids can be generated into constants using the scripts/update_issue_templates.py script. This will also be run during the pre-commit. Signed-off-by: Brian Towles <[email protected]>
Codecov Report
@@ Coverage Diff @@
## dev #23 +/- ##
==========================================
- Coverage 70.18% 69.86% -0.33%
==========================================
Files 24 27 +3
Lines 1070 1221 +151
==========================================
+ Hits 751 853 +102
- Misses 319 368 +49
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Brian Towles <[email protected]>
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.
looks good, left a few comments
Signed-off-by: Brian Towles <[email protected]>
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!
Signed-off-by: Brian Towles <[email protected]>
* CDPCAM-48, CDPCAM-43: Custom output and links to docs. This commits provides the capability to do different output types (tex and json for now) and provides the different issues encountered with the ability to have links and different formatting. It does this through centralizing the Issue messages into issue_templates.yml files which get loaded at runtime to present the issues to the renderers. The renderers pick the formatting mechanism defined by the render_type in the issue_templates.yml. The issue ids can be generated into constants using the scripts/update_issue_templates.py script. This will also be run during the pre-commit. Signed-off-by: Brian Towles <[email protected]>
This commits provides the capability to do different output types
(tex and json for now) and provides the different issues encountered
with the ability to have links and different formatting.
It does this through centralizing the Issue messages into
issue_templates.yml files which get loaded at runtime to present the issues
to the renderers. The renderers pick the format mechanism defined by the
render_type in the issue_templates.yml.
The issue ids can be generated into constants using the
scripts/update_issue_templates.py script. This will also be run during
the pre-commit.
Signed-off-by: Brian Towles [email protected]