Skip to content

Draft: Replace VueX with Apollo in CI/CD variables

What does this MR do and why?

Adds the whole application for CI/CD variable settings that's available in 3 places:

  • Project
  • Group
  • Admin

Each of these require a different graphQL query and there is some additional logic to decide which query to fetch and how to resolve data. Note that although the queries are all graphQL, the mutations use a @client directive and REST API calls behind the hood since these do not exists yet.

This is behind a ff, ci_variable_settings_graphql

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Frédéric Caplette

Merge request reports