gitlab-org--gitlab-foss/config/routes
Grzegorz Bizon 92a91a8803 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
![Screen_Shot_2016-12-15_at_14.45.41](/uploads/ca1c61842a422a34383e029d668034b7/Screen_Shot_2016-12-15_at_14.45.41.png)
![Screen_Shot_2016-12-15_at_14.45.49](/uploads/952e3277143639ce4ad111103034faeb/Screen_Shot_2016-12-15_at_14.45.49.png)
![Screen_Shot_2016-12-15_at_14.46.02](/uploads/f7369a124b1c3c0db4194de2cb637ef0/Screen_Shot_2016-12-15_at_14.46.02.png)

![graph_animation](/uploads/9bae036cb5acff499f992a4722943d72/graph_animation.gif)

## 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
2016-12-20 21:21:52 +00:00
..
admin.rb Add support for nested groups to admin routing 2016-12-11 10:30:10 +02:00
api.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
ci.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
dashboard.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
development.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
explore.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
git_http.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
group.rb Fix 404 error when visit group label edit page 2016-12-06 18:50:48 +02:00
help.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
import.rb Rename Gogs to Gitea, DRY the controller and improve views 2016-12-19 17:35:51 +01:00
profile.rb Create relation between chat user and GitLab user and allow to authorize them [ci skip] 2016-11-16 13:42:35 +01:00
project.rb Merge branch '19703-direct-link-pipelines' into 'master' 2016-12-20 21:21:52 +00:00
repository.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
sherlock.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
sidekiq.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
snippets.rb Added 'Download' button to snippet view 2016-10-11 15:36:59 -04:00
uploads.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
user.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
wiki.rb Add nested groups support to the routing 2016-11-23 14:08:36 +02:00