-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '22307-pipeline-link-in-builds-view' into 'master'
Resolve "Link from build page to its pipeline" ## What does this MR do? Adds references and links to a build's pipeline within both individual build pages and the build index. ## Are there points in the code the reviewer needs to double check? Nothing springs to mind ## Why was this MR needed? See #22307 ## Screenshots (if relevant)   ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #22307 See merge request !7082
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/stylesheets/pages/commits.scss 2 additions, 2 deletionsapp/assets/stylesheets/pages/commits.scss
- app/assets/stylesheets/pages/pipelines.scss 0 additions, 4 deletionsapp/assets/stylesheets/pages/pipelines.scss
- app/helpers/gitlab_routing_helper.rb 4 additions, 0 deletionsapp/helpers/gitlab_routing_helper.rb
- app/views/projects/builds/_header.html.haml 3 additions, 0 deletionsapp/views/projects/builds/_header.html.haml
- app/views/projects/builds/_table.html.haml 2 additions, 1 deletionapp/views/projects/builds/_table.html.haml
- app/views/projects/ci/builds/_build.html.haml 11 additions, 0 deletionsapp/views/projects/ci/builds/_build.html.haml
- app/views/projects/commit/_ci_stage.html.haml 5 additions, 5 deletionsapp/views/projects/commit/_ci_stage.html.haml
- app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml 10 additions, 0 deletions.../generic_commit_statuses/_generic_commit_status.html.haml
- changelogs/unreleased/22307-pipeline-link-in-builds-view.yml 4 additions, 0 deletionschangelogs/unreleased/22307-pipeline-link-in-builds-view.yml
- spec/views/projects/builds/_build.html.haml_spec.rb 28 additions, 0 deletionsspec/views/projects/builds/_build.html.haml_spec.rb
- spec/views/projects/builds/_generic_commit_status.html.haml_spec.rb 28 additions, 0 deletions.../projects/builds/_generic_commit_status.html.haml_spec.rb
Loading
Please register or sign in to comment