Merge branch 'pipeline-stage' into 'master'
Refine pipeline stages
## What does this MR do?
Introduces a concept of `Ci::Stage` to make it easier to have detailed statuses.
## Why was this MR needed?
This is needed to simplify the handling of `Ci::Statuses` and make the `Stage` actual concept in code:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7889
See merge request !7927
Showing
app/models/ci/stage.rb
0 → 100644
app/views/projects/stage/_stage.html.haml
0 → 100644
lib/gitlab/ci/status/factory.rb
0 → 100644
lib/gitlab/ci/status/stage/common.rb
0 → 100644
lib/gitlab/ci/status/stage/factory.rb
0 → 100644
spec/factories/ci/stages.rb
0 → 100644
spec/lib/gitlab/ci/status/factory_spec.rb
0 → 100644
spec/models/ci/stage_spec.rb
0 → 100644
Please
register
or
sign in
to comment