diff options
Diffstat (limited to 'server/sonar-docs')
32 files changed, 0 insertions, 84 deletions
diff --git a/server/sonar-docs/src/tooltips/autoscan/caveats.md b/server/sonar-docs/src/tooltips/autoscan/caveats.md deleted file mode 100644 index 2006fc1b3f1..00000000000 --- a/server/sonar-docs/src/tooltips/autoscan/caveats.md +++ /dev/null @@ -1,6 +0,0 @@ -No visual feedback (yet) in the UI. -Not supported: code coverage, import of external rule engine reports. - ---- - -[Read more](https://sonarcloud.io/documentation/autoscan/) and join [the forum](https://community.sonarsource.com/tags/c/help/sc/autoscan) to ask your questions diff --git a/server/sonar-docs/src/tooltips/autoscan/limited-scope.md b/server/sonar-docs/src/tooltips/autoscan/limited-scope.md deleted file mode 100644 index dcb88cae13c..00000000000 --- a/server/sonar-docs/src/tooltips/autoscan/limited-scope.md +++ /dev/null @@ -1,3 +0,0 @@ -The following languages are currently supported: - -ABAP, Apex, CSS, Flex, Go, HTML, JS, Kotlin, PHP, Python, Ruby, Scala, Swift, TypeScript, TSQL, XML. diff --git a/server/sonar-docs/src/tooltips/branches/no-branch-support.md b/server/sonar-docs/src/tooltips/branches/no-branch-support.md deleted file mode 100644 index 82854211584..00000000000 --- a/server/sonar-docs/src/tooltips/branches/no-branch-support.md +++ /dev/null @@ -1,7 +0,0 @@ -**Get the most out of SonarQube with branches analysis** - -Analyze each branch of your project separately with the Developer Edition. - ---- - -[Learn More](https://redirect.sonarsource.com/editions/developer.html) diff --git a/server/sonar-docs/src/tooltips/branches/single-branch.md b/server/sonar-docs/src/tooltips/branches/single-branch.md deleted file mode 100644 index b0da9b6f467..00000000000 --- a/server/sonar-docs/src/tooltips/branches/single-branch.md +++ /dev/null @@ -1,8 +0,0 @@ -**Learn how to analyze branches in {instance}** - -Quickly setup branch analysis and get separate insights for each of your branches and pull requests. - ---- - -[Branches Documentation](/branches/overview/) -[Pull Request Analysis](/analysis/pull-request/) diff --git a/server/sonar-docs/src/tooltips/metrics/bugs.md b/server/sonar-docs/src/tooltips/metrics/bugs.md deleted file mode 100644 index ff8e346d96b..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/bugs.md +++ /dev/null @@ -1 +0,0 @@ -A coding error that will break your code and needs to be fixed immediately.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/code-smells.md b/server/sonar-docs/src/tooltips/metrics/code-smells.md deleted file mode 100644 index 95a031e8373..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/code-smells.md +++ /dev/null @@ -1 +0,0 @@ -Code that is confusing and difficult to maintain.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/coverage.md b/server/sonar-docs/src/tooltips/metrics/coverage.md deleted file mode 100644 index 28784cdc084..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/coverage.md +++ /dev/null @@ -1 +0,0 @@ -The percentage of lines of code covered by tests.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/debt.md b/server/sonar-docs/src/tooltips/metrics/debt.md deleted file mode 100644 index 8b6141bf74b..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/debt.md +++ /dev/null @@ -1 +0,0 @@ -The estimated time it will take to fix all Code Smells.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/duplicated-blocks.md b/server/sonar-docs/src/tooltips/metrics/duplicated-blocks.md deleted file mode 100644 index 0458c5f7df1..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/duplicated-blocks.md +++ /dev/null @@ -1 +0,0 @@ -The number of duplicated blocks of lines of code.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/duplications.md b/server/sonar-docs/src/tooltips/metrics/duplications.md deleted file mode 100644 index 31ae4afde25..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/duplications.md +++ /dev/null @@ -1 +0,0 @@ -Identical lines of code.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/security-hotspots.md b/server/sonar-docs/src/tooltips/metrics/security-hotspots.md deleted file mode 100644 index a9460e893e0..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/security-hotspots.md +++ /dev/null @@ -1 +0,0 @@ -Security-sensitive code that requires manual review to assess whether or not a vulnerability exists. diff --git a/server/sonar-docs/src/tooltips/metrics/unit-tests.md b/server/sonar-docs/src/tooltips/metrics/unit-tests.md deleted file mode 100644 index 96fb4ef3663..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/unit-tests.md +++ /dev/null @@ -1 +0,0 @@ -Tests that ensure your code is working properly.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/metrics/vulnerabilities.md b/server/sonar-docs/src/tooltips/metrics/vulnerabilities.md deleted file mode 100644 index f7845ac883e..00000000000 --- a/server/sonar-docs/src/tooltips/metrics/vulnerabilities.md +++ /dev/null @@ -1 +0,0 @@ -Code that can be exploited by hackers.
\ No newline at end of file diff --git a/server/sonar-docs/src/tooltips/organizations/add-organization-member.md b/server/sonar-docs/src/tooltips/organizations/add-organization-member.md deleted file mode 100644 index f84b602028a..00000000000 --- a/server/sonar-docs/src/tooltips/organizations/add-organization-member.md +++ /dev/null @@ -1,5 +0,0 @@ -Add new members to this organization and manage their permissions. Note that users must have signed up on the service to be able to find and add them. - ---- - -See also: [Manage a Team](/organizations/manage-team/) diff --git a/server/sonar-docs/src/tooltips/organizations/organization.md b/server/sonar-docs/src/tooltips/organizations/organization.md deleted file mode 100644 index 47442a1723e..00000000000 --- a/server/sonar-docs/src/tooltips/organizations/organization.md +++ /dev/null @@ -1,5 +0,0 @@ -An organization is a space where a team or a whole company can collaborate across many projects. A new organization is on a free plan by default, which means its projects will be public. Subscribe to paid plan to analyze projects privately - ---- - -See also: [Organizations](/organizations/overview/) and [Pricing](/sonarcloud-pricing/) diff --git a/server/sonar-docs/src/tooltips/organizations/subscription-paid-plan.md b/server/sonar-docs/src/tooltips/organizations/subscription-paid-plan.md deleted file mode 100644 index ebdfd012793..00000000000 --- a/server/sonar-docs/src/tooltips/organizations/subscription-paid-plan.md +++ /dev/null @@ -1,5 +0,0 @@ -This organization is subscribed to a paid plan, allowing private projects. Its private projects, members, Quality Profiles and Quality Gates are visible to members only. - ---- - -See also: [Organization Visibility](/organizations/organization-visibility/) diff --git a/server/sonar-docs/src/tooltips/quality-gates/built-in-quality-gate.md b/server/sonar-docs/src/tooltips/quality-gates/built-in-quality-gate.md deleted file mode 100644 index 7d5470bd4da..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/built-in-quality-gate.md +++ /dev/null @@ -1 +0,0 @@ -Built-in, immutable Quality Gate reflecting best practices. diff --git a/server/sonar-docs/src/tooltips/quality-gates/default-quality-gate.md b/server/sonar-docs/src/tooltips/quality-gates/default-quality-gate.md deleted file mode 100644 index 2cf1296dc53..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/default-quality-gate.md +++ /dev/null @@ -1 +0,0 @@ -The Default gate is applied to all projects not explicitly assigned to a gate. Quality Profile and Gate administrators can assign projects to a gate from the Quality Profile page. Project administrators can also choose a non-default gate. diff --git a/server/sonar-docs/src/tooltips/quality-gates/metric.md b/server/sonar-docs/src/tooltips/quality-gates/metric.md deleted file mode 100644 index 11925c64370..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/metric.md +++ /dev/null @@ -1,5 +0,0 @@ -Metrics are code qualities that can be measured, such as the number of Bugs in New Code. Under best practice, you should prefer "new code" conditions. - ---- - -See also: [Metric definitions](/user-guide/metric-definitions/) diff --git a/server/sonar-docs/src/tooltips/quality-gates/project-homepage-quality-gate.md b/server/sonar-docs/src/tooltips/quality-gates/project-homepage-quality-gate.md deleted file mode 100644 index 9d60c6363fc..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/project-homepage-quality-gate.md +++ /dev/null @@ -1 +0,0 @@ -A Quality Gate is a set of measure-based Boolean conditions. It helps you know immediately whether your project is production-ready. If your current status is not Passed, you'll see which measures caused the problem and the values required to pass. diff --git a/server/sonar-docs/src/tooltips/quality-gates/quality-gate-conditions.md b/server/sonar-docs/src/tooltips/quality-gates/quality-gate-conditions.md deleted file mode 100644 index c083804769e..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/quality-gate-conditions.md +++ /dev/null @@ -1,5 +0,0 @@ -Both conditions on New Code and Overall Code have to be met by a project to pass the Quality Gate. - ---- - -See also: [Clean as You Code](/user-guide/clean-as-you-code/) diff --git a/server/sonar-docs/src/tooltips/quality-gates/quality-gate-projects.md b/server/sonar-docs/src/tooltips/quality-gates/quality-gate-projects.md deleted file mode 100644 index 2cf1296dc53..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/quality-gate-projects.md +++ /dev/null @@ -1 +0,0 @@ -The Default gate is applied to all projects not explicitly assigned to a gate. Quality Profile and Gate administrators can assign projects to a gate from the Quality Profile page. Project administrators can also choose a non-default gate. diff --git a/server/sonar-docs/src/tooltips/quality-gates/quality-gate.md b/server/sonar-docs/src/tooltips/quality-gates/quality-gate.md deleted file mode 100644 index f6af8d67d9a..00000000000 --- a/server/sonar-docs/src/tooltips/quality-gates/quality-gate.md +++ /dev/null @@ -1,5 +0,0 @@ -A Quality Gate is a set of measure-based, Boolean conditions. It helps you know immediately whether your projects are production-ready. Ideally, all projects will use the same quality gate. Each project's Quality Gate status is displayed prominently on its homepage. - ---- - -[Learn more](/user-guide/quality-gates/) diff --git a/server/sonar-docs/src/tooltips/quality-profiles/activate-rules-in-built-in-profile.md b/server/sonar-docs/src/tooltips/quality-profiles/activate-rules-in-built-in-profile.md deleted file mode 100644 index 4a023892bfa..00000000000 --- a/server/sonar-docs/src/tooltips/quality-profiles/activate-rules-in-built-in-profile.md +++ /dev/null @@ -1 +0,0 @@ -This Quality Profile is built in, and cannot be updated manually. If you want to activate more rules, create a new profile that inherits from this one and add rules there. diff --git a/server/sonar-docs/src/tooltips/quality-profiles/default-quality-profile.md b/server/sonar-docs/src/tooltips/quality-profiles/default-quality-profile.md deleted file mode 100644 index 310164c8be5..00000000000 --- a/server/sonar-docs/src/tooltips/quality-profiles/default-quality-profile.md +++ /dev/null @@ -1 +0,0 @@ -For each language there is a default profile. All projects not explicitly assigned to some other profile will be analyzed with the default. diff --git a/server/sonar-docs/src/tooltips/quality-profiles/quality-profile-projects.md b/server/sonar-docs/src/tooltips/quality-profiles/quality-profile-projects.md deleted file mode 100644 index 0c96fe0fb64..00000000000 --- a/server/sonar-docs/src/tooltips/quality-profiles/quality-profile-projects.md +++ /dev/null @@ -1 +0,0 @@ -Projects assigned to a profile will always be analyzed with it for that language, regardless of which profile is the default. Quality Profile administrators may assign projects to a profile. Project administrators may also choose a non-default profile for each language. diff --git a/server/sonar-docs/src/tooltips/rules/custom-rule-removal.md b/server/sonar-docs/src/tooltips/rules/custom-rule-removal.md deleted file mode 100644 index c8d9be85acd..00000000000 --- a/server/sonar-docs/src/tooltips/rules/custom-rule-removal.md +++ /dev/null @@ -1 +0,0 @@ -Only custom rules may be deleted. When a custom rule is deleted, it is not removed from the SonarQube instance. Instead its status is set to "REMOVED", allowing relevant issues to continue to be displayed properly. diff --git a/server/sonar-docs/src/tooltips/rules/custom-rules.md b/server/sonar-docs/src/tooltips/rules/custom-rules.md deleted file mode 100644 index 37981a7dffb..00000000000 --- a/server/sonar-docs/src/tooltips/rules/custom-rules.md +++ /dev/null @@ -1 +0,0 @@ -Custom rules are created by administrators from templates, and are the only fully-editable rules. diff --git a/server/sonar-docs/src/tooltips/rules/rule-templates.md b/server/sonar-docs/src/tooltips/rules/rule-templates.md deleted file mode 100644 index 582e4cf24be..00000000000 --- a/server/sonar-docs/src/tooltips/rules/rule-templates.md +++ /dev/null @@ -1 +0,0 @@ -Rule Templates allow users to easily define their own rules. They are like cookie cutters from which you can stamp out new, "custom rules". The rules created from a template are listed on its rule detail page. diff --git a/server/sonar-docs/src/tooltips/rules/rules-quality-profiles.md b/server/sonar-docs/src/tooltips/rules/rules-quality-profiles.md deleted file mode 100644 index d95edbb6cfe..00000000000 --- a/server/sonar-docs/src/tooltips/rules/rules-quality-profiles.md +++ /dev/null @@ -1,5 +0,0 @@ -Quality Profiles are collections of Rules to apply during an analysis. - ---- - -See also: [Quality Profiles](/instance-administration/quality-profiles/) diff --git a/server/sonar-docs/src/tooltips/security-reports/cwe.md b/server/sonar-docs/src/tooltips/security-reports/cwe.md deleted file mode 100644 index b0d06794e6b..00000000000 --- a/server/sonar-docs/src/tooltips/security-reports/cwe.md +++ /dev/null @@ -1 +0,0 @@ -The Common Weakness Enumeration (CWE™) is a community-developed list of software weaknesses. It provides a common reference, and as a baseline for weakness identification, mitigation, and prevention efforts. diff --git a/server/sonar-docs/src/tooltips/tutorials/use-existing-token.md b/server/sonar-docs/src/tooltips/tutorials/use-existing-token.md deleted file mode 100644 index 5c7c31f5f43..00000000000 --- a/server/sonar-docs/src/tooltips/tutorials/use-existing-token.md +++ /dev/null @@ -1,5 +0,0 @@ -Paste an existing token value into the input field. - ---- - -See also: [User Token](/user-guide/user-token/) |