- Improve
yogit scrum report
: list contributions before completing the report - Slack post now handles correctly #channel mentions (member mentions is not working yet)
- Fix config file loading: do not raise an error when file does not exist
- Fix scrum report template migration of
yogit 1.12.0
. If you encountered the bug, remove~/.yogit/scrum_report.yaml
to get the default one back
- Fix
yogit orga member ...
command: GitHub API became less permissive about param types
- Add
--label
filter toyogit pr list
command - Add Slack integration: thanks @thomascarpentier for this contribution sponsored by Genymobile for #hacktoberfest. It allows
yogit scrum report
to publish the report on Slack on your behalf. To configure it:yogit account setup
- Change
yogit review requested
output: print pull request title, don't print repository url anymore - Add
--missed
option toyogit review requested
command
- Add
yogit br
becomesyogit branch
command - Add
yogit rv
becomesyogit review
command
- Add
yogit orga list
command - Add
--orga
discrimator option toyogit orga member list
- Add
--orga
discrimator option toyogit orga member pickone
- Improve doc regarding auto completion
- Add
yogit orga member list
command - Add
yogit orga member pickone
command - Add
--dangling
option toyogit br list
yogit ct
command is renamed toyogit contrib
- Improve update warning wording
- Improve
yogit --version
wording
- Fix
yogit
upgrade from1.6.0
- Shit happens
- Add
yogit ct stats
command
- Add
yogit ct list
command - Add
--date
arg toyogit scrum report
command - Add indentation ability to
yogit scrum report
- Print pretty bullet points in generated scrum report
- Improve documentation
- Replace
yaspin
byHalo
dep to handle spinner: better handling of pipes and redirects
- Tried
yogit
on Windows Terminal and workaround a spinner issue - Print count little by little if request is big
- Fix missing
packaging
dependency
- See if pull requests are conflicted in
yogit pr list
- Improve
yogit scrum report
UX and make it robust to network access failure - Shorten PR titles in tabulated results (max 50 chars)
- Add update available check
- Improve help
- Add ability to list your current reviews and see outdated ones with
yogit rv list
- Dedicated wording when there is no result
- Add "Count: X" statement right after result list
- Show a spinner during request time
- Use bold and emojis to make outputs fancier
- Reinforce
scrum report
command (better error handling)
- Add abilitiy to list pull requests of an organization
yogit pr list --orga TEXT
- Fix typo in scrum report, thx @genygilles
- Fix unauthorized error due to too old PyYAML version
- Support pagination for branch listing (fix request timeout)
- Be more specific on GitHub required scopes
- Improve code regarding account setup flow
- Fix sort of pull request list
- Project bootstrap