node-gitlab-2-github icon indicating copy to clipboard operation
node-gitlab-2-github copied to clipboard

Feature request: migrate images in issues

Open archon810 opened this issue 5 years ago • 9 comments

Currently, images are not migrated and result in 404s.

archon810 avatar Apr 15 '20 07:04 archon810

A MR ist verry welcome. 😄

spruce avatar Apr 15 '20 08:04 spruce

#70 allows uploading attachments to S3.

virzak avatar May 26 '20 14:05 virzak

did #70 implement this?

ajRiverav avatar Jan 18 '21 15:01 ajRiverav

@ajRiverav yes. The instructions are here.

virzak avatar Jan 18 '21 18:01 virzak

ok. I wasn't sure since the issue is still open.

ajRiverav avatar Jan 18 '21 18:01 ajRiverav

Uploading attachments into the S3 is a great feature, but I was wondering if it's possible to migrate issue images into the GitHub itself, instead of S3?

ashkansk avatar Feb 02 '21 13:02 ashkansk

@ashkansk it cannot be done. See the first comment in #70

virzak avatar Feb 03 '21 13:02 virzak

Could you store images and other attachments into GitHub Project Wiki repository? The Wiki repository can be accessed via GIT command line?

As workaround could you store files locally. Later user will upload them manually to the Wiki repo preserving the relative path into https://github.com/<COMPANY>/<PROJECT>/wiki/uploads/ folder.

Looks like there is PR already by @bensons https://github.com/piceaTech/node-gitlab-2-github/pull/102

ujos avatar Oct 19 '21 11:10 ujos