Skip to content

Add Open/Closed epics tabs in list view

Kushal Pandya requested to merge 7014-epic-status-tabs into master

What does this MR do?

Adds category tabs for Open and Closed epics in epics list page.

Backend

  • it changes default_state in EpicsController to opened because we want this tab as the initial one
  • it changes count_by_state and row_count methods on IssuableFinder so that it works for Epics too (we use integer states on Epics)
  • it adds by_state filter to the EpicsFinder

Does this MR meet the acceptance criteria?

Closes #7014 (closed)

Edited by Kushal Pandya

Merge request reports