gh-ado2gh

Migration CLI for Azure DevOps to GitHub migrations

Stars
16
Committers
2

Bot releases are hidden (Show)

gh-ado2gh - v0.30

Published by dylan-smith almost 2 years ago

  • Added logging to gh gei wait-for-migration and gh gei migrate-org --wait, showing the number of repos that have been migrated so far
gh-ado2gh - v0.29

Published by dylan-smith almost 2 years ago

  • Added additional retry logic covering the case when polling for migration status fails for any reason (along with a few other situations)
  • Added --aws-bucket-name to gh gei generate-script and removed --azure-storage-connection-string.
gh-ado2gh - v0.28

Published by dylan-smith about 2 years ago

  • Fixed a bug where uploading archives to S3 still required --azure-storage-connection-string to be passed.
gh-ado2gh - v0.27

Published by dylan-smith about 2 years ago

  • 6 months ago in v0.10, we deprecated the --ssh flag, making it silently do nothing. Now, we’ve removed the flag entirely, so the CLI will error if you try to specify it. If you have any scripts that include the --ssh flag, you must remove that flag or the script will break.
  • fixed a bug where secrets were not getting scrubbed from the logs in some circumstances
  • If create-team fails when linking an IdP group with an HTTP 400, we will retry
  • If create-team fails when removing the initial team member, it will retry
  • In v0.25 we started publishing ado2gh as an extension to the gh CLI. However, we didn't update ado2gh generate-script to use the new syntax in the generated migration script. Now it will, and you will need the gh ado2gh extension installed in order to run the generated migration script.
  • Added --ghes-api-url as an optional arg to the grant-migrator-role and revoke-migrator-role commands for both ado2gh and gei.
  • Added AWS support for archive uploads to gei using the --aws-bucket-name, --aws-access-key and --aws-secret-key arguments.
gh-ado2gh - v0.26

Published by dylan-smith about 2 years ago

  • Retry all failed GET requests made to Github, Azure Devops, and Bitbucket Server.
gh-ado2gh - v0.25

Published by dylan-smith about 2 years ago

  • We are now shipping all functionality for Azure DevOps -> GitHub migrations as a new extension to the GitHub CLI. Run gh extension install github/gh-ado2gh to install. All commands are the same as the previous ado2gh CLI (e.g. gh ado2gh generate-script). If you were previously using gh gei to handle ADO migrations (instead of the separate ado2gh stand-alone CLI), that functionality has now been moved to the gh ado2gh extension. gh gei is solely used for GitHub -> GitHub migration scenarios.
    • We will continue shipping ado2gh stand-alone CLI in this release and probably the next couple, after that the only way to acquire new versions will be via the gh extension.
    • Technically in this release the ADO capabilities in gh gei have only been hidden from the built-in help, but will still work and give the user a warning that they should be using gh ado2gh instead. In a future release we will remove them entirely.
    • Our docs have been updated to reflect these changes and can be accessed here: https://docs.github.com/en/early-access/enterprise-importer
gh-ado2gh - v0.24

Published by dylan-smith about 2 years ago

  • Added --lock-source-repo option to gh gei migrate-repo and gh gei generate-script commands. This will make the source repo read-only as part of the migration.
gh-ado2gh - v0.23

Published by dylan-smith about 2 years ago

  • Added create-team command to gh gei.
  • Reduced # of REST API calls used to avoid rate limiting challenges
  • Changed how we do the version check to avoid warnings about being rate limited
  • Checks for an environment variable GEI_DEBUG_MODE and if set to 'true' will emit additional data in the verbose log file
gh-ado2gh - v0.1

Published by dylan-smith about 2 years ago