-
- Downloads
Merge branch 'mr-statuses' into 'master'
Display referenced merge request statuses in the issue description See gitlab-org/gitlab-ce#3180 for original issue. Previously discussed in !1941 and in !1771 before that. * [x] Show a "Related Merge Requests" list on the issue page under the Description as given by the UI mockup * [x] Display `all_references.merge_requests` and `note.all_references.merge_requests` * [x] Consider displaying the merge request status in addition to the CI status to enable complete merge request status understanding. See merge request !1991
No related branches found
No related tags found
Showing
- app/assets/stylesheets/pages/issues.scss 20 additions, 0 deletionsapp/assets/stylesheets/pages/issues.scss
- app/controllers/projects/issues_controller.rb 1 addition, 0 deletionsapp/controllers/projects/issues_controller.rb
- app/helpers/ci_status_helper.rb 1 addition, 1 deletionapp/helpers/ci_status_helper.rb
- app/models/issue.rb 8 additions, 0 deletionsapp/models/issue.rb
- app/views/projects/issues/_merge_requests.html.haml 25 additions, 0 deletionsapp/views/projects/issues/_merge_requests.html.haml
- app/views/projects/issues/show.html.haml 4 additions, 0 deletionsapp/views/projects/issues/show.html.haml
Loading
Please register or sign in to comment