gitlab-org--gitlab-foss/app/models/ci
Robert Speicher c711fe15dd Merge branch 'mark-as-processable' into 'master'
Make all future skipped builds as processable when retrying a build

## What does this MR do?

Makes a builds that are marked as skipped when a pipeline is processed to be reprocessed by changing their's state to created.

## Why was this MR needed?

Currently retry is broken. When you retry a build of pipeline it will succeed and be marked as succeeded, when the next stages should be triggered.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21066

See merge request !5879
2016-08-19 18:35:07 +00:00
..
build.rb Merge branch 'mark-as-processable' into 'master' 2016-08-19 18:35:07 +00:00
pipeline.rb Merge branch 'mark-as-processable' into 'master' 2016-08-19 18:35:07 +00:00
runner.rb Improve implementation of variables 2016-07-20 13:17:21 +02:00
runner_project.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
trigger.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
trigger_request.rb Improve implementation of variables 2016-07-20 13:17:21 +02:00
variable.rb add missing attribute to attr_encrypted so it is fully backwards-compatible 2016-06-28 09:55:19 +02:00