summaryrefslogtreecommitdiff
path: root/db/migrate/20170406114958_add_auto_canceled_by_id_to_ci_builds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-0/+9
Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.