Skip to content
Snippets Groups Projects

Add DORA metrics dashboard MvC

Merged Ezekiel Kigbo requested to merge ek-spike-ci-cd-analytics-shared-dashboards into master
1 unresolved thread
3 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -52,6 +52,11 @@ def ai_impact_dashboard_available_for?(user)
Ability.allowed?(user, :read_enterprise_ai_analytics, self)
end
def dora_metrics_dashboard_enabled?(user)
Feature.enabled?(:dora_metrics_dashboard, self) &&
Ability.allowed?(user, :read_dora4_analytics, self)
end
def contributions_dashboard_available?
is_a?(Group) && Feature.enabled?(:contributions_analytics_dashboard, self)
end
Loading