Skip to content

Update docs: Code Quality MR widget now in Core

Miranda Fluharty requested to merge mf-codequality-widget-core-docs into master

What does this MR do?

We are moving the Code Quality MR widget to GitLab Core - see issue #212499 (closed)

This MR updates the documentation for the code quality MR widget to reflect the license change.

For clarification:

  • The Code Quality MR widget will now be a Core feature
    • if the base and head pipelines of a merge request both have codeclimate jobs+artifacts, the merge request view will have a widget that displays any new codeclimate issues that would be introduced by merging the merge request and any existing codeclimate issues that would be resolved by merging the merge request
  • The Full Code Quality Report will remain in the Starter (and up) tier
    • when a pipeline has a codeclimate job+artifact, the pipeline view will have a Code Quality tab that shows the full list of codeclimate issues found for that pipeline's subject (branch, tag, or merge request)

How does this MR fit into the solution for the issue?

Merge Request What's it do?
!36114 (merged) Backend preparation
!36119 (merged) Frontend preparation
!36120 (merged) Move the feature into Core (frontend, relies on the two MRs above)
👉🏻 this MR Documentation for review (then planned to be cherry-picked into !36120 (merged))

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Miranda Fluharty

Merge request reports