summaryrefslogtreecommitdiffstats
path: root/models/migrations/v128.go
Commit message (Expand)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-128/+0
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-6/+7
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-4/+4
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
* Add logging to long migrations (#11647)zeripath2020-05-291-3/+21
* Various Merge Base fixes (#10786)zeripath2020-03-311-4/+16
* Add migration to fix the old broken merge-bases (#10604)Lauris BH2020-03-051-0/+97