-
- Downloads
Merge branch 'pipelines-for-commit' into 'master'
Add Pipelines for Commit ## What does this MR do? This adds a Pipelines for Commit. I used existing view that we use to show pipelines. However, this is completely ugly with a lot of redundancy. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant)  ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/18937 See merge request !6322
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects/commit_controller.rb 9 additions, 8 deletionsapp/controllers/projects/commit_controller.rb
- app/helpers/ci_status_helper.rb 1 addition, 1 deletionapp/helpers/ci_status_helper.rb
- app/views/projects/ci/pipelines/_pipeline.html.haml 11 additions, 8 deletionsapp/views/projects/ci/pipelines/_pipeline.html.haml
- app/views/projects/commit/_builds.html.haml 1 addition, 1 deletionapp/views/projects/commit/_builds.html.haml
- app/views/projects/commit/_ci_menu.html.haml 5 additions, 0 deletionsapp/views/projects/commit/_ci_menu.html.haml
- app/views/projects/commit/_pipelines_list.haml 2 additions, 2 deletionsapp/views/projects/commit/_pipelines_list.haml
- app/views/projects/commit/pipelines.html.haml 7 additions, 0 deletionsapp/views/projects/commit/pipelines.html.haml
- app/views/projects/pipelines/index.html.haml 1 addition, 1 deletionapp/views/projects/pipelines/index.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
Please register or sign in to comment