From d35ffade4da2d9822cf9cff87e47c8cb24077d85 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Tue, 24 Aug 2021 08:46:23 +0200 Subject: [PATCH] Remove lingering code about custom metrics (deprecated and removed) --- .../src/main/js/app/utils/startReactApp.tsx | 1 - .../main/resources/org/sonar/l10n/core.properties | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/server/sonar-web/src/main/js/app/utils/startReactApp.tsx b/server/sonar-web/src/main/js/app/utils/startReactApp.tsx index c1f983a73d9..2c90471aa77 100644 --- a/server/sonar-web/src/main/js/app/utils/startReactApp.tsx +++ b/server/sonar-web/src/main/js/app/utils/startReactApp.tsx @@ -125,7 +125,6 @@ function renderRedirects() { - diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 91bed6abaf3..ad72a09c77d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3992,20 +3992,6 @@ encryption.how_to_use.content2=Restrict access to this file by making it readabl encryption.how_to_use.content3=Restart the server if the property {property} has been set or changed. encryption.how_to_use.content4=For each property that you want to encrypt, generate the encrypted value and replace the original value wherever it is stored (configuration files, command lines). -#------------------------------------------------------------------------------ -# -# CUSTOM METRICS -# -#------------------------------------------------------------------------------ -custom_metrics.page=Custom Metrics -custom_metrics.deprecated=Custom metrics are deprecated and will be removed soon. -custom_metrics.page.description=These metrics are available for all projects. Manual measures can be set at project level via the configuration interface. -custom_metrics.delete_metric=Delete Metric -custom_metrics.delete_metric.confirmation=Are you sure you want to delete metric "{0}"? -custom_metrics.update_metric=Update Metric -custom_metrics.create_metric=Create Metric -custom_metrics.domain=Domain - #------------------------------------------------------------------------------ # -- 2.39.5