-
Notifications
You must be signed in to change notification settings - Fork 144
Assignees are currently silently failing to be migrated #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When you migrated, was your repo private or public? |
The repository got recreated as a private repository. But even the people who had access to the repository did not get assigned to their issues. |
You could try debugging what exactly is happening. Otherwise it is difficult to know why this happens. The only thing from looking at the code might be the difference in how the issue import vs. issue creation is handled: node-gitlab-2-github/src/githubHelper.ts Lines 478 to 479 in 5b8750d
|
Unfortunately I can not test again as the repository has been migrated successfully otherwise. |
For me it sounds related to this: #217 |
TSError: ⨯ Unable to compile TypeScript:
on latest commit #222I have migrated a 259 issue repository hosted at gitlab.com.
I have verified that my user map is correct. All the usernames in the migrated issues are correct.
The repo has been successfully migrated overall, but all the assignees got lost on the way and we had to manually fill them in. When migrating issues, the output contained no relevant errors (besides the two semi-unrelated fails described in the linked issue above). E.g:
My settings were (with sensitive information omitted entirely):
Despite me enabling
recreateRepo
, I have opted to answer no to the prompt as I have spontaneously decided to import the remote repository instead of using a bare one.An example issue would be https://gitlab.com/sourceofmana/sourceofmana/-/issues/155 vs sourceofmana/sourceofmana#154 - note that the assignee is there on the gitlab side. The mismatched ID is due to the two semi-unrelated fails as mentioned above.
Unfortunately, I do not know what other debugging information to provide. The migration is finished and due to our admittedly rather small number of issues we could fill in most of the missing things manually.
The text was updated successfully, but these errors were encountered: