aboutsummaryrefslogtreecommitdiffstats
path: root/modules/migrations/gogs.go
Commit message (Collapse)AuthorAgeFilesLines
* Make the github migration less rate limit waiting to get comment per page ↵Lunny Xiao2021-06-301-3/+4
| | | | | | | | | | | | | | | from repository but not per issue (#16070) * Make the github migration less rate limit waiting to get comment per page from repository but not per issue * Fix lint * adjust Downloader interface * Fix missed reviews * Fix test * Remove unused struct
* Add support to migrate from gogs (#14342)65432021-01-211-0/+312
Add support to migrate gogs: * issues * comments * labels * milestones * wiki Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Andrew Thornton <art27@cantab.net>