Lunny Xiao
2d4f2b37bf
Fix migration information update bug when linked github account ( #10310 )
* Fix bug on upgrade migrated reactions
* Fix migration information update bug when linked github account
Co-authored-by: zeripath <art27@cantab.net>
5 years ago
Lunny Xiao
2a41376995
Migrate reviews when migrating repository from github ( #9463 )
* fix typo
* Migrate reviews when migrating repository from github
* fix lint
* Added test and migration when external user login
* fix test
* fix commented state
* Some improvements
* fix bug when get pull request and ref original author on code comments
* Fix migrated line; Added comment for review
* Don't load all pull requests attributes
* Fix typo
* wrong change copy head
* fix tests
* fix reactions
* Fix test
* fix fmt
* fix review comment reactions
5 years ago
Lunny Xiao
4986e35bd6
Migrate reactions when migrating repository from github ( #9599 )
* Migrate reactions when migrating repository from github
* fix missed sleep
* fix tests
* update reactions when external user binding
* Fix test
* fix tests
* change the copy head
* fix test
* fix migrator add/delete reaction
5 years ago
Lunny Xiao
edf0647db9
Upgrade xorm to v0.8.0 ( #8536 )
5 years ago
Lauris BH
0294530b62
Fix milestone completness calculation when migrating ( #7725 )
5 years ago
Lunny Xiao
4e9dd7cb17
Use batch insert on migrating repository to make the process faster ( #7050 )
* Use batch insert on migrating repository to make the process faster
* fix lint
* fix tests
* fix comments
6 years ago
Lunny Xiao
b22b06dc27
Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ( #6290 )
* add migrations
* fix package dependency
* fix lints
* implements migrations except pull requests
* add releases
* migrating releases
* fix bug
* fix lint
* fix migrate releases
* fix tests
* add rollback
* pull request migtations
* fix import
* fix go module vendor
* add tests for upload to gitea
* more migrate options
* fix swagger-check
* fix misspell
* add options on migration UI
* fix log error
* improve UI options on migrating
* add support for username password when migrating from github
* fix tests
* remove comments and fix migrate limitation
* improve error handles
* migrate API will also support migrate milestones/labels/issues/pulls/releases
* fix tests and remove unused codes
* add DownloaderFactory and docs about how to create a new Downloader
* fix misspell
* fix migration docs
* Add hints about migrate options on migration page
* fix tests
6 years ago