gitlab-org--gitlab-foss/lib/gitlab/ci/status/build
Tiger 00f0d356b7 Create framework for build prerequisites
Introduces the concept of Prerequisites for a CI build.
If a build has unmet prerequisites it will go through the
:preparing state before being made available to a runner.

There are no actual prerequisites yet, so current
behaviour is unchanged.
2019-03-20 12:04:40 +11:00
..
action.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
cancelable.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
canceled.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
common.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
created.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
erased.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
factory.rb Add :preparing status to HasStatus 2019-03-20 11:48:31 +11:00
failed.rb Create framework for build prerequisites 2019-03-20 12:04:40 +11:00
failed_allowed.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
manual.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
pending.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
play.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
preparing.rb Add :preparing status to HasStatus 2019-03-20 11:48:31 +11:00
retried.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
retryable.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
scheduled.rb Fix typo in scheduled pipelines 2018-11-22 08:38:05 +00:00
skipped.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
stop.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00
unschedule.rb Enable frozen string for lib/gitlab/ci/**/*.rb 2018-10-30 13:39:30 -07:00