diff options
author | BenoƮt Gianinetti <benoit.gianinetti@sonarsource.com> | 2018-12-19 17:05:37 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-01-08 20:21:07 +0100 |
commit | 78ee4f5c7f14caf563e79379614e62f9efc54059 (patch) | |
tree | f71b166a28ccea66f01f8708a9fb5df5c241b9d9 /server/sonar-docs/src/pages | |
parent | 4dddfec1850accb70b08e5da5f257b2625f557c8 (diff) | |
download | sonarqube-78ee4f5c7f14caf563e79379614e62f9efc54059.tar.gz sonarqube-78ee4f5c7f14caf563e79379614e62f9efc54059.zip |
SONAR-11571 Remove mentions about warnings and period from the doc
Diffstat (limited to 'server/sonar-docs/src/pages')
5 files changed, 7 insertions, 9 deletions
diff --git a/server/sonar-docs/src/pages/user-guide/metric-definitions.md b/server/sonar-docs/src/pages/user-guide/metric-definitions.md index d2a126c9a6e..0f85206d486 100644 --- a/server/sonar-docs/src/pages/user-guide/metric-definitions.md +++ b/server/sonar-docs/src/pages/user-guide/metric-definitions.md @@ -121,7 +121,8 @@ Ratio between the cost to develop the code changed in the New Code period and th --- ## Quality Gates **Quality Gate Status** (`alert_status`) -State of the Quality Gate associated to your Project. Possible values are : `ERROR`, `WARN`, `OK` +State of the Quality Gate associated to your Project. Possible values are : `ERROR`, `OK` +WARN value has been removed since 7.6. **Quality Gate Details** (`quality_gate_details`) For all the conditions of your Quality Gate, you know which condition is failing and which is not. diff --git a/server/sonar-docs/src/pages/user-guide/portfolios.md b/server/sonar-docs/src/pages/user-guide/portfolios.md index 963392a39d1..04ff88dcdec 100644 --- a/server/sonar-docs/src/pages/user-guide/portfolios.md +++ b/server/sonar-docs/src/pages/user-guide/portfolios.md @@ -7,7 +7,7 @@ url: /user-guide/portfolios/ ### Portfolios Home Page -The Portfolio Home Page is the central place for managers and tech leads to keep an eye on the Releasability of the projects under their supervision. Releasability is based on the project's quality gate: green or orange (pass or warning) is releasable. Red (error) is not. Each Portfolio home page offers an aggregate view of the releasability of all the projects in the Portfolio. +The Portfolio Home Page is the central place for managers and tech leads to keep an eye on the Releasability of the projects under their supervision. Releasability is based on the project's quality gate: green (pass) is releasable. Red (error) is not. Each Portfolio home page offers an aggregate view of the releasability of all the projects in the Portfolio. At the top of the page, you can easily see whether overall Portfolio is currently rated as releasable and if any projects in the Portfolio have failed their Quality Gate. And the Reliability, Security, and Maintainability ratings show the overall health of the Portfolio in these three domains, along with an indicator of the worst-performing project(s) in each domain. @@ -19,7 +19,7 @@ For each domain you see: ### Releasability Rating -The Releasability Rating tells you the ratio of projects in the Portfolio that do NOT have a **FAILED** Quality Gate (ie QG being **PASSED** or **WARNING**) : +The Releasability Rating tells you the ratio of projects in the Portfolio that do NOT have a **FAILED** Quality Gate (ie QG being **PASSED**) : **A**: > 80% **B**: > 60% diff --git a/server/sonar-docs/src/pages/user-guide/project-page.md b/server/sonar-docs/src/pages/user-guide/project-page.md index 53be937127a..0e72865485a 100644 --- a/server/sonar-docs/src/pages/user-guide/project-page.md +++ b/server/sonar-docs/src/pages/user-guide/project-page.md @@ -20,7 +20,7 @@ The Project Page answers two questions: Since the [Quality Gate](/user-guide/quality-gates/) is your most powerful tool to enforce your quality policy, the page starts with the project's current Quality Gate status. If the project passes, a simple, green all-clear is shown. -If not, details and drill-downs are immediately available to quickly identify what went wrong, with a section for each error or warning condition showing what the current project value is and what it should be. As usual, you'll be able to click through on current values to get to drilldowns. +If not, details and drill-downs are immediately available to quickly identify what went wrong, with a section for each error condition showing what the current project value is and what it should be. As usual, you'll be able to click through on current values to get to drilldowns. ## What should I fix first? Because the best way to improve a project's quality is to catch and fix new problems before they become entrenched, the first view of a project is centered around the New Code Period, which is highlighted in yellow on the right of the project homepage. The project space page shows a high-level summary of critical metrics, both current values and their New Code Period values. diff --git a/server/sonar-docs/src/pages/user-guide/quality-gates.md b/server/sonar-docs/src/pages/user-guide/quality-gates.md index 9dbb7a7b7c0..623fb2d0815 100644 --- a/server/sonar-docs/src/pages/user-guide/quality-gates.md +++ b/server/sonar-docs/src/pages/user-guide/quality-gates.md @@ -59,15 +59,12 @@ To manage quality gates, go to **[Quality Gates](/#sonarqube#/quality_gates)** ( Each Quality Gate condition is a combination of: * measure -* period: **Value** (to date) or **New Code** (differential value over the New Code period) * comparison operator -* warning value (optional) -* error value (optional) +* error value For instance, a condition might be: * measure: Blocker issue -* period: Value * comparison operator: > * error value: 0 diff --git a/server/sonar-docs/src/pages/user-guide/sonarlint-notifications.md b/server/sonar-docs/src/pages/user-guide/sonarlint-notifications.md index ae2437635c0..9e624fc1788 100644 --- a/server/sonar-docs/src/pages/user-guide/sonarlint-notifications.md +++ b/server/sonar-docs/src/pages/user-guide/sonarlint-notifications.md @@ -8,7 +8,7 @@ _SonarLint Smart Notifications is available as part of the [Developer Edition](h Smart notifications allow developers using Connected Mode in SonarLint to receive in-IDE notifications from {instance} when: -* the Quality Gate status (failed / success / warning) of a project /solution _open in the IDE_ changes +* the Quality Gate status (failed / success) of a project /solution _open in the IDE_ changes * a {instance} analysis raises new issues _introduced by this developer in a project /solution open in the IDE_ ## Activate/deactivate Notifications |