Skip to content

Self-hosted v9.0.0#

These release notes are for Codacy Self-hosted v9.0.0, released on September 23, 2022.

📢 Visit the Codacy roadmap and let us know your feedback on both new and planned product updates!

Upgrading Codacy Self-hosted#

Follow the steps below to upgrade to Codacy Self-hosted v9.0.0:

  1. Check the release notes for all Codacy Self-hosted versions between your current version and the most recent version for breaking changes and follow the instructions provided carefully.

  2. Follow the instructions to upgrade your Codacy Self-hosted instance.

  3. Update your Codacy command-line tools to the following versions:

Breaking changes#

This version of Codacy Self-hosted requires PostgreSQL version 10.20 since the previous major version will reach end-of-life (EOL) later this year.

To upgrade PostgreSQL:

  1. Follow the instructions on how to upgrade a PostgreSQL cluster.

  2. After the upgrade, clean the Codacy databases with vacuumdb to prevent the autovacuum feature from momentarily affecting the performance of the databases at a later time.

Important

If you download and use an updated values-production.yaml file while upgrading to Codacy Self-hosted 9.0.0, the upgrade will fail because the MinIO PVC can't be resized.

Please see the troubleshooting instructions for a workaround.

Product enhancements#

  • The integration with GitHub Cloud and GitHub Enterprise now uses a GitHub Apps token instead of a personal one so that the following features continue working even if the person who created the integration leaves the organization on GitHub:

    • Analyzing new commits and pull requests
    • Updating the status check of pull requests
    • Suggesting changes
    • Creating comments and issues on GitHub for issues detected by Codacy

    Additionally, all activity related to the GitHub integration features now appear as having been performed by Codacy instead of the person who created the integration. (PLUTO-36, PLUTO-77)

    Suggested fix created by the Codacy GitHub integration

  • Added the new API endpoint searchOrganizationRepositoriesWithAnalysis to allow searching for repositories in more advanced use cases. For now, it's possible to search for repositories filtered by a list of names. (PLUTO-45)

  • Codacy now displays the coverage variation metric with a precision of two decimal places on the Pull request, Commit, and Files page, and you can define quality gates 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-92, IO-93)

    Coverage variation on the Pull request quality overview

  • Improved the Codacy Analysis CLI output to provide better feedback when tools fail to run. (IO-47)

  • Improved the error handling for the Stylelint exit codes. (IO-47)

  • Now, the Files tab on Pull request and Commit pages displays only files with a variation of their code quality metrics, to make it more convenient to analyze the impact of your changes on the code quality of the files.

    You can still list all files that the pull request updated, even if their code quality metrics didn't change, by toggling the new option Show files without code quality changes. (CY-6455)

    Updated Files tab focusing only on files that have a variation in the code quality metrics

  • Added support for the ESLint plugin @shopify/eslint-plugin. (CY-6425)

  • Codacy Self-hosted now supports integrating with Bitbucket Server instances that have been configured with custom context paths. (CY-6251)

  • After enabling the analysis for a branch, Codacy now provides improved feedback about the progress of the first analysis of that branch. (CY-6166)

  • The Organization Overview 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

Bug fixes#

  • Codacy now supports user accounts with email addresses containing the special characters specified in RFC 5322. (PLUTO-73)
  • Fixed an issue that prevented changing code pattern configurations in a coding standard if Codacy added the code patterns only after the coding standard had been created. (PLUTO-37)
  • Fixed an issue in the Codacy Analysis CLI and the cloc metrics tool that made the tools fail when running for an empty set of files. (IO-47)
  • Fixed an issue that caused PMD to fail when called in some modes. (IO-47)
  • Fixed a UI issue that caused the metrics displayed on the Files tab of pull request and commit pages to overlap the file names on smaller browser windows. (CY-6459)
  • It's now possible to Command+click files on Pull request and Commit pages to open the file details on new browser windows. (CY-6410)
  • Fixed a UI issue that caused the metrics displayed on the Commits page to overlap on smaller browser windows. (CY-6191)
  • Now, all links to documentation pages on the Codacy UI navigate to the corresponding Codacy Self-hosted documentation version. (CY-3958)

Tool versions#

This version of Codacy Self-hosted includes the tool versions below. The tools that were updated on this version are highlighted in bold:

  • Ameba 0.13.1
  • Bandit 1.7.0
  • Brakeman 4.3.1
  • bundler-audit 0.6.1
  • Checkov 2.1.188 (updated from 2.0.399)
  • Checkstyle 10.3.1 (updated from 8.44)
  • Clang-Tidy 10.0.1
  • CodeNarc 2.2.0
  • CoffeeLint 2.1.0
  • Cppcheck 2.2
  • Credo 1.4.0
  • CSSLint 1.0.5
  • dartanalyzer 2.17.0
  • detekt 1.19.0
  • ESLint 8.23.1 (updated from 8.15.0)
  • ESLint (deprecated) 7.32.0
  • Faux-Pas 1.7.2
  • Flawfinder 2.0.19
  • Gosec 2.8.1
  • Hadolint 1.18.2
  • Jackson Linter 2.10.2
  • JSHint 2.12.0
  • markdownlint 0.23.1
  • PHP Mess Detector 2.10.1
  • PHP_CodeSniffer 3.6.2
  • PMD 6.48.0 (updated from 6.36.0)
  • Prospector 1.7.7 (updated from 1.3.1)
  • PSScriptAnalyzer 1.18.3
  • Pylint 1.9.5
  • Pylint (Python 3) 2.14.5 (updated from 2.7.4)
  • remark-lint 7.0.1
  • Revive 1.2.3 (updated from 1.2.1)
  • RuboCop 1.32.0 (updated from 1.28.2)
  • Scalastyle 1.5.0
  • ShellCheck 0.8.0 (updated from v0.7.2)
  • SonarC# 8.39
  • SonarVB 8.15
  • Spectral 1.2.7
  • SpotBugs 4.5.3
  • SQLint 0.2.1
  • Staticcheck 2022.1.3 (updated from 2020.1.6)
  • Stylelint 14.2.0
  • SwiftLint 0.43.1
  • Tailor 0.12.0
  • TSLint 6.1.3
  • TSQLLint 1.11.1

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

Edit this page on GitHub if you notice something wrong or missing.

If you have a question or need help please contact support@codacy.com.

Last modified July 13, 2023