aboutsummaryrefslogtreecommitdiffstats
path: root/modules/migrations
Commit message (Expand)AuthorAgeFilesLines
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-1/+2
* When migrating from Gitlab map Approvals to approving Reviews (#11147)65432020-04-204-10/+65
* [Fix] RetryDownloader (add GetReviews()) (#11093)65432020-04-201-0/+16
* Vendor Update: go-gitlab v0.22.1 -> v0.31.0 (#11136)65432020-04-191-5/+2
* Add support for migrating from Gitlab (#9084)Jordan2020-04-192-0/+785
* [BugFix] remove nil inserts in models (#11096)65432020-04-171-6/+12
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-7/+9
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+11
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-238-4/+401
* tests: configure github remaining limit + read token (#9800)Antoine GIRARD2020-01-162-4/+20
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-157-74/+223
* Fix missing updated time on migrated issues and comments (#9744)Lunny Xiao2020-01-146-0/+15
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-1/+2
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-6/+7
* 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-166-14/+82
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-3/+23
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-2/+3
* Add SyncTags to uploader interface (#9326)John Olheiser2019-12-123-17/+16
* Only sync tags after all batches (#9319)John Olheiser2019-12-113-7/+15
* Add retry for migration http/https requests (#9019)Lunny Xiao2019-11-162-1/+156
* Add Close() method to gogitRepository (#8901)zeripath2019-11-133-0/+9
* Update Github Migration Tests (#8938)mrsdizzie2019-11-121-278/+143
* Update Github migration test (#8893)mrsdizzie2019-11-091-6/+0
* Fix to close opened io resources as soon as not needed (#8839)Lauris BH2019-11-051-33/+39
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-8/+7
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-171-7/+1
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-145-69/+247
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-135-35/+45
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-054-12/+27
* fix bug when migrating a private repository (#7917)Lunny Xiao2019-08-201-1/+12
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-13/+13
* Import topics during migration (#7851)Antoine GIRARD2019-08-147-0/+33
* fix bug on migrating milestone from github (#7665)Lunny Xiao2019-07-291-1/+1
* only create opened pull request when migrating from github (#7463)Lunny Xiao2019-07-141-1/+1
* Fix migration tests since #7 fixed (#7375)Lunny Xiao2019-07-081-2/+4
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-0810-71/+73
* Fix typo in PR migration check (#7368)mrsdizzie2019-07-061-1/+1
* Detect migrating batch size (#7353)Lunny Xiao2019-07-063-17/+67
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-013-10/+16
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-296-187/+259
* 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-305-144/+134
* migrations: ensure rollback on error (#7039) (#7040)Rob Watson2019-05-251-1/+1
* 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-0719-0/+2000