Skip to content

Introduce the Insights controllers

What does this MR do?

This implements a first iteration of the Insights controllers:

  • Insights configuration is fetched from the current project's .gitlab/insights.yml or the from the group's Insights project's .gitlab/insights.yml file
  • For now, the Insights page displays the Insight config and the chart data, just for the sake of testing, until we plug the Frontend on it
    • Group Insights: Screen_Shot_2019-03-20_at_13.36.08
    • Project Insights: Screen_Shot_2019-03-20_at_13.36.23

What are the relevant issue numbers?

Closes #9867 (closed), https://gitlab.com/gitlab-org/gitlab-ee/issues/10421.

Does this MR meet the acceptance criteria?

Edited by Rémy Coutable

Merge request reports