Skip to content

Add bulk update support for merge requests list

Dmytro Zaporozhets (DZ) requested to merge dz-bulk-edit-mr into master

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.49Screenshot_2016-09-08_11.48.46

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

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

Merge request reports