summaryrefslogtreecommitdiffstats
path: root/models/migrations/v42.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorder migrations, skip errors if running migration again (#3160)Lauris BH2017-12-131-57/+0
| | | | | | | | * Reorder migrations, skip errors if running migration again * Rename migration file names to match migration version * Add note about ingored error
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-0/+57
* Sync releases table with tags on push and for mirrors * Code style fixes * Fix api to return only releases * Optimize release creation and update Minimize posibility of race conditions * Fix release lower tag name updating * handle tag reference update by addionally comparing commit id