aboutsummaryrefslogtreecommitdiffstats
path: root/modules/migrations
Commit message (Expand)AuthorAgeFilesLines
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-282-1/+108
* finaly fix gitlab migration with subdir 2.0 (#13646)65432020-11-201-2/+6
* finaly fix gitlab migration with subdir (#13629)65432020-11-191-2/+9
* Migration: Gitlab: Support Subdirectory (#13563)65432020-11-161-0/+18
* Migrations should not fail for comment reactions (#13352)zeripath2020-10-291-1/+5
* Migration failure during reaction migration from gitea (#13344)zeripath2020-10-282-3/+12
* Add migrated pulls to pull request task queue (#13331)zeripath2020-10-272-8/+10
* Fix bug isEnd detection on getIssues/getPullRequests (#13299)Lunny Xiao2020-10-252-32/+50
* Migrations: Gitea should not fail just because of no apiConfig return (#13229)65432020-10-221-6/+7
* Gitea 2 Gitea migration (#12657)65432020-10-1416-32/+1082
* 4 line diff (#13103)65432020-10-121-3/+1
* Hopefully support GH enterprise (#12863)John Olheiser2020-09-213-4/+8
* Fix anonymous GL migration (#12862)John Olheiser2020-09-151-3/+4
* On Migration respect old DefaultBranch (#12843)65432020-09-156-31/+42
* [API] Migration: Change ServiceType String (#12672)65432020-09-103-3/+28
* GitLab DL: normalizeColor (#12793)65432020-09-101-1/+14
* return error when create gitlabdownloader (#12790)Lunny Xiao2020-09-102-25/+10
* [Vendor] Update xanzy/go-gitlab v0.31.0 => v0.37.0 (#12701)65432020-09-061-2/+2
* Migrations: Gitlab Add Reactions Support for Issues & MergeRequests (#12695)65432020-09-032-23/+120
* Ensure that all migration requests are cancellable (#12669)zeripath2020-09-027-39/+86
* Git migration UX (#12619)John Olheiser2020-08-2811-81/+89
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-13/+2
* [Vendor] upgrade google/go-github to v32.1.0 (#12361)65432020-07-312-5/+5
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-2/+8
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-2/+2
* Set the base url when migrating from Gitlab using access token or username wi...Gernot Eger2020-06-111-1/+1
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-4/+6
* 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