summaryrefslogtreecommitdiffstats
path: root/models/migrations/v156.go
Commit message (Expand)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-178/+0
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-121-7/+25
* Resolve panic on failed interface conversion in migration v156 (#15604)techknowlogick2021-04-241-1/+1
* Prevent migration 156 failure if tag commit missing (#15519)zeripath2021-04-161-0/+11
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+0
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+3
* Some improvements for v156 (#13497)Lunny Xiao2020-11-101-7/+12
* Fix bug on release publisherid migrations (#13410)Lunny Xiao2020-11-031-1/+4
* Keep database transactions not too big (#13254)Lunny Xiao2020-10-221-41/+40
* Enhance release list (#6025)Lanre Adelowo2020-10-211-0/+140