node-gitlab-2-github
node-gitlab-2-github copied to clipboard
Migrate Issues, milestones etc from gitlab to github
new Settings for migration when assignee users don't exist and S3 isn't used for attachment storage
Created settings for clearing issue assignees, bypassing S3 bucket upload, saving issue attachments locally, and rewriting attachment URLs in issue content. Fixed problem downloading attachments with international characters by encoding...
Generally `debug` is used to indicate extra logging. the term `dryRun` would be more appropriate in this case as the software execute only read-requests and doesnt create any extra entities
First, thank you. Second, wanted to make a note (not a PR), for future users: - for the values in `settings.ts`, clearly state `{{}}` is redundant. - correct way to...
Hi guys, i found there is a bug while transfer a pdf file, on the terminal this not throws any errors, but when i try to open the pdf file...
I have filled out the user mapping table between GitLab and GitHub usernames. However, when I migrate the MRs->PRs the owner of the PR in Github is always my own...
#94 introduces release migration but does not migrate assets. GitHub's API [allows asset uploading](https://docs.github.com/en/rest/reference/releases#upload-a-release-asset), so this could be implemented.
I added a new confidential issue as a test. It was migrated. Maybe we should add a new flag in the settings.js to declare how to handle confidential issues. Prior...
GitLab refs to MRs in the form of `!number` should be converted to GitHub refs with a # * MRs in GitLab follow their own sequence. * PRs in GitHub...
I've added all the proper urls, tokens, access keys, usernames, and repo names to settings.js. I've mirrored the repo according to the README instructions. Milestones and tickets transfer just fine....
This setting enables setting a `github-mr-migrating` GitHub repository topic for the duration of the migration, and a `github-mr-migrated` topic to signal completion. Given a lot of repositories to migrate, this...