summaryrefslogtreecommitdiffstats
path: root/modules/migrations/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-83/+87
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-1/+74
* Migration failure during reaction migration from gitea (#13344)zeripath2020-10-281-1/+1
* Gitea 2 Gitea migration (#12657)65432020-10-141-2/+2
* Ensure that all migration requests are cancellable (#12669)zeripath2020-09-021-4/+2
* Git migration UX (#12619)John Olheiser2020-08-281-10/+3
* When migrating from Gitlab map Approvals to approving Reviews (#11147)65432020-04-201-2/+14
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-1/+28
* Use OriginalURL insead of CloneAddr in migration logging (#9418)mrsdizzie2019-12-181-2/+2
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-2/+5
* Add SyncTags to uploader interface (#9326)John Olheiser2019-12-121-7/+8
* Only sync tags after all batches (#9319)John Olheiser2019-12-111-3/+7
* Add retry for migration http/https requests (#9019)Lunny Xiao2019-11-161-0/+6
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+7
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-3/+9
* Import topics during migration (#7851)Antoine GIRARD2019-08-141-0/+11
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-081-22/+1
* Fix typo in PR migration check (#7368)mrsdizzie2019-07-061-1/+1
* Detect migrating batch size (#7353)Lunny Xiao2019-07-061-17/+47
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-011-1/+1
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-26/+50
* improve github downloader on migrations (#7049)Lunny Xiao2019-05-301-5/+5
* fix missing repo description when migrating (#7000)Lunny Xiao2019-05-201-0/+3
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-0/+205