node-gitlab-2-github icon indicating copy to clipboard operation
node-gitlab-2-github copied to clipboard

Migrate Issues, milestones etc from gitlab to github

Results 60 node-gitlab-2-github issues
Sort by recently updated
recently updated
newest added

Currently, images are not migrated and result in 404s.

When creating issues at GitHub, I sometimes get `HttpError` status 403 with the message ‘You have triggered an abuse detection mechanism and have been temporarily blocked from content creation. Please...

Hi, I am trying to migrate some our projects from our inner enterprise GitLab to GitHub and get following: An Error occured while fetching all GitLab projects: TypeError: Cannot read...

Running the migration failed when a 500 error occurred adding a comment to a merge request. Should 500 errors be retried to avoid having to reset from scratch? ``` Pull...

``` ================================== Transferring Milestones ================================== Creating: 1.0 Creating: 2.0 Could not create milestone 2.0 { HttpError: 'description' cannot be null at values.forEach (workspace/node-gitlab-2-github/node_modules/@octokit/rest/plugins/validate/validate.js:60:15) at Array.forEach () at Object.keys.forEach.parameterName (workspace/node-gitlab-2-github/node_modules/@octokit/rest/plugins/validate/validate.js:38:12) at...

bug

When migrating some issues I get an error, that is somehow related to the `octokit` module. A snippet of the error message can be seen here: https://pastebin.com/3VNUNYLh I also added...

When running the migration multiple times the issue numbers created between the first migration and the second migration on gitlab will have different issue numbers than on gitlab. It stems...

I have a fairly small repo with 229 issues that gets stalled around Issue 40 with the following message: ```` Migrating issue #40 ('[PLACEHOLDER] - for issue #40')... Abuse detected...

This PR is based on the work of @valentinschabschneider and updated to the latest master branch: https://github.com/deckweiss-gmbh/node-gitlab-2-github/commit/9653c35815052aef4233be9df2670eee4ce7cee4#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80 Fixes #104.

When I try to run npm run start targeting a GitHub organization in a proxy environment, I encounter the following error and am unsure how to resolve it. If there...