瀏覽代碼

SONAR-12608 Update Editions information

tags/8.2.0.32929
Wouter Admiraal 4 年之前
父節點
當前提交
a13af4c794

二進制
server/sonar-docs/src/images/sonarqube-icon.png 查看文件


+ 8
- 2
server/sonar-docs/src/tooltips/editions/datacenter.md 查看文件

@@ -1,3 +1,9 @@
### ![SonarSource logo](/images/sonarsource-icon.png) Data Center Edition
### ![SonarQube logo](/images/sonarqube-icon.png) Data Center Edition

Support for High-Availability. Allow every node of SonarQube to be redundant, in order to keep the service up at all times without worrying about downtime or interruption.
*Designed for High Availability and Scalability*

Enterprise Edition functionality plus:

* Component redundancy
* Data resiliency
* Horizontal scalability

+ 9
- 5
server/sonar-docs/src/tooltips/editions/developer.md 查看文件

@@ -1,7 +1,11 @@
### ![SonarSource logo](/images/sonarsource-icon.png) Developer Edition
### ![SonarQube logo](/images/sonarqube-icon.png) Developer Edition

* Branch and Pull Requests analysis
* Analysis of additional languages: C/C++, Objective-C, PL/SQL, ABAP , TSQL , Swift
* Detection of security vulnerabilities
* SonarLint notifications
*Built for Developers by Developers*

Community Edition functionality plus:

* Branch analysis
* Pull Request Decoration
* Injection flaw detection
* SonarLint notifications
* Additional language analysis: C, C++, Obj-C, PS/SQL, ABAP, TSQL & Swift

+ 8
- 3
server/sonar-docs/src/tooltips/editions/enterprise.md 查看文件

@@ -1,7 +1,12 @@
### ![SonarSource logo](/images/sonarsource-icon.png) Enterprise Edition
### ![SonarQube logo](/images/sonarqube-icon.png) Enterprise Edition

*Designed to Meet Enterprise Requirements*

Developer Edition functionality plus:

* Portfolio management
* OWASP/SANS security reports
* Executive reporting
* Analysis of additional languages: Apex, COBOL, PL/I, RPG & VB6
* Parallel processing of analysis reports
* Project transfer
* Compute Engine parallel processing
* Additional language analysis: Apex, COBOL, PL/I, RPG & VB6

+ 1
- 1
server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx 查看文件

@@ -46,7 +46,7 @@ export default function EditionBox({ edition, ncloc, serverId, currentEdition }:
href={getEditionUrl(edition, { ncloc, serverId, sourceEdition: currentEdition })}
rel="noopener noreferrer"
target="_blank">
{translate('marketplace.ask_for_information')}
{translate('marketplace.request_free_trial')}
</a>
</div>
</div>

+ 1
- 1
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap 查看文件

@@ -13,7 +13,7 @@ exports[`should display the edition 1`] = `
rel="noopener noreferrer"
target="_blank"
>
marketplace.ask_for_information
marketplace.request_free_trial
</a>
</div>
</div>

+ 3
- 3
sonar-core/src/main/resources/org/sonar/l10n/core.properties 查看文件

@@ -2390,8 +2390,8 @@ workspace.no_rule=The rule has been removed or never existed.
#
#------------------------------------------------------------------------------
marketplace.page=Marketplace
marketplace.page.description=Discover more features with SonarSource Editions:
marketplace.page.description_best_edition=This Edition gives you access to all features of the SonarQube-SonarLint ecosystem, including all SonarSource code analyzers!
marketplace.page.description=Discover the additional benefits offered in SonarQube Commercial Editions
marketplace.page.description_best_edition=This edition includes access to all the SonarQube-SonarLint Ecosystem features!
marketplace.page.you_are_running.community=You are currently running a Community Edition.
marketplace.page.you_are_running.developer=You are currently running a Developer Edition.
marketplace.page.you_are_running.enterprise=You are currently running an Enterprise Edition.
@@ -2418,7 +2418,7 @@ marketplace.checking_license=Checking your license...
marketplace._installed=installed
marketplace.available_under_commercial_license=Available under our commercial editions
marketplace.learn_more=Learn more
marketplace.ask_for_information=Ask for more information
marketplace.request_free_trial=Request a free trial
marketplace.homepage=Homepage
marketplace.issue_tracker=Issue Tracker
marketplace.licensed_under_x=Licensed under {license}

Loading…
取消
儲存