Skip to content

Removes the product analytics activity chart

What does this MR do and why?

It looks like the analytics/product_analytics/activity_charts_bundle is no longer used, searches for the js-project-analytics-chart selector does not return any results. So we should remove this code.

It looks like these might be files leftover from:

This was introduced as part of Product Analytics MVP plan (#225167 - closed)

Removes the following files:

  • app/assets/javascripts/analytics/product_analytics/components/activity_chart.vue
  • app/assets/javascripts/analytics/product_analytics/activity_charts_bundle.js
  • app/assets/javascripts/pages/projects/product_analytics/graphs/index.js
  • spec/frontend/analytics/product_analytics/components/activity_chart_spec.js

Screenshots or screen recordings

No visual changes

How to set up and validate locally

All tests passing

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ezekiel Kigbo

Merge request reports