summaryrefslogtreecommitdiffstats
path: root/modules/migrations/github.go
Commit message (Expand)AuthorAgeFilesLines
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-13/+12
* Fix bug isEnd detection on getIssues/getPullRequests (#13299)Lunny Xiao2020-10-251-22/+30
* Gitea 2 Gitea migration (#12657)65432020-10-141-5/+5
* Hopefully support GH enterprise (#12863)John Olheiser2020-09-211-2/+6
* On Migration respect old DefaultBranch (#12843)65432020-09-151-6/+12
* Ensure that all migration requests are cancellable (#12669)zeripath2020-09-021-4/+4
* Git migration UX (#12619)John Olheiser2020-08-281-32/+31
* [Vendor] upgrade google/go-github to v32.1.0 (#12361)65432020-07-311-4/+4
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-1/+2
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-3/+111
* tests: configure github remaining limit + read token (#9800)Antoine GIRARD2020-01-161-3/+14
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-22/+74
* Fix missing updated time on migrated issues and comments (#9744)Lunny Xiao2020-01-141-0/+3
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-10/+54
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-1/+7
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-2/+2
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-051-0/+8
* Import topics during migration (#7851)Antoine GIRARD2019-08-141-0/+6
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-081-1/+4
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-0/+1
* Fix migration panic when Head.User is not exist (#7226)Lunny Xiao2019-06-181-7/+26
* improve github downloader on migrations (#7049)Lunny Xiao2019-05-301-131/+119
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-0/+475