Adds dependency scanning API reports to the MR
- Uses the backend API to parse dependency scanning logic on the MR page - Maps the slightly misaligned data in the vulnerabilities - Uses polling because the end point is a polling one - Adds an action for storing the endpoint in vuex - Adds a new action for calling the endpoint - Puts all the above behind a feature flag - Adds action tests - Adds mutation tests - Adds component tests - creates a pollUntilComplete function for easier reusability - creates a `parseDiff` util to make migration simpler
Showing
Please register or sign in to comment