-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '19703-direct-link-pipelines' into 'master'
Resolve "Direct link from pipeline list to builds" ## What does this MR do? - Adds a dropdown with builds in the mini pipeline graph in the pipelines table - Unnest a lot of CSS related with pipelines in order to make it reusable ## Screenshots     ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [x] Added for this feature/bug - [ ] 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) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #25071 Closes #19703 See merge request !8097
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/dispatcher.js.es6 15 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.es6
- app/assets/javascripts/mini_pipeline_graph_dropdown.js.es6 96 additions, 0 deletionsapp/assets/javascripts/mini_pipeline_graph_dropdown.js.es6
- app/assets/stylesheets/pages/pipelines.scss 265 additions, 121 deletionsapp/assets/stylesheets/pages/pipelines.scss
- app/controllers/projects/pipelines_controller.rb 10 additions, 0 deletionsapp/controllers/projects/pipelines_controller.rb
- app/models/ci/pipeline.rb 5 additions, 0 deletionsapp/models/ci/pipeline.rb
- app/models/ci/stage.rb 4 additions, 0 deletionsapp/models/ci/stage.rb
- app/views/ci/status/_graph_badge.html.haml 6 additions, 6 deletionsapp/views/ci/status/_graph_badge.html.haml
- app/views/projects/ci/pipelines/_pipeline.html.haml 21 additions, 6 deletionsapp/views/projects/ci/pipelines/_pipeline.html.haml
- app/views/projects/commit/_pipelines_list.haml 8 additions, 8 deletionsapp/views/projects/commit/_pipelines_list.haml
- app/views/projects/pipelines/_stage.html.haml 4 additions, 0 deletionsapp/views/projects/pipelines/_stage.html.haml
- app/views/projects/pipelines/index.html.haml 7 additions, 7 deletionsapp/views/projects/pipelines/index.html.haml
- app/views/shared/icons/_icon_status_canceled_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_canceled_borderless.svg
- app/views/shared/icons/_icon_status_created_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_created_borderless.svg
- app/views/shared/icons/_icon_status_failed_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_failed_borderless.svg
- app/views/shared/icons/_icon_status_manual_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_manual_borderless.svg
- app/views/shared/icons/_icon_status_pending_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_pending_borderless.svg
- app/views/shared/icons/_icon_status_running_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_running_borderless.svg
- app/views/shared/icons/_icon_status_skipped_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_skipped_borderless.svg
- app/views/shared/icons/_icon_status_success_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_success_borderless.svg
- app/views/shared/icons/_icon_status_warning_borderless.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_status_warning_borderless.svg
Loading
Please register or sign in to comment