Skip to content

v0.19

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 19:56
· 1225 commits to main since this release
51fafbf
  • Added inventory-report command to ado2gh. This command will generate a few CSV reports of all the orgs, team projects, repos and pipelines it can access. Along with some extra information that can be useful when planning a large migration (e.g. PR count per repo, most active contributer, pushes in past year, last push date, etc)
  • Add --skip-releases flag to gh gei for migrate-repo and generate-script commands to support skipping releases when migrating.
  • wait-for-migration progress report in both ado2gh and gh gei now logs the target repository name in addition to migration id for more readability.
  • Update share-service-connection command to be idempotent. If you try to share a service connection with a Team Project where it has been previously shared, the command will now do nothing and return success (previously it would error and fail).