gh-gei
gh-gei copied to clipboard
Migration CLI for GitHub to GitHub migrations
When we run publish.ps1 there are a handful of warnings when trimming the assemblies. We can probably do something to make these go away safely.
## Description Desirable for both ado2gh and gei
Will scan repos and identify which repos have files that are too large to push to GitHub. Should provide some useful info to enable customers to address the problems (e.g....
## Description The backend API now supports granting migrator role at the enterprise level (I believe it will iterate over all orgs and grant it on each org). grant-migrator-role command...
Currently the way integrate-boards command works is it creates the connection using a GitHub PAT. This was done mainly because it was easier/quicker to implement. But it means that when...
This is a relatively new feature in github (public beta): https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization The add-team-to-repo command validates that the role is one of the 5 non-custom roles in GitHub. This validation will...
Customers have asked if it's possible to add an option to let them set a state other than private for a repo when it's done migrating. This capability is already...
Docs/whitepaper helping customers understand the planning/preparation/migration process, and all the considerations they need to take into account. Similar to the ADO On-Prem -> Cloud migration whitepaper: https://azure.microsoft.com/en-us/services/devops/migrate/ DRI: @dylan-smith ##...
Orchestrates many of the steps needed to migrate repos from ADO to GitHub. Includes: - Lock ADO repo (make it read-only) - Migrate Repo - Create AAD groups - Add...
If duplicate repo names are detected, instead of just spitting out a warning and putting the onus on the user, maybe do something intelligent to ensure unique repo names, then...