Pipeline Security: Migrate issue-creation REST to GQL
requested to merge 423414-remove-call-to-vulnerabilities-feedback-controller-from-pipeline-security-tab-create-issue into master
What does this MR do and why?
It migrates a REST call to a GraphQL migration in order to support the deprecation of the related REST endpoint.
No user-facing changes.
Screenshots or screen recordings
N/A - no changes to UI
How to set up and validate locally
- Go to a pipeline with a project that has vulnerabilities and navigate to the "security" tab
- Click on the "Create Issue" button on the right side of a finding's row
- Verify that all the "Create Issue" buttons within the table are replaced with a loading spinner
- Verify that once the issue has been created a redirect to it happens
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #423414 (closed)
Edited by David Pisek