aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2024-03-19 10:22:10 +0100
committersonartech <sonartech@sonarsource.com>2024-03-25 20:02:42 +0000
commit7565e9a2e350e1f6aec44c032f359c1c49fd97c0 (patch)
tree988b31efb4b21b7f9061c8455fed44432d3c1ba3 /server/sonar-web/src/main/js/helpers
parent494316d9f27f7a64b762e37d4f8bc34e4b4370d7 (diff)
downloadsonarqube-7565e9a2e350e1f6aec44c032f359c1c49fd97c0.tar.gz
sonarqube-7565e9a2e350e1f6aec44c032f359c1c49fd97c0.zip
SONAR-21797 Show software qualites measure history in graph
Diffstat (limited to 'server/sonar-web/src/main/js/helpers')
-rw-r--r--server/sonar-web/src/main/js/helpers/constants.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/helpers/constants.ts b/server/sonar-web/src/main/js/helpers/constants.ts
index f5b42b3adce..809bc472756 100644
--- a/server/sonar-web/src/main/js/helpers/constants.ts
+++ b/server/sonar-web/src/main/js/helpers/constants.ts
@@ -144,14 +144,12 @@ export const HIDDEN_METRICS = [
];
export const DEPRECATED_ACTIVITY_METRICS = [
+ ...OLD_TAXONOMY_METRICS,
MetricKey.blocker_violations,
MetricKey.critical_violations,
MetricKey.major_violations,
MetricKey.minor_violations,
MetricKey.info_violations,
- MetricKey.code_smells,
- MetricKey.bugs,
- MetricKey.vulnerabilities,
MetricKey.confirmed_issues,
];