node-gitlab-2-github
node-gitlab-2-github copied to clipboard
Migrate Issues, milestones etc from gitlab to github
Hy there I wanted to migrate from gitlab to github using this project. I was very glad to find out that someone put in some effort to make this easier....
Restarting a migration will fail to recognize existing github issues since the selector is looking for labels. Removing that enables the correct behaviour.
With node-gitlab-github.. i see in settings.ts file in gitlab section i see the project id and in github section i see we need to pass the just one repo... we...
I have added the session cookie in attempt to download attachments attached to issues but I still receive the error "Could not download attachment". Is there something further I need...
Added Setting `inactiveUserSettings`. It takes a list of user names from GitLab, and the mentions of these users in issues and PRs will be prefixed with a `prepend` string when...
Hi. Thanks for maintaining this awesome tool. Migration of GitLab releases fails if `description` field is null. This is because [GitLab assumes `null` for an optional field](https://github.com/jdalrymple/gitbeaker/issues/3350) but node-gitlab-2-github [doesn't](https://github.com/piceaTech/node-gitlab-2-github/blob/c4ac4477d9b76f4b3341da70814eb2fe8324c4d3/src/githubHelper.ts#L241)...
**TLDR;** Issues are numbered wrong after import because for some issues the import fails because the assigned user has no write access to the private repo. **What I want to...
Hello, I'd like to suggest to add a feature for setup mirroring in GitLab to GitHub. For security reason (I hope noone wants to share his password from GitHub) it...
I receive the error "You have to enter your GitLab private token in the settings.js file." even after configuring the settings.ts file with a token and URLs.
I think it would be really nice to remove the settings for skipping item states and replace them with filter functions. Now: ```ts skipMergeRequestStates: string[]; skipMatchingComments: string[]; ``` Suggested: ```ts...