Skip to content

Add ProjectMetricsDashboardSetting model and table

Reuben Pereira requested to merge 57171-add-dashboard-settings into master

What does this MR do?

Issue: #57171 (closed)

This MR adds a new table called project_metrics_settings with a column called external_dashboard_url.

The user can set this URL. When set, a button will be displayed on the metrics dashboard page (design in the issue) which opens the URL in a new tab. This MR contains the backend changes to support this.

  1. A new table called project_metrics_settings.
  2. A new model called ProjectMetricsSetting.
  3. Changes to Projects::Settings::OperationsController to allow the update endpoint to accept new parameters.
  4. Changes to Projects::Operations::UpdateService to update the external_dashboard_url.

EE port: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11387

Does this MR meet the acceptance criteria?

Conformity

Performance 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 Reuben Pereira

Merge request reports