]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13444 Add support for new type of background task
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Mon, 15 Jun 2020 14:29:18 +0000 (16:29 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 26 Jun 2020 20:04:58 +0000 (20:04 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 789b8cf67183b0fedfa945d45c9f73da645c7769..2849bee64c6c66f6dbc8d3dc9b67e5f95e04b66c 100644 (file)
@@ -2630,6 +2630,7 @@ background_task.type.ALL=All
 background_task.type.REPORT=Project Analysis
 background_task.type.DEV_REFRESH=Developer Analysis
 background_task.type.DEV_PURGE=Developer Cleaning
+background_task.type.ISSUE_SYNC=Project Data Reload
 
 background_tasks.page=Background Tasks
 background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task.