aboutsummaryrefslogtreecommitdiffstats
path: root/modules/migrations/gogs_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-142/+0
| | | | | | | * Move migrtions into services and base into modules/migration * Fix imports * Fix lint
* Add migrate from OneDev (#16356)KN4CK3R2021-08-221-1/+1
| | | | | | | | | | | | | | * Use context to simplify logic. * Added migration from OneDev. This PR adds [OneDev](https://code.onedev.io/) as migration source. Supported: - [x] Milestones - [x] Issues - [x] Pull Requests - [x] Comments - [x] Reviews - [x] Labels
* Refactored and fixed migration tests. (#16714)KN4CK3R2021-08-171-43/+61
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Make the github migration less rate limit waiting to get comment per page ↵Lunny Xiao2021-06-301-1/+3
| | | | | | | | | | | | | | | from repository but not per issue (#16070) * Make the github migration less rate limit waiting to get comment per page from repository but not per issue * Fix lint * adjust Downloader interface * Fix missed reviews * Fix test * Remove unused struct
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
|
* Add support to migrate from gogs (#14342)65432021-01-211-0/+122
Add support to migrate gogs: * issues * comments * labels * milestones * wiki Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Andrew Thornton <art27@cantab.net>