Skip to content

Use scoped feature flag for GQL vulnerabilities

Avielle Wolfe requested to merge project-scoped-graphql-vulnerabilities into master

What does this MR do?

This MR replaces uses of the feature_flag GraphQL field key with manual scoped calls to Feature.enabled? for fields related to standalone vulnerabilities on ProjectType and GroupType. This will allow us to enable first_class_vulnerabilities for specific projects for UAT.

#207437 (closed) #207438 (closed) #207440 (closed) #207442 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Avielle Wolfe

Merge request reports