Skip to content

Remove iteration filtering in merge request list page

What does this MR do and why?

Merge requests cannot be associated with an iteration, so this MR removes the ability to filter merge requests by iteration.

Iteration filtering was added for the issue list page and likely added to the MR list page accidentally #347089 (closed)

Screenshots or screen recordings

before after
Screenshot_2021-12-08_at_4.41.01_pm Screenshot_2021-12-08_at_4.42.27_pm

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Visit any merge request list page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/merge_requests
  2. Test the filter bar

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #347089 (closed)

Edited by Coung Ngo

Merge request reports