Skip to content

Geo Package Files - Store Actions

Zack Cuddy requested to merge 208470_02-package-file-actions into master

What does this MR do?

This MR splits off from !32872 (closed)

This MR is an attempt at MVC to avoid the above massive MR going in all at once.

This MR focuses on preparing the Vuex store to handle both RESTful and GraphQL data entry points in the Geo Replicable UI

This MR creates a split when fetching data to determine based on the state property useGraphQl to determine whether to fetch the data via REST or GraphQL.

Important Notes

This MR does not hook up useGraphQl to the UI yet. This will be implemented on the next MR: !33522 (merged).

This MR strictly creates the store actions and tests to help lower the line count of the follow up MR.

GIF

Existing REST functionality all still works: Kapture_2020-06-04_at_9.56.40

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
Edited by Zack Cuddy

Merge request reports