gh-gei
gh-gei copied to clipboard
Migration CLI for GitHub to GitHub migrations
## Description Depending on the overall duration, including queue time for a migration, the account handling the migrations using GEI will hit the graphql API limit. There is a hardcoded...
## Description When the source is GHES , the migrate-repo command doesn't honor the `--git-archive-path' and `--git-archive-url` parameters. Even if they are passed it always tries to export the archive...
## Description As an enterprise customer, we have over 7000 engineers actively using GHES. Emailing all 7000 to re-attribute is toilsome, especially when we already have GH Connect enabled and...
## Description Sometimes we want to rewrite the history during the migration, e.g. for LFS migration. This page documents the approach: https://gist.github.com/joshjohanning/e3a08cb2ea877576f01f9188b20985c8 For this to be even easier, it would...
This PR refines the validation for `BbsSharedHome` and `ArchivePath` inputs. #### Validation Enhancements: - Validated that the `BbsSharedHome` directory exists if provided and `ArchivePath` is not set. - Ensured that...
## Description I'm debugging our migration automation scripts, and came across an interesting issue. I'm intentionally causing the `gh bbs2gh migrate-repo` script to fail, and I see it coming back...
## Description Repositories with large metadata linked to pull requests, pull request branches, and a lot of releases and tags are not properly skipped when adding in the `--skip-releases` flag...
### Description We were using [FluentAssertions](https://github.com/fluentassertions/fluentassertions) as our library of choice for almost all of our unit tests. Unfortunately for the latest version 8, they are switching their license from...
External PR from @AakashSuresh2003 (#1464) to add validation that detects when users accidentally provide URLs instead of names for org/repo/enterprise arguments. This addresses issue #1180 by providing clear, user-friendly error...
## Description I am using the latest version of github/gh-ado2gh 1.19 and I am able to generate the migration script for moving repos from ADO to our own GHE enterprise,...