node-gitlab-2-github
node-gitlab-2-github copied to clipboard
Migrate Issues, milestones etc from gitlab to github
## Description: With this PR: * Add `Dockerfile`, so people with no Node.js installed in their local environments can simply create a Docker container to run the migration process; *...
When I set `recreateRepo` to true, only the first time creation worked. ```typescript github: { recreateRepo: true, }, ``` And the re-creation always returned `Something went wrong: HttpError: Repository creation...
### settings.ts ``` import Settings from './src/settings'; export default { gitlab: { url: 'https://gitlab.com', token: 'glpat-_asdasdasdasdqweqwe', projectId: 1111111, sessionCookie: 'token', }, github: { baseUrl: 'https://github.com', // apiUrl: 'https//api.github.mycompany.com', owner: 'aman00323',...
I have used an older version of this project until today. Since I always got into a rate limit (Not the second rate limit - after 6 hours break and...
Attempt to create has failed, assume 'dev' has already been merged => cannot migrate pull request, creating an issue instead. Migrating pull request comments......Done creating comments (migrated 0 comments, skipped...
Click to see the logs ``` Creating release: !1.23.0 RC03 - v1.23.0-rc03 Could not create release on github RequestError [HttpError]: Validation Failed: {"resource":"Release","code":"custom","message":"Repository is empty."} at ~/Documents//node-gitlab-2-github/node_modules/@octokit/request/dist-src/fetch-wrapper.js:68:27 at runMicrotasks ()...
Prior to this change, we would ignore the ``` await this.githubApi.pulls.create(props); ``` return value, which is the actual Pull Request data. As a result, none of the logic beyond creating...
`Credential=/20220515/us-east-1/s3/aws4_request` is it possible to change the `us-east-1` region for our S3 using a different regions
If I'm understanding correctly, references across issues in the same project will have their URLs updated during migration to match the new issue number and repo. So, two issues linked...
There is some text around rate limits and throttling but I could not find specific answer on: 1. What's the behavior when one or more rate limits are reached? Does...