Migrate issues and wikis options when migrating from github #156

Closed
opened 2025-11-02 03:11:07 -06:00 by GiteaMirror · 10 comments
Owner

Originally created by @lunny on GitHub (Dec 26, 2016).

On migrate UI, we could provide checkboxes to issues and wikis when the clone URL is a github URL and after that be checked. wikis and issues will both be migrated when codes migrated.

Originally created by @lunny on GitHub (Dec 26, 2016). On migrate UI, we could provide checkboxes to issues and wikis when the clone URL is a github URL and after that be checked. wikis and issues will both be migrated when codes migrated.
GiteaMirror added the type/proposaltype/featuretype/enhancement labels 2025-11-02 03:11:07 -06:00
Author
Owner

@FM-96 commented on GitHub (Dec 26, 2016):

I think Bitbucket and GitLab support would also be great, if that's possible.

@FM-96 commented on GitHub (Dec 26, 2016): I think Bitbucket and GitLab support would also be great, if that's possible.
Author
Owner

@lunny commented on GitHub (Dec 26, 2016):

If there are APIs, I think it's yes.

@lunny commented on GitHub (Dec 26, 2016): If there are APIs, I think it's yes.
Author
Owner

@bkcsoft commented on GitHub (Dec 26, 2016):

Importing issues and merge requests from GitLab will be a PITA since they have separate indexes. Meaning we'll get collisions everywhere...

@bkcsoft commented on GitHub (Dec 26, 2016): Importing issues and merge requests from GitLab will be a PITA since they have separate indexes. Meaning we'll get collisions everywhere...
Author
Owner

@dakira commented on GitHub (Apr 3, 2017):

Here's a script that does this: https://lolg.it/herby/gh2gogs

@dakira commented on GitHub (Apr 3, 2017): Here's a script that does this: https://lolg.it/herby/gh2gogs
Author
Owner

@ryanburnette commented on GitHub (Sep 9, 2018):

I'm pretty desperate for a way to migrate issues from Github to Gitea. I'd donate or pay a bounty for the feature.

I checked into herby/gh2gogs, but it wasn't clear to me how to use that library.

@ryanburnette commented on GitHub (Sep 9, 2018): I'm pretty desperate for a way to migrate issues from Github to Gitea. I'd donate or pay a bounty for the feature. I checked into [herby/gh2gogs](https://lolg.it/herby/gh2gogs), but it wasn't clear to me how to use that library.
Author
Owner

@dakira commented on GitHub (Sep 10, 2018):

@ryanburnette You can get an export tarball somewhere from github. If I remember correctly you also get that through the Github API. The script (which needs to be run with nodejs) just goes through the tarball and uses the Gogs API to create all the issues and pullrequests. I'd much rather write something that adds this directly to the DB. Should be quite easy, really.

@dakira commented on GitHub (Sep 10, 2018): @ryanburnette You can get an export tarball somewhere from github. If I remember correctly you also get that through the Github API. The script (which needs to be run with nodejs) just goes through the tarball and uses the Gogs API to create all the issues and pullrequests. I'd much rather write something that adds this directly to the DB. Should be quite easy, really.
Author
Owner

@techknowlogick commented on GitHub (Sep 10, 2018):

Here is a project that works with Gitea API: https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator

@techknowlogick commented on GitHub (Sep 10, 2018): Here is a project that works with Gitea API: https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator
Author
Owner

@cpetry commented on GitHub (Oct 29, 2018):

Any news on issue migration from gitlab? Some ideas?

@cpetry commented on GitHub (Oct 29, 2018): Any news on issue migration from gitlab? Some ideas?
Author
Owner

@lunny commented on GitHub (Apr 21, 2019):

Will be fixed by https://github.com/go-gitea/gitea/pull/6290

@lunny commented on GitHub (Apr 21, 2019): Will be fixed by https://github.com/go-gitea/gitea/pull/6290
Author
Owner

@lunny commented on GitHub (Jul 8, 2019):

Closed by #6290 in v1.9. @techknowlogick

@lunny commented on GitHub (Jul 8, 2019): Closed by #6290 in v1.9. @techknowlogick
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#156