Skip to content

Releases: getyourguide/auto-pr

1.0.7

24 Jun 15:14
fcb1965
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

21 Jun 13:44
dc8659e
Compare
Choose a tag to compare

What's Changed

  • Add --use-global-git-config when running auto-pr pull
    • Allows you to use the globally set git config in your device instead of using the authenticated Github user's primary email

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

20 Jun 14:44
dfeae54
Compare
Choose a tag to compare

What's Changed

support for python3.12

Full Changelog: 1.0.4...1.0.5

1.0.4

08 Aug 15:01
5d2f3f4
Compare
Choose a tag to compare

1.0.4

  • Extend auto-pr reset to auto-pr reset all and auto-pr reset from FILE
    • all resets everything
    • from FILE resets just repositories listed in the input file

1.0.3

24 Jul 12:20
eedc051
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

26 Aug 11:03
037d015
Compare
Choose a tag to compare

Fixed

  • Fix for user env into sub-processes (3b597971)
  • Pin top-level dependencies (#54)

1.0.1

02 Aug 15:02
01ddf32
Compare
Choose a tag to compare

Fixed

  • Correct debug log on repository pull (#44)
  • Don't copy user env into sub-processes (#44)
  • Fix email access from GitHub API (#51)

Updated

  • Improved error output on command failures (#44)
  • Improve DB access for repositories to process (#48)

Chore

  • Migrated from pipenv to poetry (#49)
  • Added isort pre-commit hook (#50)

1.0.0

17 May 09:19
625c673
Compare
Choose a tag to compare

Added

  • auto-pr test:
    • Add flags --pull-repos/--no-pull-repos, with default to --no-pull-repos (#34)
    • Show diff in color (#34)
  • 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)
  • 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)

0.2.0

06 Apr 10:29
7225d16
Compare
Choose a tag to compare

Added

  • Added --version flag (#23)

Fixed

  • Only show diff if it exists (#22)

0.1.2

22 Mar 09:06
ff8a807
Compare
Choose a tag to compare

Initial release.