From 07713ac46d12e86b949bd28a223f939bd01e6f6c Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" <david.marinho@codacy.com> Date: Fri, 6 Dec 2024 23:24:29 +0000 Subject: [PATCH 1/4] release notes november 2024 --- docs/release-notes/cloud/cloud-2024-11.md | 77 +++++++++++++++++++++++ docs/release-notes/index.md | 1 + mkdocs.yml | 2 + 3 files changed, 80 insertions(+) create mode 100644 docs/release-notes/cloud/cloud-2024-11.md diff --git a/docs/release-notes/cloud/cloud-2024-11.md b/docs/release-notes/cloud/cloud-2024-11.md new file mode 100644 index 0000000000..a3d724cceb --- /dev/null +++ b/docs/release-notes/cloud/cloud-2024-11.md @@ -0,0 +1,77 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud November 2024. +included_jira_versions: ['2024.11'] +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/7.24.6 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/7.24.57 +--- + +# Cloud November 2024 + +These release notes are for the Codacy Cloud updates during November 2024. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and <span class="skip-vale">let us know</span> your feedback on both new and planned product updates! + +## Product enhancements +- Enhanced Bulk Updates for Coding Standards: Updating Coding Standards patterns now respects your search and recommended filters. (ALA-1322) +- Revamped Suggested People Widget: Premium users now see an always-visible Suggested People widget with a sleek new design. (ALA-1302) +- Improved Coding Standards Filters: Filters now display totals and only include relevant, available options. (ALA-1296) +- SRM Findings Count: You can now see the total count of SRM findings without applying filters. (TAROT-2910) +- ZAP DAST Report ID Management: Improved ID generation for findings from ZAP DAST reports to avoid collisions. (TAROT-2870) +- Support for Custom Extensions: We now support custom file extensions with capital letters. (TCE-1150) + + +## Bug fixes +- GitLab Activity Fix: Addressed an issue with GitLab activity flags based on commit activity in the past 90 days. (PLUTO-1148) +- Accurate Seat Count for Committers: Adjusted the seat count to include only active authors and committers with a valid provider ID. (PLUTO-1139) +- GitHub Enterprise Account Validation: Codacy now prevents connecting an enterprise account if its email is already linked to another GitHub account. (PLUTO-1124) +- Improved Login Handling for Managed Users: Fixed an issue where GitHub Cloud Enterprise users with Managed Accounts could log into older accounts if emails were shared. (PLUTO-1123) +- Branch Name URL Fixes: Resolved issues with branch names containing slashes, like "new/branch," to ensure proper functionality. (PLUTO-1117) +- Ignored Files Page Loading Fix: Resolved an issue preventing the Ignored Files page from loading correctly. (PLUTO-1091) +- Seamless PR Analysis: Pull request analysis no longer stalls when new commits are pushed during ongoing analysis. (TAROT-2917) + +## Tool - Current Versions +- **CheckStyle** has a new version: **10.18.2** (updated from **10.17.0**) +- **DartAnalyzer** has a new version: **3.5.4** (updated from **3.5.2**) +- **ESLint-9** has a new version: **9.12.0** (updated from **9.11.1**) +- **Revive** has a new version: **1.4.0** (updated from **1.3.7**) +- **PMD-7** has a new version: **7.6.0** (updated from **7.5.0**) +- **Pylint-3** has a new version: **3.3.1** (updated from **3.2.6**) +- **Rubocop** has a new version: **1.66.1** (updated from **1.65.1**) +- **StaticCheck** has a new version: **2024.1.1** (updated from **2023.1.6**) +- **StyleLint** has a new version: **16.10.0** (updated from **16.6.1**) +- **SwiftLint** has a new version: **0.57.0** (updated from **0.55.1**) +- **Trivy** has a new version: **0.56.2** (updated from **0.55.2**) +- **TSQLLint** has a new version: **1.16.0** (updated from **1.15.3**) +- **CoffeeLint**: **5.2.11** +- **ESLint-7**: **7.32.0** +- **PMD-6**: **6.55.0** +- **JSHint**: **2.13.6** +- **PHP Mess Detector**: **2.14.1** +- **Pylint-1**: **1.9.5** +- **Brakeman**: **4.3.1** +- **Scalastyle**: **1.5.1** +- **Scalameta-pro**: **1.4.4** +- **Bandit**: **1.7.5** +- **Tailor**: **0.12.0** +- **SQLint**: **0.2.1** +- **Jackson-linter**: **2.15.2** +- **Prospector**: **1.10.3** +- **Sonar Visual Basic**: **8.13** +- **Detekt**: **1.23.7** +- **Credo**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **RemarkLint**: **9.1.2** +- **PSScriptAnalyzer**: **1.21.0** +- **Ameba**: **1.5.0** +- **Spotbugs**: **4.8.4** +- **Codenarc**: **3.3.0** +- **Clang-Tidy**: **10.0.1** +- **GOSec**: **2.15.0** +- **Deadcode**: **1.0.0** +- **Aligncheck**: **1.0.0** +- **Faux-pas**: **1.7.2** +- **Markdownlint**: **0.33.0** +- **Spectral**: **1.18.1** +- **Roslyn**: **1.19.0** \ No newline at end of file diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index c0ca2fae53..34fc19f7c8 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -18,6 +18,7 @@ For product updates that are in progress or planned [visit the Codacy public roa 2024 +- [Cloud November 2024](cloud/cloud-2024-11.md) - [Cloud October 2024](cloud/cloud-2024-10.md) - [Cloud September 2024](cloud/cloud-2024-09.md) - [Adding ESLint 9 and PMD 7 as new supported tools September, 2024](cloud/cloud-2024-09-adding-eslint9-and-pmd7.md) diff --git a/mkdocs.yml b/mkdocs.yml index 6876ff88cf..9935d68790 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -668,6 +668,8 @@ nav: - release-notes/index.md - Cloud: - 2024: + - release-notes/cloud/cloud-2024-11.md + - release-notes/cloud/cloud-2024-10.md - release-notes/cloud/cloud-2024-09.md - release-notes/cloud/cloud-2024-09-adding-eslint9-and-pmd7.md - release-notes/cloud/cloud-2024-08.md From cd799f9fad5b7dcb0aec9cf26890d669713f13e9 Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" <david.marinho@codacy.com> Date: Wed, 11 Dec 2024 15:08:38 +0000 Subject: [PATCH 2/4] sort tool updates --- docs/release-notes/cloud/cloud-2024-11.md | 78 ++++++++++++----------- 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2024-11.md b/docs/release-notes/cloud/cloud-2024-11.md index a3d724cceb..91eb4f7a24 100644 --- a/docs/release-notes/cloud/cloud-2024-11.md +++ b/docs/release-notes/cloud/cloud-2024-11.md @@ -31,47 +31,49 @@ These release notes are for the Codacy Cloud updates during November 2024. - Ignored Files Page Loading Fix: Resolved an issue preventing the Ignored Files page from loading correctly. (PLUTO-1091) - Seamless PR Analysis: Pull request analysis no longer stalls when new commits are pushed during ongoing analysis. (TAROT-2917) -## Tool - Current Versions -- **CheckStyle** has a new version: **10.18.2** (updated from **10.17.0**) -- **DartAnalyzer** has a new version: **3.5.4** (updated from **3.5.2**) -- **ESLint-9** has a new version: **9.12.0** (updated from **9.11.1**) -- **Revive** has a new version: **1.4.0** (updated from **1.3.7**) -- **PMD-7** has a new version: **7.6.0** (updated from **7.5.0**) -- **Pylint-3** has a new version: **3.3.1** (updated from **3.2.6**) -- **Rubocop** has a new version: **1.66.1** (updated from **1.65.1**) -- **StaticCheck** has a new version: **2024.1.1** (updated from **2023.1.6**) -- **StyleLint** has a new version: **16.10.0** (updated from **16.6.1**) -- **SwiftLint** has a new version: **0.57.0** (updated from **0.55.1**) -- **Trivy** has a new version: **0.56.2** (updated from **0.55.2**) -- **TSQLLint** has a new version: **1.16.0** (updated from **1.15.3**) -- **CoffeeLint**: **5.2.11** -- **ESLint-7**: **7.32.0** -- **PMD-6**: **6.55.0** -- **JSHint**: **2.13.6** -- **PHP Mess Detector**: **2.14.1** -- **Pylint-1**: **1.9.5** -- **Brakeman**: **4.3.1** -- **Scalastyle**: **1.5.1** -- **Scalameta-pro**: **1.4.4** -- **Bandit**: **1.7.5** -- **Tailor**: **0.12.0** -- **SQLint**: **0.2.1** -- **Jackson-linter**: **2.15.2** -- **Prospector**: **1.10.3** -- **Sonar Visual Basic**: **8.13** -- **Detekt**: **1.23.7** -- **Credo**: **1.7.2** -- **Flawfinder**: **2.0.19** -- **RemarkLint**: **9.1.2** -- **PSScriptAnalyzer**: **1.21.0** +## Tool Updated +- **Checkstyle** has a new version: **10.18.2** ( updated from 10.17.0 ) +- **Dartanalyzer** has a new version: **3.5.4** ( updated from 3.5.2 ) +- **Eslint** has a new version: **9.12.0** ( updated from 9.11.1 ) +- **Revive** has a new version: **1.4.0** ( updated from 1.3.7 ) +- **PMD** has a new version: **7.6.0** ( updated from 7.5.0 ) +- **Pylint** has a new version: **3.3.1** ( updated from 3.2.6 ) +- **Rubocop** has a new version: **1.66.1** ( updated from 1.65.1 ) +- **Staticcheck** has a new version: **2024.1.1** ( updated from 2023.1.6 ) +- **Stylelint** has a new version: **16.10.0** ( updated from 16.6.1 ) +- **Swiftlint** has a new version: **0.57.0** ( updated from 0.55.1 ) +- **Trivy** has a new version: **0.56.2** ( updated from 0.55.2 ) +- **TSQLLint** has a new version: **1.16.0** ( updated from 1.15.3 ) + +## Tools not Updated +- **Aligncheck**: **1.0.0** - **Ameba**: **1.5.0** -- **Spotbugs**: **4.8.4** +- **Bandit**: **1.7.5** +- **Brakeman**: **4.3.1** +- **Clang-tidy**: **10.0.1** - **Codenarc**: **3.3.0** -- **Clang-Tidy**: **10.0.1** -- **GOSec**: **2.15.0** +- **Coffeelint**: **5.2.11** +- **Credo**: **1.7.2** - **Deadcode**: **1.0.0** -- **Aligncheck**: **1.0.0** +- **Detekt**: **1.23.7** +- **Eslint (version 7)**: **7.32.0** - **Faux-pas**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **Gosec**: **2.15.0** +- **Jackson-linter**: **2.15.2** +- **JShint**: **2.13.6** - **Markdownlint**: **0.33.0** +- **PHPmd**: **2.14.1** +- **PMD (version 6)**: **6.55.0** +- **Prospector**: **1.10.3** +- **PSscriptanalyzer**: **1.21.0** +- **Pylint (older version)**: **1.9.5** +- **Remark-lint**: **9.1.2** +- **Roslyn**: **1.19.0** +- **Scalameta-pro**: **1.4.4** +- **Scalastyle**: **1.5.1** +- **Sonar Visual Basic**: **8.13** - **Spectral**: **1.18.1** -- **Roslyn**: **1.19.0** \ No newline at end of file +- **Spotbugs**: **4.8.4** +- **SQLint**: **0.2.1** +- **Tailor**: **0.12.0** \ No newline at end of file From 55e5fcff73b6517058e96619e6259670cc68e1f9 Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" <david.marinho@codacy.com> Date: Wed, 11 Dec 2024 15:12:25 +0000 Subject: [PATCH 3/4] sort tool updates --- docs/release-notes/cloud/cloud-2024-11.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2024-11.md b/docs/release-notes/cloud/cloud-2024-11.md index 91eb4f7a24..ac7b2a5b44 100644 --- a/docs/release-notes/cloud/cloud-2024-11.md +++ b/docs/release-notes/cloud/cloud-2024-11.md @@ -31,12 +31,12 @@ These release notes are for the Codacy Cloud updates during November 2024. - Ignored Files Page Loading Fix: Resolved an issue preventing the Ignored Files page from loading correctly. (PLUTO-1091) - Seamless PR Analysis: Pull request analysis no longer stalls when new commits are pushed during ongoing analysis. (TAROT-2917) -## Tool Updated +## Tools Updated - **Checkstyle** has a new version: **10.18.2** ( updated from 10.17.0 ) - **Dartanalyzer** has a new version: **3.5.4** ( updated from 3.5.2 ) -- **Eslint** has a new version: **9.12.0** ( updated from 9.11.1 ) +- **Eslint (version 9)** has a new version: **9.12.0** ( updated from 9.11.1 ) - **Revive** has a new version: **1.4.0** ( updated from 1.3.7 ) -- **PMD** has a new version: **7.6.0** ( updated from 7.5.0 ) +- **PMD (version 7)** has a new version: **7.6.0** ( updated from 7.5.0 ) - **Pylint** has a new version: **3.3.1** ( updated from 3.2.6 ) - **Rubocop** has a new version: **1.66.1** ( updated from 1.65.1 ) - **Staticcheck** has a new version: **2024.1.1** ( updated from 2023.1.6 ) From 5fed6700b4c67454a9f78575be922a4625326fba Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" <david.marinho@codacy.com> Date: Wed, 11 Dec 2024 16:41:47 +0000 Subject: [PATCH 4/4] added more tools --- docs/release-notes/cloud/cloud-2024-11.md | 81 ++++++++++++----------- 1 file changed, 43 insertions(+), 38 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2024-11.md b/docs/release-notes/cloud/cloud-2024-11.md index ac7b2a5b44..41b47d1e5b 100644 --- a/docs/release-notes/cloud/cloud-2024-11.md +++ b/docs/release-notes/cloud/cloud-2024-11.md @@ -32,48 +32,53 @@ These release notes are for the Codacy Cloud updates during November 2024. - Seamless PR Analysis: Pull request analysis no longer stalls when new commits are pushed during ongoing analysis. (TAROT-2917) ## Tools Updated -- **Checkstyle** has a new version: **10.18.2** ( updated from 10.17.0 ) -- **Dartanalyzer** has a new version: **3.5.4** ( updated from 3.5.2 ) -- **Eslint (version 9)** has a new version: **9.12.0** ( updated from 9.11.1 ) +- **CheckStyle** has a new version: **10.18.2** ( updated from 10.17.0 ) +- **DartAnalyzer** has a new version: **3.5.4** ( updated from 3.5.2 ) +- **Eslint-9** has a new version: **9.12.0** ( updated from 9.11.1 ) - **Revive** has a new version: **1.4.0** ( updated from 1.3.7 ) -- **PMD (version 7)** has a new version: **7.6.0** ( updated from 7.5.0 ) +- **PMD-7** has a new version: **7.6.0** ( updated from 7.5.0 ) - **Pylint** has a new version: **3.3.1** ( updated from 3.2.6 ) - **Rubocop** has a new version: **1.66.1** ( updated from 1.65.1 ) -- **Staticcheck** has a new version: **2024.1.1** ( updated from 2023.1.6 ) -- **Stylelint** has a new version: **16.10.0** ( updated from 16.6.1 ) -- **Swiftlint** has a new version: **0.57.0** ( updated from 0.55.1 ) +- **StaticCheck** has a new version: **2024.1.1** ( updated from 2023.1.6 ) +- **StyleLint** has a new version: **16.10.0** ( updated from 16.6.1 ) +- **SwiftLint** has a new version: **0.57.0** ( updated from 0.55.1 ) - **Trivy** has a new version: **0.56.2** ( updated from 0.55.2 ) - **TSQLLint** has a new version: **1.16.0** ( updated from 1.15.3 ) ## Tools not Updated -- **Aligncheck**: **1.0.0** -- **Ameba**: **1.5.0** -- **Bandit**: **1.7.5** -- **Brakeman**: **4.3.1** -- **Clang-tidy**: **10.0.1** -- **Codenarc**: **3.3.0** -- **Coffeelint**: **5.2.11** -- **Credo**: **1.7.2** -- **Deadcode**: **1.0.0** -- **Detekt**: **1.23.7** -- **Eslint (version 7)**: **7.32.0** -- **Faux-pas**: **1.7.2** -- **Flawfinder**: **2.0.19** -- **Gosec**: **2.15.0** -- **Jackson-linter**: **2.15.2** -- **JShint**: **2.13.6** -- **Markdownlint**: **0.33.0** -- **PHPmd**: **2.14.1** -- **PMD (version 6)**: **6.55.0** -- **Prospector**: **1.10.3** -- **PSscriptanalyzer**: **1.21.0** -- **Pylint (older version)**: **1.9.5** -- **Remark-lint**: **9.1.2** -- **Roslyn**: **1.19.0** -- **Scalameta-pro**: **1.4.4** -- **Scalastyle**: **1.5.1** -- **Sonar Visual Basic**: **8.13** -- **Spectral**: **1.18.1** -- **Spotbugs**: **4.8.4** -- **SQLint**: **0.2.1** -- **Tailor**: **0.12.0** \ No newline at end of file +- **AlignCheck**: 1.0.0 +- **Ameba**: 1.5.0 +- **Bandit**: 1.7.5 +- **Brakeman**: 4.3.1 +- **Bundler-Audit**: 0.9.1 +- **Checkov**: 3.2.79 +- **Clang-Tidy**: 10.0.1 +- **Codenarc**: 3.3.0 +- **CoffeeLint**: 5.2.11 +- **Credo**: 1.7.2 +- **Deadcode**: 1.0.0 +- **Detekt**: 1.23.7 +- **Eslint-8**: 8.57.0 +- **Eslint-6**: 7.32.0 +- **Faux-Pas**: 1.7.2 +- **FlawFinder**: 2.0.19 +- **GoSec**: 2.15.0 +- **Jackson-Linter**: 2.15.2 +- **JSHint**: 2.13.6 +- **MarkdownLint**: 0.33.0 +- **PHP Mess Detector**: 2.14.1 +- **PMD-6**: 6.55.0 +- **Prospector**: 1.10.3 +- **PSScriptAnalyzer**: 1.21.0 +- **Pylint-old version**: 1.9.5 +- **Remark-Lint**: 9.1.2 +- **Roslyn**: 1.19.0 +- **Scalameta-Pro**: 1.4.4 +- **Scalastyle**: 1.5.1 +- **Semgrep**: 1.78.0 +- **Sonar CSharp**: 9.32 +- **Sonar Visual Basic**: 8.13 +- **Spectral**: 1.18.1 +- **Spotbugs**: 4.8.4 +- **SQLint**: 0.2.1 +- **Tailor**: 0.12.0 \ No newline at end of file