Skip to content

Remove code quality usage feature flag

Scott Hampton requested to merge sh-remove-code-quality-usage-feature-flag into master

What does this MR do?

Related to #332396 (closed)

Remove the feature flag :usage_data_i_testing_full_code_quality_report_total as it is no longer needed.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

  1. Create a project with a Code Quality report and run a pipeline
  2. View the completed pipeline details page
  3. Open network requests tab in dev tools
  4. Click on the Code Quality tab
  5. Verify that a POST request was sent to increment_unique_users and that it returned 200.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Scott Hampton

Merge request reports