-
- Downloads
Introduce `Ci::Stage`, right now this is artificial object that is build dynamically.
Showing
- app/models/ci/pipeline.rb 7 additions, 17 deletionsapp/models/ci/pipeline.rb
- app/models/ci/stage.rb 23 additions, 0 deletionsapp/models/ci/stage.rb
- app/models/commit_status.rb 2 additions, 7 deletionsapp/models/commit_status.rb
- app/views/notify/pipeline_success_email.html.haml 1 addition, 1 deletionapp/views/notify/pipeline_success_email.html.haml
- app/views/notify/pipeline_success_email.text.erb 1 addition, 1 deletionapp/views/notify/pipeline_success_email.text.erb
- app/views/projects/builds/_sidebar.html.haml 1 addition, 1 deletionapp/views/projects/builds/_sidebar.html.haml
- app/views/projects/commit/_ci_stage.html.haml 0 additions, 15 deletionsapp/views/projects/commit/_ci_stage.html.haml
- app/views/projects/commit/_pipeline.html.haml 6 additions, 8 deletionsapp/views/projects/commit/_pipeline.html.haml
- app/views/projects/pipelines/_with_tabs.html.haml 5 additions, 7 deletionsapp/views/projects/pipelines/_with_tabs.html.haml
- app/views/projects/pipelines/index.html.haml 0 additions, 1 deletionapp/views/projects/pipelines/index.html.haml
- app/views/projects/stage/_stage.html.haml 14 additions, 0 deletionsapp/views/projects/stage/_stage.html.haml
- lib/gitlab/data_builder/pipeline.rb 1 addition, 1 deletionlib/gitlab/data_builder/pipeline.rb
app/models/ci/stage.rb
0 → 100644
app/views/projects/stage/_stage.html.haml
0 → 100644
Please register or sign in to comment