Skip to content

Introduce pipeline graphql feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Savas Vedova requested to merge 300756-create-feature-flag into master

What does this MR do?

Today we have 4 dashboards that displays vulnerability reports:

  1. Project level vulnerability report
  2. Group level vulnerability report
  3. Instance level vulnerability report
  4. Vulnerability report that belongs to the pipeline

The first 3 versions use GraphQL in order to display data and the last one still relies on REST API and Vuex.

This MR introduces the feature flag that will be used in order to migrate the Pipeline Security Dashboard to GraphQL. When the feature flag is enabled, the Pipeline Security Dashboard should not render the Vulnerability list. Future MRs will add additional logic to display the GraphQL version.

Screenshots (strongly suggested)

:pipeline_security_dashboard_graphql off (default) :pipeline_security_dashboard_graphql on
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 #300756 (closed)

Edited by Savas Vedova

Merge request reports