Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub: Migrations support next steps #48

Open
amitsaha opened this issue Apr 7, 2021 · 0 comments
Open

GitHub: Migrations support next steps #48

amitsaha opened this issue Apr 7, 2021 · 0 comments
Assignees

Comments

@amitsaha
Copy link
Owner

amitsaha commented Apr 7, 2021

Currently the github.createUserMigration command will attempt to create migrations as follows:

  1. Get all the user owned repos and create a user migration (this option respects all the repo options such as membership type, ignore forks, starred)
  2. Wait for the migration to be ready
  3. Download the archive
  4. Get all the organizations the user is an admin of, a.k.a an owner of
  5. For each organization in (4), list all the repositories in those organizations and create a migration, wait for it to be ready and download the archive.

This behavior should be improved in the following ways:

  1. Allow user to filter org repo types
  2. Improve implementation in various ways
  3. Implement some sort of a way to summarize the backup
@amitsaha amitsaha self-assigned this Apr 7, 2021
@amitsaha amitsaha changed the title GitHub: User data download GitHub: Migrations support next steps May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant