Skip to content

Allow configuring the Instance Level Security Dashboard

Alexander Turinske requested to merge 214122-instance-dashboard-edit-button into master

What does this MR do?

This MR gives the instance level dashboard the ability to configure the projects.

  • New users will see an unconfigured state. They can click on the Add Projects button to configure their dashboard.
  • Existing users (also new users) will see an Edit Dashboard button that will bring the user to the project manager to add or remove projects from the dashboard.

Although this is a GQL based component - we had to include the existing project manager which is backed by Vuex and Rest API to deliver the feature on time. The refactoring will be addressed in the upcoming releases.

Screenshots

Here is the demo

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

Edited by Savas Vedova

Merge request reports