gitlab-org--gitlab-foss/app/views/projects/issues
Rémy Coutable 1579cc74c9 Merge branch 'dz-bulk-edit-mr' into 'master'
Add bulk update support for merge requests list

## What does this MR do?

Adds new feature: ability to update multiple merge requests at once from index page (same like we have for issues already)

## Are there points in the code the reviewer needs to double check?

I don't think so

## Why was this MR needed?

* consistency with issues
* save user time when you want set same label/milestone to 20 merge requests 

## Screenshots (if relevant)

![Screenshot_2016-09-08_11.48.49](/uploads/fe50b2472330e211eb8d6d6dafb15667/Screenshot_2016-09-08_11.48.49.png)![Screenshot_2016-09-08_11.48.46](/uploads/4833c3705120ec028f7a62a4e128998d/Screenshot_2016-09-08_11.48.46.png)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [x] ~~API support added~~
- Tests
  - [x] Added for this feature/bug
  - [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 you do - 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?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/20087

See merge request !6226
2016-09-08 15:56:37 +00:00
..
_closed_by_box.html.haml makes message plural for multiple MRs and removes from loop. Duh. 2016-01-12 20:49:43 -05:00
_discussion.html.haml Fixed alignment of buttons in note forms 2016-06-17 11:43:59 +01:00
_form.html.haml Updated issue form to use new GLForm 2016-04-14 10:28:05 +01:00
_head.html.haml Add horizontal scrolling to all sub-navs on mobile viewports 2016-08-25 18:01:37 -05:00
_issue.html.haml Add bulk update support for merge requests list 2016-09-08 11:52:20 +03:00
_issue_by_email.html.haml Merge some repeated codes to the partial 2016-07-27 18:07:11 +08:00
_issues.html.haml Fix issues bulk update from issues index page 2016-09-08 11:52:20 +03:00
_merge_requests.html.haml Only show issues closing MR when present 2016-06-10 14:17:10 +01:00
_new_branch.html.haml fix margin for multi-line emojis 2016-09-07 10:04:59 -07:00
_related_branches.html.haml Reverse ref and sha in args and rename pipeline to pipeline_for 2016-08-11 17:26:04 +08:00
edit.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
index.atom.builder Don't try to count a relation with aliases 2016-06-10 14:29:08 +01:00
index.html.haml Fix issues bulk update from issues index page 2016-09-08 11:52:20 +03:00
new.html.haml Remove header title from project pages 2016-05-26 17:58:44 +02:00
show.html.haml Merge branch 'fix-button-missing-type' into 'master' 2016-08-19 14:02:22 +00:00