Add ref section to security configuration
What does this MR do and why?
This MR adds a new "Refs" section to the security configuration page that allows users to manage the tracking of vulnerabilities across different branches and tags.
Note: This is the first in a series of MRs around the feature, and only uses mock data (via a local GraphQL resolver) to simulate the UI.
Screenshots or screen recordings
Description | |
---|---|
Added section | ![]() |
Removal Action | ![]() |
Loading State | ![]() |
How to set up and validate locally
- Enable the feature flag: http://gdk.test:3000/rails/features/vulnerabilities_across_contexts
- Navigate to a project's security configuration
- Verify that the added section is showing as documented in the description (loading states, etc.)
- Disable the feature flag
- Verify that the section is now rendering
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #555991
Edited by David Pisek