summaryrefslogtreecommitdiffstats
path: root/modules/migrations/github.go
Commit message (Expand)AuthorAgeFilesLines
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-836/+0
* Add migration from GitBucket (#16767)KN4CK3R2021-11-141-99/+110
* Upgrade go-github to v39 (#17437)Lunny Xiao2021-10-261-1/+1
* Multiple tokens support for migrating from github (#17134)Lunny Xiao2021-10-151-83/+129
* Fix bug of migrate comments which only fetch one page (#17055)Lunny Xiao2021-09-151-2/+7
* Add migrate from OneDev (#16356)KN4CK3R2021-08-221-9/+11
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-2/+12
* Upgrade github.com/google/go-github v32.1.0 -> v37.0.0 (#16661)65432021-08-101-156/+72
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Make the github migration less rate limit waiting to get comment per page fro...Lunny Xiao2021-06-301-1/+86
* GitHub: migrate draft releases too (#15884)65432021-05-151-25/+19
* migration: github: if rate limit is not enabled, ignore it (#15490)65432021-04-151-0/+5
* Fix github download on migration (#14703)Lunny Xiao2021-02-181-4/+19
* Fix rate limit bug when downloading assets on migrating from github (#14564)Lunny Xiao2021-02-071-0/+5
* Add support to migrate from gogs (#14342)65432021-01-211-0/+1
* 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