aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* remove redundant call to UpdateRepoStats during migration (#18591)singuliere2022-02-071-9/+0
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-53/+14
* tests: add coverage for models migration helpers (#18162)Aravinth Manivannan2022-01-031-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-0/+20
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-27/+29
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+7
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-0/+2
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+3
* [BugFix] remove nil inserts in models (#11096)65432020-04-171-11/+20
* Fix migration information update bug when linked github account (#10310)Lunny Xiao2020-02-171-10/+14
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-1/+26
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-2/+20
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Fix milestone completness calculation when migrating (#7725)Lauris BH2019-08-031-4/+16
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-51/+80
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-0/+145