summaryrefslogtreecommitdiffstats
path: root/modules/migrations
Commit message (Expand)AuthorAgeFilesLines
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1637-8306/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-162-5/+4
* Add migration from GitBucket (#16767)KN4CK3R2021-11-142-99/+182
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-4/+6
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-1/+2
* Avoid double imports (#17569)Gusted2021-11-081-3/+2
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-11/+1
* Upgrade go-github to v39 (#17437)Lunny Xiao2021-10-262-2/+2
* Multiple tokens support for migrating from github (#17134)Lunny Xiao2021-10-151-83/+129
* Remove heads pointing to missing old refs (#17076)99rgosse2021-10-082-0/+22
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-10/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-14/+17
* Fix bug of migrate comments which only fetch one page (#17055)Lunny Xiao2021-09-151-2/+7
* Make TestOneDevDownloadRepo work again & more resistant (#16987)65432021-09-081-12/+7
* Resolve TODO: Enable pagination on GiteaDownloader.GetComments() & update ano...65432021-09-062-41/+37
* Ignore review comment when ref commit is missed (#16905)Lunny Xiao2021-09-011-1/+2
* Gitlab Migrator: dont ignore reactions of last request (#16903)65432021-09-011-6/+12
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-302-2/+9
* Add migrate from OneDev (#16356)KN4CK3R2021-08-2218-92/+926
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-184-7/+55
* Refactored and fixed migration tests. (#16714)KN4CK3R2021-08-1710-485/+744
* Update issue_index to finish migration (#16685)65432021-08-131-0/+5
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Upgrade github.com/google/go-github v32.1.0 -> v37.0.0 (#16661)65432021-08-102-157/+73
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-086-6/+6
* Make the github migration less rate limit waiting to get comment per page fro...Lunny Xiao2021-06-3013-53/+191
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-164-6/+28
* small refactor for retry downloader (#16137)a10121127962021-06-131-134/+83
* Fixed assert statements. (#16089)KN4CK3R2021-06-075-18/+18
* Copy git data from disk when restore repository (#16066)Lunny Xiao2021-06-043-6/+11
* Encrypt migration credentials at rest (#15895)Norwin2021-05-311-4/+7
* Fix get tag when migration (#16014)Lunny Xiao2021-05-291-1/+1
* GitHub: migrate draft releases too (#15884)65432021-05-152-34/+31
* Close the gitrepo when deleting the repository (#15876)zeripath2021-05-141-0/+1
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-101-11/+41
* migration: github: if rate limit is not enabled, ignore it (#15490)65432021-04-151-0/+5
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-083-0/+10
* Add size to Save function (#15264)zeripath2021-04-031-1/+1
* [Vendor] update gitea-sdk v0.14.0 (#15103)65432021-03-221-22/+0
* Do not convert file path to lowercase (#15023)KN4CK3R2021-03-182-3/+7
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-152-24/+71
* Move Workaround for #12675 into it's own function (#14922)65432021-03-081-7/+22
* Re-enable import local paths after reversion from #13610 (#14925)zeripath2021-03-082-0/+19
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-8/+14
* Fix repo-restore bug with poster not replaced (#14759)Lunny Xiao2021-02-222-11/+28
* 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-2115-298/+860
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-022-0/+2