From 0f06b2c30d0eaef45bb6e7ec7a03a108dea85ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia?= Date: Thu, 19 Feb 2026 16:18:20 +0000 Subject: [PATCH 1/2] moving all report pages to one single place in the navbar --- .../which-metrics-does-codacy-calculate.md | 10 ++++----- docs/organizations/managing-repositories.md | 2 +- .../{ => reporting}/ai-risk-hub.md | 14 ++++++------ .../{ => reporting}/codacy-usage.md | 12 +++++------ .../images/ai-policy-compliance.png | Bin .../images/ai-risk-checklist.png | Bin .../images/ai-risk-hub-dashboard.png | Bin .../images/codacy-usage-dashboard.png | Bin .../images/issues-activity.png | Bin .../images/merged-pull-requests.png | Bin .../images/open-issues-by-category.png | Bin .../images/open-issues-by-severity.png | Bin .../images/open-issues-dashboard.png | Bin .../open-issues-evolution-by-category.png | Bin .../open-issues-evolution-by-severity.png | Bin .../images/open-issues-ranking.png | Bin .../images/open-issues-tab-options.png | Bin ...ation-overview-overall-quality-grouped.png | Bin .../organization-overview-overall-quality.png | Bin ...ion-overview-repositories-last-updated.png | Bin .../{ => reporting}/images/risk-level.png | Bin .../{ => reporting}/issues-metrics.md | 2 +- .../{ => reporting}/organization-overview.md | 14 ++++++------ docs/release-notes/cloud/cloud-2022-02.md | 2 +- docs/release-notes/cloud/cloud-2022-03.md | 2 +- docs/release-notes/cloud/cloud-2022-08.md | 2 +- docs/release-notes/cloud/cloud-2022-09.md | 2 +- docs/release-notes/cloud/cloud-2024-02.md | 2 +- docs/release-notes/cloud/cloud-2024-03.md | 2 +- .../self-hosted/self-hosted-v2.2.0.md | 2 +- mkdocs.yml | 20 ++++++++++++------ 31 files changed, 47 insertions(+), 41 deletions(-) rename docs/organizations/{ => reporting}/ai-risk-hub.md (81%) rename docs/organizations/{ => reporting}/codacy-usage.md (90%) rename docs/organizations/{ => reporting}/images/ai-policy-compliance.png (100%) rename docs/organizations/{ => reporting}/images/ai-risk-checklist.png (100%) rename docs/organizations/{ => reporting}/images/ai-risk-hub-dashboard.png (100%) rename docs/organizations/{ => reporting}/images/codacy-usage-dashboard.png (100%) rename docs/organizations/{ => reporting}/images/issues-activity.png (100%) rename docs/organizations/{ => reporting}/images/merged-pull-requests.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-by-category.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-by-severity.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-dashboard.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-evolution-by-category.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-evolution-by-severity.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-ranking.png (100%) rename docs/organizations/{ => reporting}/images/open-issues-tab-options.png (100%) rename docs/organizations/{ => reporting}/images/organization-overview-overall-quality-grouped.png (100%) rename docs/organizations/{ => reporting}/images/organization-overview-overall-quality.png (100%) rename docs/organizations/{ => reporting}/images/organization-overview-repositories-last-updated.png (100%) rename docs/organizations/{ => reporting}/images/risk-level.png (100%) rename docs/organizations/{ => reporting}/issues-metrics.md (98%) rename docs/organizations/{ => reporting}/organization-overview.md (78%) diff --git a/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md b/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md index 1c943ecc18..decc893b6d 100644 --- a/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md +++ b/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md @@ -43,7 +43,7 @@ Codacy displays grades on the following places: |[Files page](../../repositories/files.md)|Grade for each file in your repository| |[Repository Dashboard](../../repositories/repository-dashboard.md)
[Codacy badge](../../getting-started/adding-a-codacy-badge.md)|Grade of each analyzed branch in your repository| |[Email notifications](../../account/emails.md#managing-your-email-notifications)|Grade of your repository| -|[Organization overview](../../organizations/organization-overview.md)|Average grade of the repositories in your organization and grade of each repository| +|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average grade of the repositories in your organization and grade of each repository| |[Repositories list](../../organizations/managing-repositories.md)|Grade of each repository in your organization| ## Issues @@ -73,7 +73,7 @@ Codacy displays issues on the following places: |[Files page](../../repositories/files.md)|Number of issues in each file| |[Issues page](../../repositories/issues.md)|List of all issues detected in each branch| |[Repository Dashboard](../../repositories/repository-dashboard.md)|Issues per 1000 lines of code| -|[Organization overview](../../organizations/organization-overview.md)|Average issues / kLoC of the repositories in your organization and issue / kLoC of each repository| +|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average issues / kLoC of the repositories in your organization and issue / kLoC of each repository| |[Repositories list page](../../organizations/managing-repositories.md)|Issues / kLoC in each repository in your organization| ## Complexity @@ -93,7 +93,7 @@ Codacy displays complexity on the following places: |[Commit detail page](../../repositories/commits.md)
[Pull request detail page](../../repositories/pull-requests.md)
[Email notifications](../../account/emails.md#managing-your-email-notifications)|The complexity variation introduced by a commit or pull request is calculated by summing the complexity differences of all changed files where the difference is 4 or more. |[Files page](../../repositories/files.md)|The file complexity value is the sum of the complexity values of all methods defined within the file| |[Repository Dashboard](../../repositories/repository-dashboard.md)|Percentage of complex files in your repository and how the metric is evolving over time| -|[Organization overview](../../organizations/organization-overview.md)|Average percentage of complex files in the repositories in your organization and percentage of complex files in each repository| +|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average percentage of complex files in the repositories in your organization and percentage of complex files in each repository| |[Repositories list page](../../organizations/managing-repositories.md)|Percentage of complex files in each repository in your organization| ## Duplication @@ -116,7 +116,7 @@ Codacy displays duplication on the following places: |[Commit detail page](../../repositories/commits.md)
[Pull request detail page](../../repositories/pull-requests.md)
[Email notifications](../../account/emails.md#managing-your-email-notifications)|Number of clones added or fixed by a commit or pull request| |[Files page](../../repositories/files.md)|Duplication value of each file| |[Repository Dashboard](../../repositories/repository-dashboard.md)|Percentage of duplicated files in your repository and how the metric is evolving over time| -|[Organization overview](../../organizations/organization-overview.md)|Average percentage of duplicated files in the repositories in your organization and percentage of complex files in each repository| +|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average percentage of duplicated files in the repositories in your organization and percentage of complex files in each repository| |[Repositories list page](../../organizations/managing-repositories.md)|Percentage of duplicated files in each repository in your organization| ## Code coverage @@ -151,7 +151,7 @@ Once the coverage setup is complete, Codacy displays coverage data on the follow |[Files page](../../repositories/files.md)|Coverage percentage of each file| |[Repository Dashboard](../../repositories/repository-dashboard.md)|Coverage of the most recent commit of the selected branch and its evolution over time| |[Codacy badge](../../getting-started/adding-a-codacy-badge.md)|Coverage of the most recent commit of the configured branch| -|[Organization overview](../../organizations/organization-overview.md)|Average coverage of the repositories in your organization and coverage of each repository| +|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average coverage of the repositories in your organization and coverage of each repository| |[Repositories list page](../../organizations/managing-repositories.md)|Coverage of each repository in your organization| ## See also diff --git a/docs/organizations/managing-repositories.md b/docs/organizations/managing-repositories.md index 473e3377eb..8a5abe0601 100644 --- a/docs/organizations/managing-repositories.md +++ b/docs/organizations/managing-repositories.md @@ -11,7 +11,7 @@ Across the application, Codacy calculates and displays data for the repositories ![Repositories list](images/repositories.png) -This page lists the repositories that you follow on Codacy sorted by [last updated date](organization-overview.md#last-updated-repositories), and allows you to compare the repositories on the list according to the following metrics: +This page lists the repositories that you follow on Codacy sorted by [last updated date](dashboards/organization-overview.md#last-updated-repositories), and allows you to compare the repositories on the list according to the following metrics: - [Grade](../faq/code-analysis/which-metrics-does-codacy-calculate.md#grade) - [Issues](../faq/code-analysis/which-metrics-does-codacy-calculate.md#issues) diff --git a/docs/organizations/ai-risk-hub.md b/docs/organizations/reporting/ai-risk-hub.md similarity index 81% rename from docs/organizations/ai-risk-hub.md rename to docs/organizations/reporting/ai-risk-hub.md index b6a31d70cf..f4fe45f6c2 100644 --- a/docs/organizations/ai-risk-hub.md +++ b/docs/organizations/reporting/ai-risk-hub.md @@ -4,7 +4,7 @@ description: The organization's AI Risk Hub dashboard provides an overview of al # AI Risk Hub -The **AI Risk Hub** dashboard provides an overview of all the AI issues detected in the repositories applied to the organization's AI Policy standard and your organization's risk level based on your AI practices. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](segments.md). +The **AI Risk Hub** dashboard provides an overview of all the AI issues detected in the repositories applied to the organization's AI Policy standard and your organization's risk level based on your AI practices. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](../segments.md). !!! important Currently this tab is a preview of a Business tier feature. @@ -52,7 +52,7 @@ Ensures protection on all fronts, by integrating vulnerability detection through This list displays repositories in descending order based on the number of AI issues. Depending on the filters applied, the list will show repositories with the most AI open issues, grouped by severity or AI category. -![Repositories with most AI issues](images/repositories-with-most-ai-issues.png) +![Repositories with most AI issues](../images/repositories-with-most-ai-issues.png) ## Risk Level @@ -67,10 +67,10 @@ These control factors are specified in the **AI Risk Checklist**. With most repositories today being subject to GenAI code contributions, the checklist covers essential source code controls that we recommend to enable across all projects within your organization: - AI Policy enabled: Enable the AI Policy inside the AI Risk Hub tab. -- Coverage enabled: Set up code coverage for your repositories. See how to [upload coverage data](../coverage-reporter/index.md) to Codacy. -- Enforced gates: Add [gates to your repositories](../repositories-configure/adjusting-quality-gates.md), and preferentially [apply repositories to gate policies](./using-gate-policies.md). -- Protected pull requests: Protect your pull requests by [enforcing quality gates](../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests). -- Daily vulnerability scans: [Enable Proactive SCA](./managing-security-and-risk.md#dependencies-list) to protect your repositories from dependencies vulnerabilities. -- Applications scanned: [Enable App scanning](./managing-security-and-risk.md#app-scanning) to scan Web Applications and APIs for security vulnerabilities. +- Coverage enabled: Set up code coverage for your repositories. See how to [upload coverage data](../../coverage-reporter/index.md) to Codacy. +- Enforced gates: Add [gates to your repositories](../../repositories-configure/adjusting-quality-gates.md), and preferentially [apply repositories to gate policies](../using-gate-policies.md). +- Protected pull requests: Protect your pull requests by [enforcing quality gates](../../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests). +- Daily vulnerability scans: [Enable Proactive SCA](../managing-security-and-risk.md#dependencies-list) to protect your repositories from dependencies vulnerabilities. +- Applications scanned: [Enable App scanning](../managing-security-and-risk.md#app-scanning) to scan Web Applications and APIs for security vulnerabilities. ![AI Risk Checklist](images/ai-risk-checklist.png) diff --git a/docs/organizations/codacy-usage.md b/docs/organizations/reporting/codacy-usage.md similarity index 90% rename from docs/organizations/codacy-usage.md rename to docs/organizations/reporting/codacy-usage.md index aa2def681a..713904938c 100644 --- a/docs/organizations/codacy-usage.md +++ b/docs/organizations/reporting/codacy-usage.md @@ -1,6 +1,6 @@ # Codacy usage -The **Codacy usage** dashboard provides an overview of your organization's configurations and their impact. You can filter repositories by quality gates and coverage, select specific repositories, or use [the segments that you have set up](segments.md). +The **Codacy usage** dashboard provides an overview of your organization's configurations and their impact. You can filter repositories by quality gates and coverage, select specific repositories, or use [the segments that you have set up](../segments.md). ![Codacy usage dashboard](images/codacy-usage-dashboard.png) @@ -29,13 +29,13 @@ This chart displays the distribution of repositories that are and are not in Cod !!! note Repository coverage data is based on the last merged pull request, meaning that if a repository has coverage setup but coverage was not sent in the last merged PR, it will not count as a repository with Coverage. -![Repositories distribution](images/repositories-distribution.png) +![Repositories distribution](../images/repositories-distribution.png) ## Repositories evolution This chart shows the trend of repositories in your organization over time, considering the filters applied, affecting the **Repositories list**. You can hover over the chart to see the number of repositories on a specific date. You can also click on the chart to filter results. -![Repositories evolution](images/repositories-evolution.png) +![Repositories evolution](../images/repositories-evolution.png) ## Merged pull requests @@ -55,14 +55,14 @@ If you see high numbers here, it usually boils down to two scenarios: 1. A developer merged the PR immediately after opening it, before the Codacy analysis could finish. To improve this, ensure your team adjusts their workflow to wait for the "Codacy/Analysis" check to turn green before merging or by making the Codacy status check mandatory. -2. In organizations with manual user management (check your billing settings), if a PR is authored by an email/user not yet added to your Codacy seat count, the analysis may be skipped. You should check your [seat management](../organizations/managing-people.md) to confirm that all active contributors are correctly mapped to a Codacy seat.” +2. In organizations with manual user management (check your billing settings), if a PR is authored by an email/user not yet added to your Codacy seat count, the analysis may be skipped. You should check your [seat management](../managing-people.md) to confirm that all active contributors are correctly mapped to a Codacy seat.” #### Why are some PRs merged with "Failing gates"? Pull requests are merged with failing Quality Gates usually due to two reasons: -1. Quality Gates are advisory, not blocking. [Protect your pull requests](../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests). +1. Quality Gates are advisory, not blocking. [Protect your pull requests](../../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests). 2. Intentional exceptions or risk acceptance: - Developers/maintainers may override failing checks to address urgent fixes, unblock critical work, or accept a known risk temporarily. @@ -80,4 +80,4 @@ Interacting with the chart allows you to filter the data, with the resulting rep The list shows a maximum of 10 repositories from your Git provider. You can use filters to display repositories that aren't yet in Codacy, or repositories that are already in Codacy. For repositories in Codacy, the list can also group them by specific metrics such as gates, coverage, and merged pull request information. Despite the 10 repository limit, the Repositories list section allows you to download a list up to 100 repositories. -![Repositories list](images/repositories-list.png) +![Repositories list](../images/repositories-list.png) diff --git a/docs/organizations/images/ai-policy-compliance.png b/docs/organizations/reporting/images/ai-policy-compliance.png similarity index 100% rename from docs/organizations/images/ai-policy-compliance.png rename to docs/organizations/reporting/images/ai-policy-compliance.png diff --git a/docs/organizations/images/ai-risk-checklist.png b/docs/organizations/reporting/images/ai-risk-checklist.png similarity index 100% rename from docs/organizations/images/ai-risk-checklist.png rename to docs/organizations/reporting/images/ai-risk-checklist.png diff --git a/docs/organizations/images/ai-risk-hub-dashboard.png b/docs/organizations/reporting/images/ai-risk-hub-dashboard.png similarity index 100% rename from docs/organizations/images/ai-risk-hub-dashboard.png rename to docs/organizations/reporting/images/ai-risk-hub-dashboard.png diff --git a/docs/organizations/images/codacy-usage-dashboard.png b/docs/organizations/reporting/images/codacy-usage-dashboard.png similarity index 100% rename from docs/organizations/images/codacy-usage-dashboard.png rename to docs/organizations/reporting/images/codacy-usage-dashboard.png diff --git a/docs/organizations/images/issues-activity.png b/docs/organizations/reporting/images/issues-activity.png similarity index 100% rename from docs/organizations/images/issues-activity.png rename to docs/organizations/reporting/images/issues-activity.png diff --git a/docs/organizations/images/merged-pull-requests.png b/docs/organizations/reporting/images/merged-pull-requests.png similarity index 100% rename from docs/organizations/images/merged-pull-requests.png rename to docs/organizations/reporting/images/merged-pull-requests.png diff --git a/docs/organizations/images/open-issues-by-category.png b/docs/organizations/reporting/images/open-issues-by-category.png similarity index 100% rename from docs/organizations/images/open-issues-by-category.png rename to docs/organizations/reporting/images/open-issues-by-category.png diff --git a/docs/organizations/images/open-issues-by-severity.png b/docs/organizations/reporting/images/open-issues-by-severity.png similarity index 100% rename from docs/organizations/images/open-issues-by-severity.png rename to docs/organizations/reporting/images/open-issues-by-severity.png diff --git a/docs/organizations/images/open-issues-dashboard.png b/docs/organizations/reporting/images/open-issues-dashboard.png similarity index 100% rename from docs/organizations/images/open-issues-dashboard.png rename to docs/organizations/reporting/images/open-issues-dashboard.png diff --git a/docs/organizations/images/open-issues-evolution-by-category.png b/docs/organizations/reporting/images/open-issues-evolution-by-category.png similarity index 100% rename from docs/organizations/images/open-issues-evolution-by-category.png rename to docs/organizations/reporting/images/open-issues-evolution-by-category.png diff --git a/docs/organizations/images/open-issues-evolution-by-severity.png b/docs/organizations/reporting/images/open-issues-evolution-by-severity.png similarity index 100% rename from docs/organizations/images/open-issues-evolution-by-severity.png rename to docs/organizations/reporting/images/open-issues-evolution-by-severity.png diff --git a/docs/organizations/images/open-issues-ranking.png b/docs/organizations/reporting/images/open-issues-ranking.png similarity index 100% rename from docs/organizations/images/open-issues-ranking.png rename to docs/organizations/reporting/images/open-issues-ranking.png diff --git a/docs/organizations/images/open-issues-tab-options.png b/docs/organizations/reporting/images/open-issues-tab-options.png similarity index 100% rename from docs/organizations/images/open-issues-tab-options.png rename to docs/organizations/reporting/images/open-issues-tab-options.png diff --git a/docs/organizations/images/organization-overview-overall-quality-grouped.png b/docs/organizations/reporting/images/organization-overview-overall-quality-grouped.png similarity index 100% rename from docs/organizations/images/organization-overview-overall-quality-grouped.png rename to docs/organizations/reporting/images/organization-overview-overall-quality-grouped.png diff --git a/docs/organizations/images/organization-overview-overall-quality.png b/docs/organizations/reporting/images/organization-overview-overall-quality.png similarity index 100% rename from docs/organizations/images/organization-overview-overall-quality.png rename to docs/organizations/reporting/images/organization-overview-overall-quality.png diff --git a/docs/organizations/images/organization-overview-repositories-last-updated.png b/docs/organizations/reporting/images/organization-overview-repositories-last-updated.png similarity index 100% rename from docs/organizations/images/organization-overview-repositories-last-updated.png rename to docs/organizations/reporting/images/organization-overview-repositories-last-updated.png diff --git a/docs/organizations/images/risk-level.png b/docs/organizations/reporting/images/risk-level.png similarity index 100% rename from docs/organizations/images/risk-level.png rename to docs/organizations/reporting/images/risk-level.png diff --git a/docs/organizations/issues-metrics.md b/docs/organizations/reporting/issues-metrics.md similarity index 98% rename from docs/organizations/issues-metrics.md rename to docs/organizations/reporting/issues-metrics.md index 6827a9edb8..f7bec526d4 100644 --- a/docs/organizations/issues-metrics.md +++ b/docs/organizations/reporting/issues-metrics.md @@ -4,7 +4,7 @@ description: The organization's Issues dashboard provides an overview of all the # Issues metrics -The **Issues metrics** dashboard provides an overview of all the issues detected in the repositories belonging to your Git provider organization. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](segments.md). +The **Issues metrics** dashboard provides an overview of all the issues detected in the repositories belonging to your Git provider organization. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](../segments.md). ![Open issues dashboard](images/open-issues-dashboard.png) diff --git a/docs/organizations/organization-overview.md b/docs/organizations/reporting/organization-overview.md similarity index 78% rename from docs/organizations/organization-overview.md rename to docs/organizations/reporting/organization-overview.md index 6ca209b13e..4410a8ea32 100644 --- a/docs/organizations/organization-overview.md +++ b/docs/organizations/reporting/organization-overview.md @@ -4,7 +4,7 @@ description: The Organization overview provides an overview of the repositories # Organization overview -The **Organization overview** provides an overview of the repositories belonging to your Git provider organization that you [follow on Codacy](managing-repositories.md). Here you can compare their statuses and check for items that require your attention. +The **Organization overview** provides an overview of the repositories belonging to your Git provider organization that you [follow on Codacy](../managing-repositories.md). Here you can compare their statuses and check for items that require your attention. To access your Organization overview, select an organization from the top navigation bar and select **Overview** on the left navigation sidebar. @@ -20,11 +20,11 @@ On this page, you can also see the **Organization setup** area, which provides y The following sections provide a detailed description of the repository-related dashboard areas. -{% include-markdown "../assets/includes/dashboard-api-report-note.md" %} +{% include-markdown "../../assets/includes/dashboard-api-report-note.md" %} ## Overall quality chart -The **Overall quality** chart compares the repositories that you follow regarding [grade](../faq/code-analysis/which-metrics-does-codacy-calculate.md#grade), [issues](../faq/code-analysis/which-metrics-does-codacy-calculate.md#issues), [complex files](../faq/code-analysis/which-metrics-does-codacy-calculate.md#complexity), [duplication](../faq/code-analysis/which-metrics-does-codacy-calculate.md#duplication), and [code coverage](../faq/code-analysis/which-metrics-does-codacy-calculate.md#code-coverage). Each tab displays the average value for the corresponding metric for the last updated repositories. +The **Overall quality** chart compares the repositories that you follow regarding [grade](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#grade), [issues](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#issues), [complex files](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#complexity), [duplication](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#duplication), and [code coverage](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#code-coverage). Each tab displays the average value for the corresponding metric for the last updated repositories. !!! important - The overall quality chart calculates metrics and displays data only for the **repositories that you follow** on Codacy. This means that depending on their list of followed repositories, two users can see different results on this chart. @@ -41,7 +41,7 @@ If you have over 8 repositories, the chart displays your repositories grouped by ![Overall quality chart with grouped repositories](images/organization-overview-overall-quality-grouped.png) !!! tip - If you don't have coverage set up for any of your repositories yet, the coverage tab provides you with instructions on [how to add coverage for your repositories](../coverage-reporter/index.md). + If you don't have coverage set up for any of your repositories yet, the coverage tab provides you with instructions on [how to add coverage for your repositories](../../coverage-reporter/index.md). ## Last updated repositories @@ -59,6 +59,6 @@ The **Last updated repositories** list displays the last updated repositories, s ## See also -- [Which metrics does Codacy calculate?](../faq/code-analysis/which-metrics-does-codacy-calculate.md) -- [Using the Codacy API to obtain current issues in repositories](../codacy-api/examples/obtaining-current-issues-in-repositories.md) -- [Using the Codacy API to obtain code quality metrics for files](../codacy-api/examples/obtaining-code-quality-metrics-for-files.md) +- [Which metrics does Codacy calculate?](../../faq/code-analysis/which-metrics-does-codacy-calculate.md) +- [Using the Codacy API to obtain current issues in repositories](../../codacy-api/examples/obtaining-current-issues-in-repositories.md) +- [Using the Codacy API to obtain code quality metrics for files](../../codacy-api/examples/obtaining-code-quality-metrics-for-files.md) diff --git a/docs/release-notes/cloud/cloud-2022-02.md b/docs/release-notes/cloud/cloud-2022-02.md index 17dfa3840f..169757abeb 100644 --- a/docs/release-notes/cloud/cloud-2022-02.md +++ b/docs/release-notes/cloud/cloud-2022-02.md @@ -15,7 +15,7 @@ These release notes are for the Codacy Cloud updates during February 2022. ## Product enhancements -- The [**Overall quality** chart](../../organizations/organization-overview.md#overall-quality-chart) now allows drilling down on the information to understand which repositories require attention to improve the organization's code quality. (Beta) (CY-5580) +- The [**Overall quality** chart](../../organizations/reporting/organization-overview.md#overall-quality-chart) now allows drilling down on the information to understand which repositories require attention to improve the organization's code quality. (Beta) (CY-5580) ![Drilling down on the Overall quality chart](../images/cy-5580.png) diff --git a/docs/release-notes/cloud/cloud-2022-03.md b/docs/release-notes/cloud/cloud-2022-03.md index 2f9f2bbe17..45556bd50d 100644 --- a/docs/release-notes/cloud/cloud-2022-03.md +++ b/docs/release-notes/cloud/cloud-2022-03.md @@ -56,7 +56,7 @@ These release notes are for the Codacy Cloud updates during March 2022. ## Bug fixes - Fixed an issue that prevented running [standalone tools](../../repositories-configure/local-analysis/client-side-tools.md) using the Codacy Analysis CLI GitHub Action. (CY-5812) -- Fixed an issue that caused inconsistencies on the last updated date when listing GitHub repositories. Now, the last updated date is the [date of the last push to the repositories](../../organizations/organization-overview.md#last-updated-repositories). (CY-5784) +- Fixed an issue that caused inconsistencies on the last updated date when listing GitHub repositories. Now, the last updated date is the [date of the last push to the repositories](../../organizations/reporting/organization-overview.md#last-updated-repositories). (CY-5784) - Fixed an issue on the API endpoint [getRepositoryPullRequest](https://api.codacy.com/api/api-docs#getrepositorypullrequest) where the grades for coverage weren't being taken into account when calculating if the pull request is up to standards. (CY-5716) - dartanalyzer now supports including the packages [lints](https://pub.dev/packages/lints) and [flutter_lints](https://pub.dev/packages/flutter_lints) in the `analysis_option.yaml` configuration file. (CY-5626) - The re-analyze button is now hidden on repositories that are running analysis through a build server. (CY-4205) diff --git a/docs/release-notes/cloud/cloud-2022-08.md b/docs/release-notes/cloud/cloud-2022-08.md index e3953937ec..3474793894 100644 --- a/docs/release-notes/cloud/cloud-2022-08.md +++ b/docs/release-notes/cloud/cloud-2022-08.md @@ -38,7 +38,7 @@ These release notes are for the Codacy Cloud updates during August 2022. - Improved the error handling for the [Stylelint exit codes](https://stylelint.io/user-guide/usage/cli/#exit-codes). (IO-47) -- The [Organization Overview](../../organizations/organization-overview.md) now allows filtering repositories to help you see and focus on the information for the repositories that matter most to your team. (CY-5573) +- The [Organization Overview](../../organizations/reporting/organization-overview.md) now allows filtering repositories to help you see and focus on the information for the repositories that matter most to your team. (CY-5573) ![Repository filter on the Organization Overview](../images/cy-5573.png) diff --git a/docs/release-notes/cloud/cloud-2022-09.md b/docs/release-notes/cloud/cloud-2022-09.md index 23b2e4d07a..99565446e4 100644 --- a/docs/release-notes/cloud/cloud-2022-09.md +++ b/docs/release-notes/cloud/cloud-2022-09.md @@ -15,7 +15,7 @@ These release notes are for the Codacy Cloud updates during September 2022. ## Product enhancements -- Codacy now displays the coverage variation metric with a precision of two decimal places on the [Repository Dashboard](../../repositories/repository-dashboard.md) and [Organization Overview](../../organizations/organization-overview.md), and you can [define quality gates](../../repositories-configure/adjusting-quality-gates.md) with a coverage variation threshold using the same precision. +- Codacy now displays the coverage variation metric with a precision of two decimal places on the [Repository Dashboard](../../repositories/repository-dashboard.md) and [Organization Overview](../../organizations/reporting/organization-overview.md), and you can [define quality gates](../../repositories-configure/adjusting-quality-gates.md) with a coverage variation threshold using the same precision. The increased precision of the metric reflects the code coverage changes better by reducing issues with rounding errors. (IO-54, IO-56) diff --git a/docs/release-notes/cloud/cloud-2024-02.md b/docs/release-notes/cloud/cloud-2024-02.md index 5134a26097..8d4bdc05d9 100644 --- a/docs/release-notes/cloud/cloud-2024-02.md +++ b/docs/release-notes/cloud/cloud-2024-02.md @@ -18,7 +18,7 @@ These release notes are for the Codacy Cloud updates during February 2024. - The Codacy GitHub App no longer requires **Read and write access to Administration** repository permission. For more information, see the [Discontinuation of SSH keys for GitHub repositories](./cloud-2024-01-15-gh-repository-ssh-keys-discontinuation.md). (PLUTO-803) - The coverage data sent by the new Coverage engine to your Git provider moved from **beta** to stable. Thus, the coverage data sent by the old engine is now marked **deprecated**. For more information, [see the rollout details of the new Coverage engine](./cloud-2023-11-23-new-coverage-engine-status-checks.md). (ALA-766) - The Coverage Pull Requests page now gets data from the new Coverage engine. For more information, [see the rollout details of the new Coverage engine](./cloud-2023-11-23-new-coverage-engine-status-checks.md). (ALA-770) -- The [Organization overview](../../organizations/organization-overview.md) is now available on all plans. (ALA-842) +- The [Organization overview](../../organizations/reporting/organization-overview.md) is now available on all plans. (ALA-842) - Improved the mechanism to refresh organizations from the Git provider. As a result, we removed the option to manually refresh the list of organizations when [adding new organizations to Codacy](../../organizations/what-are-organizations.md#adding-an-organization). (ALA-862) - For GitHub, if you have email privacy enabled on the provider, Codacy doesn't show your private email addresses when displaying your personal details on lists, search filters, or activity. (PLUTO-794) - Added support for the Checkstyle filters [SuppressionCommentFilter](https://checkstyle.sourceforge.io/filters/suppressioncommentfilter.html), [SuppressWarningsHolder](https://checkstyle.sourceforge.io/checks/annotation/suppresswarningsholder.html), and [SuppressWarningsFilter](https://checkstyle.sourceforge.io/filters/suppresswarningsfilter.html). (TCE-709) diff --git a/docs/release-notes/cloud/cloud-2024-03.md b/docs/release-notes/cloud/cloud-2024-03.md index 996843fa5f..2416dd0397 100644 --- a/docs/release-notes/cloud/cloud-2024-03.md +++ b/docs/release-notes/cloud/cloud-2024-03.md @@ -15,7 +15,7 @@ These release notes are for the Codacy Cloud updates during March 2024. ## Product enhancements -- Streamlined new organization setup with a guided path for adding new organizations and a setup checklist on the [Organization overview](../../organizations/organization-overview.md) page. (ALA-825) +- Streamlined new organization setup with a guided path for adding new organizations and a setup checklist on the [Organization overview](../../organizations/reporting/organization-overview.md) page. (ALA-825) - It's now possible to display penetration testing results in the Codacy app. See how to [start pen testing with Codacy](https://go.codacy.com/pen-testing-product). (TAROT-2553) - It's now possible to [unfollow a repository](../../organizations/managing-repositories.md#follow-unfollow) through the Codacy app. (PLUTO-902) - In Enterprise plans where Codacy automatically manages seat usage for your organization, the billing period is now based only on the code analysis activity. Codacy app users who don’t contribute to your private repositories no longer occupy a seat. (PLUTO-867) diff --git a/docs/release-notes/self-hosted/self-hosted-v2.2.0.md b/docs/release-notes/self-hosted/self-hosted-v2.2.0.md index 7d55cd24b8..23d066f25f 100644 --- a/docs/release-notes/self-hosted/self-hosted-v2.2.0.md +++ b/docs/release-notes/self-hosted/self-hosted-v2.2.0.md @@ -14,7 +14,7 @@ To upgrade Codacy, follow [these instructions](../../chart/maintenance/upgrade.m - You can now use the Codacy Analysis CLI [GitHub Action](https://github.com/marketplace/actions/codacy-analysis-cli) to analyze each commit and pull request. (CY-2663) - You can now use [personal organizations](../../organizations/what-are-organizations.md#adding-an-organization) to manage your personal repositories. (CY-1802) -- Updated the [Organization](../../organizations/organization-overview.md) and [Repository](../../repositories/repository-dashboard.md) dashboards with a cleaner user experience and better performance. (CY-1733) +- Updated the [Organization](../../organizations/reporting/organization-overview.md) and [Repository](../../repositories/repository-dashboard.md) dashboards with a cleaner user experience and better performance. (CY-1733) ## Bug fixes diff --git a/mkdocs.yml b/mkdocs.yml index 8f60a66596..79cfd29a2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -240,8 +240,8 @@ plugins: "hc/en-us/sections/360003014233-Configure-your-repo.md": "repositories-configure/configuring-code-patterns.md" "hc/en-us/sections/360003183099.md": "organizations/what-are-organizations.md" "hc/en-us/sections/360003183099-Synced-Organizations.md": "organizations/what-are-organizations.md" - "hc/en-us/articles/360003863274.md": "organizations/organization-overview.md" - "hc/en-us/articles/360003863274-Organization-Dashboard-How-does-it-work-.md": "organizations/organization-overview.md" + "hc/en-us/articles/360003863274.md": "organizations/reporting/organization-overview.md" + "hc/en-us/articles/360003863274-Organization-Dashboard-How-does-it-work-.md": "organizations/reporting/organization-overview.md" "hc/en-us/articles/360003863434.md": "repositories/repository-dashboard.md" "hc/en-us/articles/360003863434-Personal-Dashboard-How-does-it-work-.md": "repositories/repository-dashboard.md" "hc/en-us/articles/360003863594.md": "index.md" @@ -459,6 +459,11 @@ plugins: "repositories-configure/integrations/jira-integration.md": "organizations/integrations/jira-integration.md" "repositories-configure/integrations/slack-integration.md": "organizations/integrations/slack-integration.md" # Moved pages + "organizations/ai-risk-hub.md": "organizations/reporting/ai-risk-hub.md" + "organizations/codacy-usage.md": "organizations/reporting/codacy-usage.md" + "organizations/issue-metrics.md": "organizations/reporting/issues-metrics.md" + "organizations/issues-metrics.md": "organizations/reporting/issues-metrics.md" + "organizations/organization-overview.md": "organizations/reporting/organization-overview.md" "faq/general/plan-and-billing.md": "faq/general/how-can-i-change-or-cancel-my-plan.md" "organizations/why-can't-i-see-my-organization.md": "faq/troubleshooting/why-cant-i-see-my-organization.md" "repositories-configure/integrations/bitbucket-cloud-integration.md": "repositories-configure/integrations/bitbucket-integration.md" @@ -472,7 +477,7 @@ plugins: "coverage-reporter/troubleshooting/commit-detection.md": "coverage-reporter/index.md" "coverage-reporter/troubleshooting/swift-objectivec.md": "coverage-reporter/index.md" "faq/troubleshooting/failed-to-clone-the-repository-generate-a-new-ssh-key.md": "faq/troubleshooting/we-no-longer-have-access-to-this-repository.md" - "organizations/organization-dashboard-overview.md": "organizations/organization-overview.md" + "organizations/organization-dashboard-overview.md": "organizations/reporting/organization-overview.md" "repositories/repository-dashboard-overview.md": "repositories/repository-dashboard.md" "faq/repositories/how-do-i-transfer-delete-a-repository-from-my-account.md": "index.md" "repositories/security-dashboard.md": "organizations/managing-security-and-risk.md" @@ -607,12 +612,13 @@ nav: - repositories-configure/removing-your-repository.md - Organizations: - organizations/what-are-organizations.md - - organizations/organization-overview.md - organizations/managing-repositories.md - organizations/segments.md - - organizations/issues-metrics.md - - organizations/codacy-usage.md - - organizations/ai-risk-hub.md + - Reporting: + - organizations/reporting/organization-overview.md + - organizations/reporting/issues-metrics.md + - organizations/reporting/codacy-usage.md + - organizations/reporting/ai-risk-hub.md - organizations/using-gate-policies.md - organizations/using-coding-standards.md - Managing integrations: From 8c137ed2a24d68aa667e500bc18bb14c8deeb79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia?= Date: Thu, 19 Feb 2026 16:23:35 +0000 Subject: [PATCH 2/2] fix build --- docs/faq/code-analysis/which-metrics-does-codacy-calculate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md b/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md index decc893b6d..1213fe1fa1 100644 --- a/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md +++ b/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md @@ -43,7 +43,7 @@ Codacy displays grades on the following places: |[Files page](../../repositories/files.md)|Grade for each file in your repository| |[Repository Dashboard](../../repositories/repository-dashboard.md)
[Codacy badge](../../getting-started/adding-a-codacy-badge.md)|Grade of each analyzed branch in your repository| |[Email notifications](../../account/emails.md#managing-your-email-notifications)|Grade of your repository| -|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average grade of the repositories in your organization and grade of each repository| +|[Organization overview](../../organizations/reporting/organization-overview.md)|Average grade of the repositories in your organization and grade of each repository| |[Repositories list](../../organizations/managing-repositories.md)|Grade of each repository in your organization| ## Issues @@ -73,7 +73,7 @@ Codacy displays issues on the following places: |[Files page](../../repositories/files.md)|Number of issues in each file| |[Issues page](../../repositories/issues.md)|List of all issues detected in each branch| |[Repository Dashboard](../../repositories/repository-dashboard.md)|Issues per 1000 lines of code| -|[Organization overview](../../organizations/dashboards/organization-overview.md)|Average issues / kLoC of the repositories in your organization and issue / kLoC of each repository| +|[Organization overview](../../organizations/reporting/organization-overview.md)|Average issues / kLoC of the repositories in your organization and issue / kLoC of each repository| |[Repositories list page](../../organizations/managing-repositories.md)|Issues / kLoC in each repository in your organization| ## Complexity