diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-02-02 12:36:39 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-02-03 14:52:40 +0100 |
commit | 320223012bbfc3fcdfd8f8c5305c1ff2746c363a (patch) | |
tree | ed0974c4bd4a48290b67cab7d4765a4b240fae0a /sonar-core | |
parent | 0d6a493f0db7bc1ccf88c09c30cbcb9e4417383c (diff) | |
download | sonarqube-320223012bbfc3fcdfd8f8c5305c1ff2746c363a.tar.gz sonarqube-320223012bbfc3fcdfd8f8c5305c1ff2746c363a.zip |
SONAR-7242 Remove "Execute Preview Analysis" permission
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 0 insertions, 3 deletions
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 e1b2c0c7d60..4a1ac81865a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2837,9 +2837,6 @@ global_permissions.shareDashboard=Share Dashboards And Filters global_permissions.shareDashboard.desc=Ability to share dashboards, issue filters and measure filters. global_permissions.scan=Execute Analysis global_permissions.scan.desc=Ability to execute analyses, and to get all settings required to perform the analysis, even the secured ones like the scm account password, the jira account password, and so on. -global_permissions.dryRunScan=Execute Preview Analysis -global_permissions.dryRunScan.desc=Ability to execute preview analysis (results are not pushed to the server). This permission does not include the ability to access secured settings such as the scm account password, the jira account password, and so on.<br/>\ -This permission is <em>required</em> to execute preview analysis in an IDE or for an Issues Report. global_permissions.provisioning=Provision Projects global_permissions.provisioning.desc=Ability to initialize a project so its settings can be configured before the first analysis. |