Skip to content

Lazy import bulk edit in issues page refactor

What does this MR do?

This MR lazy loads the bulk edit code to reduce page bundle size in the issues page refactor, which is behind the vue_issues_list feature flag defaulted to off.

It also tidies up the issues/index page JS so it is clear what code should be executed when the feature flag is on and off.

Note that there is an older vue_issuables_list feature flag which was an earlier attempt to refactor the page from Haml to Vue. The code still exists but once this new refactor is deployed successfully it will be removed.

List of issues list page refactor steps:

Issue: #322755 (closed)

Screenshots (strongly suggested)

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