Skip to content

Otterdog v0.6.0

Compare
Choose a tag to compare
@netomi netomi released this 24 Apr 20:40
· 132 commits to main since this release

Added

  • Added support for oauth authentication using GitHub. (#202)
  • Added support for auto-merging of PRs under certain conditions. (#110)
  • Added handling for settings that require access to the Web UI. (#208)
  • Added support for repository setting private_vulnerability_reporting_enabled. (#205)
  • Added a graphql based query interface to the dashboard. (#204)

Changed

  • Reduced the number of automatic checks that are performed every time a PR gets updated. (#217)
  • Support auto-merge also for project leads and admins. (#216)
  • Do not enable auto-merge for PRs that also touch files other than the configuration. (#220)
  • Use scoped commands for interaction via pull requests. (#211)

Fixed

  • Use pagination when retrieving all branches of a repository.