Skip to content

Enable admin users Vue table by default

Jiaan Louw requested to merge 290737-default-ff-vue_admin_users-to-on into master

What does this MR do?

This MR enables the vue_admin_users feature flag by default, causing the admin/users table to render in Vue instead of HAML. Functionally the table remains unchanged, and the only change the user would see is the new GitLab UI components.

The feature flag and HAML views will be cleaned up in a follow-up MR !61129 (merged).

Screenshots (strongly suggested)

Before After
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 #290737 (closed)

Edited by Jiaan Louw

Merge request reports