piceaTech / node-gitlab-2-github

Migrate Issues, milestones etc from gitlab to github
MIT License
555 stars 136 forks source link

Convert to TypeScript, upload attachments to S3, move code to src, update packages #70

Closed virzak closed 4 years ago

virzak commented 4 years ago

There is no API available to upload attachment to issue: see octokit/rest.js#1405 and this SO question

So in the meantime S3 bucket can be used as a workaround.

Also convert the source code to TypeScript, which can me made stricter once GitLab API gets properly reviewed jdalrymple/gitbeaker#793

virzak commented 4 years ago

Looks good sofar. Would you be so kind and rebase on the new master branch?

@spruce It is ready to merge

spruce commented 4 years ago

Thanks ❤️