-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add support for markdown
format output
#315
Conversation
f114b9e
to
66e855a
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.
Niced idea. I have some just some minor thoughts.
c8b0484
to
e6054d9
Compare
e791bf3
to
41e93a1
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.
Nice improvement! Thanks for implementing this. Added just a few, rather minor, comments.
markdown
format outputmarkdown
format output
and enable it for bugzilla, github and gitlab. Signed-off-by: Sandro Bonazzola <[email protected]> Co-authored-by: Konrad Kleine <[email protected]> Co-authored-by: Petr Šplíchal <[email protected]>
Signed-off-by: Sandro Bonazzola <[email protected]>
addressed comment at psss#315 (comment) Signed-off-by: Sandro Bonazzola <[email protected]>
Adress comment at psss#315 (comment) Signed-off-by: Sandro Bonazzola <[email protected]>
7bb31b2
to
9d4d830
Compare
One more thing: It seems that GitHub pull requests are created with url leading to issues:
The output looks like this: Status report for the week 36 (2023-09-04 to 2023-09-10)
GitHub automatically redirects these to the proper url, so it's not that important to get fixed, but probably would be a bit nicer/cleaner. @sandrobonazzola, what do you think? |
I've kind of cheated there to keep the code simpler but yes, some more parsing can be done to get avoid the redirect. I would consider doing it in another PR as enhancement when I'll have some more time to dedicate to this. |
Nevermind, found a more useful way to do it, pushing a new commit |
Adress comment at psss#315 (comment) Signed-off-by: Sandro Bonazzola <[email protected]> Co-authored-by: Petr Šplíchal <[email protected]>
With markdown output format properly recognize notes. Address: https://github.com/psss/did/pull/315/files/41e93a1a4bda20c0d077258680be63363e4dcb5c#r1319684728 Signed-off-by: Sandro Bonazzola <[email protected]>
Addresses psss#315 (comment) Signed-off-by: Sandro Bonazzola <[email protected]>
74bc1bf
to
4984afd
Compare
Perfect, thanks! |
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.
Thanks for addressing all comments, added just a tiny adjustment in 2c505c0.
LGTM, thanks |
For some reason, the Turning off |
Add markdown format output and enable it for bugzilla, github and gitlab.