Skip to content
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

worklog: Improve output of update subcommand #1825

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

silkeh
Copy link
Member

@silkeh silkeh commented Mar 7, 2024

Summary

Change the output of the update subcommand with:

  • A Markdown format that can be used for publishing.
  • Multiple authors (one for each commit).
  • The GitHub author that made the change.

Test Plan

./common/Scripts/worklog.py -s updates "1 week ago" "now" --format=md |\
    pandoc --from=commonmark --to=html > /tmp/worklog.html

Checklist

  • Package was built and tested against unstable

@silkeh silkeh force-pushed the improve-update-log branch from 932d5e6 to 3ca9eaa Compare March 7, 2024 19:42
Change the output of the `update` subcommand with:

- A Markdown format that can be used for publishing.
- Multiple authors (one for each commit).
- The GitHub author that made the change.
@silkeh silkeh force-pushed the improve-update-log branch from 3ca9eaa to 77b4ac4 Compare March 7, 2024 20:11
@silkeh silkeh marked this pull request as ready for review March 7, 2024 20:20
@silkeh silkeh requested a review from EbonJaeger March 7, 2024 20:20
Copy link
Member

@EbonJaeger EbonJaeger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you so much!

@EbonJaeger EbonJaeger merged commit 357037a into main Mar 7, 2024
2 checks passed
@EbonJaeger EbonJaeger deleted the improve-update-log branch March 7, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants