summaryrefslogtreecommitdiffstats
path: root/modules/migrations/gitea.go
Commit message (Expand)AuthorAgeFilesLines
* 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