]> source.dussan.org Git - sonarqube.git/commitdiff
Remove lingering code about custom metrics (deprecated and removed)
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 24 Aug 2021 06:46:23 +0000 (08:46 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 24 Aug 2021 20:07:42 +0000 (20:07 +0000)
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index c1f983a73d9b0ee5972553d23dd6dfb8da108270..2c90471aa77f84f5019d7604ac33f4f142e542e4 100644 (file)
@@ -125,7 +125,6 @@ function renderRedirects() {
       <Redirect from="/governance" to="/portfolio" />
       <Redirect from="/groups" to="/admin/groups" />
       <Redirect from="/extension/governance/portfolios" to="/portfolios" />
-      <Redirect from="/metrics" to="/admin/custom_metrics" />
       <Redirect from="/permission_templates" to="/admin/permission_templates" />
       <Redirect from="/profiles/index" to="/profiles" />
       <Redirect from="/projects_admin" to="/admin/projects_management" />
index 91bed6abaf359dc946a1ef2ce7a7e7fc8e7b7586..ad72a09c77d9c8818df6775187ee8d0db0e06a2f 100644 (file)
@@ -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
-
 
 #------------------------------------------------------------------------------
 #