- Add
--exclude-missing
when runningauto-pr status
- Allows you to remove the
Missing PRs
section from the output
- Allows you to remove the
- Add
--use-global-git-config
when runningauto-pr pull
- Allows you to use the globally set git config in your device instead of using the authenticated Github user's primary email
- Extend
auto-pr reset
toauto-pr reset all
andauto-pr reset from FILE
all
resets everythingfrom FILE
resets just repositories listed in the input file
- Fix for user env into sub-processes (3b597971)
- Pin top-level dependencies (#54)
- Correct debug log on repository pull (#44)
- Don't copy user env into sub-processes (#44)
- Fix email access from GitHub API (#51)
- Improved error output on command failures (#44)
- Improve DB access for repositories to process (#48)
- Migrated from pipenv to poetry (#49)
- Added isort pre-commit hook (#50)
auto-pr test
:- Add flags
--pull-repos
/--no-pull-repos
, with default to--no-pull-repos
(#34) - Show diff in color (#34)
- Add flags
auto-pr run
:- Add flags
--pull-repos
/--no-pull-repos
, with default to--pull-repos
(#34) - Show progress (#34)
- Don't sleep after pushing the last PR (#34)
- Set a default
--push_delay
(#34)
- Add flags
auto-pr init
:- Ask for the API key if not passed via parameters (#34)
auto-pr pull
:- Pull repositories in parallel (#36)
- Add
-j
flag (#36)
- Add
auto-pr progress
command (#35)
- Added
--version
flag (#23)
- Only show diff if it exists (#22)
Initial release.