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
trafficstars

I am new to nodejs and I am having trouble installing the package on Ubuntu 18.04 (LTS). I have just installed `nodejs` and `npm` with: The output of `npm i`...

Bumps [qs](https://github.com/ljharb/qs) from 6.10.2 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

This adds support to filter out archived GitLab projects on the first run, when listing projects. For compatibility reasons I have kept this option true by default, i.e. archived projects...

When migrating comments done by users without mapping the tool will leave `@gitlabusername` string in the comment text. But such username might already exist on github. Resulting in sending a...

This is more a question than it is an issue but I couldn't tell from the README Basically I have two questions: 1. can a migration be resumed, if aborted?...

I removed s3 details from settings, ``` s3: { accessKeyId: '', secretAccessKey: '', bucket: '', }``` Yet when I transfered issues over, the 'has attachment' label was not applied correctly.

- Now when labels are transferred, their descriptions are as well! - Added some color options for your console output, feel free to use elsewhere :) - `trimOversizedLabelDescriptions` boolean option...

GitLab allows assigning to milestones in project parent groups - I think these should be accounted for during the transfer. If you could provide me a hint where to look,...

import Settings from './src/settings'; export default { gitlab: { url: 'https://gitlab.com', token: 'gdddddddddddddddd', projectId: 222222, sessionCookie: 'null', }, github: { baseUrl: 'https://api.github.com', apiUrl: 'https://api.github.com', owner: 'ssssssssssssssssss', token: 'ssssssssssssss', token_owner: 'Npraveenreddy',...