Skip to content

Add epic filter token to issues page refactor

Coung Ngo requested to merge 322755-add-epic-token-to-issues-page-refactor into master

What does this MR do?

This MR adds the epic filter token to the issues page refactor, which is under the feature flag vue_issues_list defaulted to off.

epic_token.vue was also changed to be more in line with the other filtered search tokens (such as author_token.vue):

  • Before, it received a value that was either an epic iid or a string in the format <epic.title><epic.iid>, and received two separate functions for getting epics
  • After, it was simplified to receive only a epic id/iid, and receive only one function for getting epics.
  • These changes only affect the roadmap (where epic_token.vue is currently used) and was confirmed to be working after these changes.

This MR creates iteration and weight filtered search tokens, and adds them to the issues list page refactor, which is under the feature flag vue_issues_list defaulted to off.

List of issues list page refactor steps:

Issue: #322755 (closed)

Screenshots (strongly suggested)

Screen_Recording_2021-05-05_at_6.41.54_pm

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 #322755 (closed)

Edited by Coung Ngo

Merge request reports