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 70 node-gitlab-2-github issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.14.1. Changelog Sourced from qs's changelog. 6.14.1 [Fix] ensure arrayLength applies to [] notation as well [Fix] parse: when a custom decoder returns null for...

dependencies
javascript

When migrating merge requests (especially already merged ones) to GitHub, the migration fails with a `TypeError: Cannot read properties of null (reading 'start')` error when processing comments that don't have...

Merge requests that were merged and their branches deleted are currently migrated as issues ```bash Pull request #60 (source branch ....' does not exist => cannot migrate pull request, creating...

Closes #250 Example when the TypeError happens ```json { "id": "e6b155b372d15d12fcd6b2ced5289313c8b178b5", "individual_note": false, "notes": [ { "id": 482339, "type": "DiffNote", "body": "empty file. I guess it should be removed from...

This PR adds CSV-based batch migration support: 1. **CSV file support for project IDs** - Load multiple project IDs from a CSV file located in project root (at least with...

Enhanced the `getAllGithubMilestones` method to paginate through milestones, ensuring it can fetch more than 100 entries.

- Introduced Azure Blob Storage as an alternative to S3 for storing attachments from issues. - Updated settings interface to include Azure configuration options. - Enhanced attachment migration logic to...

This change fixes type error on importing milestone with no description. ``` TypeError: Cannot read properties of null (reading 'match') ```

This allows a user to ensure that the MR number matches the PR number. However, this can only work if issues are not migrated. At least, not first.

GitHub allows one to delete issues. The assigned issue numbers keeps being assigned to this issue but it cannot be viewed anymore. This would be good to do after a...