Add data to Code Quality MR diff json
What does this MR do and why?
Add data to Code Quality MR diff json As a part of #393045 (closed), add more data to the Code Quality MR diff json response.
Related Issue: Iteration 1: [Backend Issue] Open more info dra... (#393045 - closed)
How to set up and validate locally
- Open a new MR in your local
flightjs/Flight
project, including the Code Quality template in.gitlab-ci.yml
:
include:
- 'https://gitlab.com/gitlab-org/gitlab/-/raw/master/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml'
- Once the pipeline finishes, you should see a successful
code_quality
job. - Next go to the
Changes
tab of your MR. - Open up the dev tools in your browser, and look for
codequality_mr_diff_reports.json
. - Confirm it contains the new elements.
Numbered steps to set up and validate the change are strongly suggested.
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.
Edited by rossfuhrman