Skip to content

Epics list using `issuable_list` [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Kushal Pandya requested to merge 268372-epics-list-using-issuable-list into master

What does this MR do?

Note: This feature is behind feature flag and can be enabled on per-group basis by running Feature.enable(:vue_epics_list, Group.find_by_full_path('gitlab-org')) from Rails console.

Render Epics list page using issuable_list.

Please note that bulk-editing of Epics is not supported in this MR due to lack of REST/GraphQL API support. In production version, we're using traditional form submission for bulk-editing epics, which is not ideal to do in Vue.

Screenshots (strongly suggested)

Default View Filter Tokens Default Empty State Empty State for Tab
image image image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #268372 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports