summaryrefslogtreecommitdiffstats
path: root/modules/migrations/gitea.go
Commit message (Expand)AuthorAgeFilesLines
* Use google/uuid to instead satori/go.uuid (#11943) (#11946)Lunny Xiao2020-06-181-2/+2
* [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
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-0/+120
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-6/+84
* Fix missing updated time on migrated issues and comments (#9744)Lunny Xiao2020-01-141-0/+3
* 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
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-1/+4
* 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-121-9/+6
* Only sync tags after all batches (#9319)John Olheiser2019-12-111-3/+7
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+7
* 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
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-68/+171
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-9/+27
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-051-12/+14
* 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-141-0/+5
* 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
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-081-28/+35
* Detect migrating batch size (#7353)Lunny Xiao2019-07-061-0/+19
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-011-8/+14
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-154/+197
* migrations: ensure rollback on error (#7039) (#7040)Rob Watson2019-05-251-1/+1
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-0/+403