Skip to content

Add vuex store for package list app

Nicolò Maria Mezzopera requested to merge 33905-add-vuex-store into master

What does this MR do?

As a part of the refactor plan highlighted in !18860 (merged) this MR adds a vuex store to work along with the vue app. The store is currently not connected to the app and this will happen in another MR ( once this MR and the app MR are merged)

The store also depends on this MR: !19685 (merged)

Vue app MR: !19613 (merged)

Note:

The folder structure may seem wonky, by mixing list and details code, the reason is that an MR to move the details to his own folder is going to be kicked out once another MR touching those files is merged ( !18999 (merged) ) to avoid conflicts

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

Part of #33905 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports