-
- Downloads
Merge branch 'with-pipeline-view' into 'master'
Add pipeline view This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653 cc @DouweM @grzesiek Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625 See merge request !3703
No related branches found
No related tags found
Showing
- app/assets/stylesheets/pages/pipelines.scss 4 additions, 0 deletionsapp/assets/stylesheets/pages/pipelines.scss
- app/controllers/projects/pipelines_controller.rb 59 additions, 0 deletionsapp/controllers/projects/pipelines_controller.rb
- app/finders/pipelines_finder.rb 38 additions, 0 deletionsapp/finders/pipelines_finder.rb
- app/helpers/ci_status_helper.rb 20 additions, 9 deletionsapp/helpers/ci_status_helper.rb
- app/models/ability.rb 5 additions, 0 deletionsapp/models/ability.rb
- app/models/ci/commit.rb 21 additions, 3 deletionsapp/models/ci/commit.rb
- app/models/commit_status.rb 8 additions, 5 deletionsapp/models/commit_status.rb
- app/services/ci/create_pipeline_service.rb 50 additions, 0 deletionsapp/services/ci/create_pipeline_service.rb
- app/views/layouts/nav/_project.html.haml 7 additions, 0 deletionsapp/views/layouts/nav/_project.html.haml
- app/views/projects/ci/builds/_build.html.haml 22 additions, 16 deletionsapp/views/projects/ci/builds/_build.html.haml
- app/views/projects/ci/commits/_commit.html.haml 77 additions, 0 deletionsapp/views/projects/ci/commits/_commit.html.haml
- app/views/projects/commit/_builds.html.haml 1 addition, 1 deletionapp/views/projects/commit/_builds.html.haml
- app/views/projects/commit/_ci_commit.html.haml 20 additions, 50 deletionsapp/views/projects/commit/_ci_commit.html.haml
- app/views/projects/commit/_ci_stage.html.haml 14 additions, 0 deletionsapp/views/projects/commit/_ci_stage.html.haml
- app/views/projects/commit/_commit_box.html.haml 12 additions, 6 deletionsapp/views/projects/commit/_commit_box.html.haml
- app/views/projects/commits/_commit.html.haml 1 addition, 1 deletionapp/views/projects/commits/_commit.html.haml
- app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml 9 additions, 0 deletions.../generic_commit_statuses/_generic_commit_status.html.haml
- app/views/projects/issues/_merge_requests.html.haml 1 addition, 1 deletionapp/views/projects/issues/_merge_requests.html.haml
- app/views/projects/issues/_related_branches.html.haml 1 addition, 1 deletionapp/views/projects/issues/_related_branches.html.haml
- app/views/projects/merge_requests/_merge_request.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/_merge_request.html.haml
app/assets/stylesheets/pages/pipelines.scss
0 → 100644
app/finders/pipelines_finder.rb
0 → 100644
app/services/ci/create_pipeline_service.rb
0 → 100644
Please register or sign in to comment