summaryrefslogtreecommitdiffstats
path: root/modules/migrations/base
Commit message (Expand)AuthorAgeFilesLines
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1616-704/+0
* Remove heads pointing to missing old refs (#17076)99rgosse2021-10-081-0/+5
* Add migrate from OneDev (#16356)KN4CK3R2021-08-225-9/+29
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-083-3/+3
* Make the github migration less rate limit waiting to get comment per page fro...Lunny Xiao2021-06-303-6/+20
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-161-0/+11
* small refactor for retry downloader (#16137)a10121127962021-06-131-134/+83
* Encrypt migration credentials at rest (#15895)Norwin2021-05-311-4/+7
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+2
* Add support to migrate from gogs (#14342)65432021-01-215-212/+357
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-0/+1
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-2710-56/+56
* [API] Add Ref to Issue (#13946)zeripath2020-12-131-0/+1
* Gitea 2 Gitea migration (#12657)65432020-10-146-10/+11
* On Migration respect old DefaultBranch (#12843)65432020-09-151-9/+10
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-1/+25
* Ensure that all migration requests are cancellable (#12669)zeripath2020-09-021-11/+50
* Git migration UX (#12619)John Olheiser2020-08-283-3/+9
* When migrating from Gitlab map Approvals to approving Reviews (#11147)65432020-04-201-0/+1
* [Fix] RetryDownloader (add GetReviews()) (#11093)65432020-04-201-0/+16
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-233-0/+46
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-154-13/+9
* Fix missing updated time on migrated issues and comments (#9744)Lunny Xiao2020-01-143-0/+3
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-0/+11
* Add SyncTags to uploader interface (#9326)John Olheiser2019-12-121-1/+2
* Only sync tags after all batches (#9319)John Olheiser2019-12-111-1/+1
* Add retry for migration http/https requests (#9019)Lunny Xiao2019-11-161-1/+150
* 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/+3
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-18/+3
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-051-0/+3
* Import topics during migration (#7851)Antoine GIRARD2019-08-142-0/+2
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-085-10/+14
* Detect migrating batch size (#7353)Lunny Xiao2019-07-061-0/+1
* 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-292-7/+8
* improve github downloader on migrations (#7049)Lunny Xiao2019-05-301-2/+2
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-0711-0/+259