Skip to content

Commit

Permalink
Merge branch 'master' into DOCS-601-update-screenshots-navigation-sid…
Browse files Browse the repository at this point in the history
…ebar-settings
  • Loading branch information
claudiacarpinteiro authored Oct 6, 2023
2 parents eccfa7e + 9bcef38 commit 1884a77
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you log in with GitHub, Codacy requires the following [app permissions](https
<tr>
<td>Contents</td>
<td>Read-Only</td>
<td>Codacy uses GitHub App tokens to clone repositories for code analysis as part of an ongoing initiative to phase out the use of SSH keys.</td>
<td>Codacy accesses repository contents to provide faster code coverage analysis and as part of an initiative to use GitHub App tokens instead of SSH keys when cloning repositories for code quality analysis.</td>
</tr>
<tr>
<td colspan="3"><strong>Organization permissions:</strong></td>
Expand Down
93 changes: 93 additions & 0 deletions docs/release-notes/cloud/cloud-2023-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
---
rss_title: Codacy release notes RSS feed
rss_href: /feed_rss_created.xml
description: Release notes for Codacy Cloud September 2023.
included_jira_versions: ['2023.09']
codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/7.8.2
codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/7.10.32
---

# Cloud September 2023

These release notes are for the Codacy Cloud updates during September 2023.

📢 [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

- It's now possible to send notifications to a Slack channel of your choice whenever Codacy detects new critical Security issues in the default branch of any repository in your organization. See [how to install the Codacy Slack integration for Security issues](../../organizations/integrations/slack-integration.md). (TAROT-2242)

![Slack integration for Security issues](../images/tarot-2242.png)

- You can now use the new [Codacy Visual Studio Code extension](https://github.com/codacy/codacy-vscode-extension) to review and manage the issues found by Codacy for a pull request directly within Visual Studio Code. See [how to install and use the Codacy Visual Studio Code extension](../../getting-started/integrating-codacy-with-visual-studio-code.md). (ALA-549)

![Visual Studio Code extension](../images/ala-549.png)

- It's now possible to get an additional coverage status report on GitHub using the new faster Coverage engine. See [how to activate this setting](../../repositories-configure/integrations/github-integration.md#diff-coverage) for a repository. (ALA-572)

![New Coverage status report](../images/ala-572.png)

- In some Enterprise plans, Codacy now automatically manages people activity and seat usage for your organization. (PLUTO-647)

- In some Enterprise plans, you can now navigate from the Last Analysis column on the People page list to the details of the last analyzed pull request or commit. The link is only available for analysis executed from Sep 11, 2023. (PLUTO-644)

- Now, when you switch to a different plan or cancel your plan, Codacy no longer re-triggers your repositories analysis automatically. To ensure all information is updated on Codacy UI after changing or canceling your plan, re-analyze your repositories or push new commits. (PLUTO-667)

## Bug fixes

- Fixed an incorrect popup being shown when loading the repository Code patterns page. (PLUTO-717)
- Fixed a issue causing the repository Security monitor page to show outdated information when having security patterns applied to the used coding standard. (PLUTO-745)
- Fixed an issue for Git providers that don't send events on main branch changing (Bitbucket, GitLab) causing an empty dashboard page and failures to analyze pull requests targeting the main branch. (IO-799)

## Tool versions

Codacy Cloud now includes the tool versions below. The tools that were recently updated are highlighted in bold:

- Ameba 1.4.3
- **[Bandit 1.7.5](https://github.com/PyCQA/bandit/releases/tag/1.7.5) (updated from 1.7.0)**
- Brakeman 4.3.1
- bundler-audit 0.9.1
- Checkov 2.3.187
- **[Checkstyle 10.12.3](https://checkstyle.sourceforge.io/releasenotes.html#Release_10.12.3) (updated from 10.12.2)**
- Clang-Tidy 10.0.1
- CodeNarc 3.2.0
- **[CoffeeLint 5.2.11](https://github.com/coffeelint/coffeelint/releases/tag/v5.2.11) (updated from 2.1.0)**
- **[Cppcheck 2.12.0](https://github.com/danmar/cppcheck/releases/tag/2.12.0) (updated from 2.10.3)**
- Credo 1.4.0
- CSSLint 1.0.5
- dartanalyzer 2.17.0
- detekt 1.22.0
- **[ESLint 8.48.0](https://github.com/eslint/eslint/releases/tag/v8.48.0) (updated from 8.47.0)**
- ESLint (deprecated) 7.32.0
- Faux-Pas 1.7.2
- Flawfinder 2.0.19
- Gosec 2.15.0
- Hadolint 1.18.2
- **[Jackson Linter 2.15.2](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.2) (updated from 2.14.2)**
- **[JSHint 2.13.6](https://github.com/jshint/jshint/releases/tag/2.13.6) (updated from 2.13.5)**
- markdownlint 0.26.2
- PHP Mess Detector 2.13.0
- PHP_CodeSniffer 3.7.2
- PMD 6.55.0
- Prospector 1.10.2
- **[PSScriptAnalyzer 1.21.0](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.21.0) (updated from 1.18.3)**
- **[Pylint 2.17.5](https://github.com/pylint-dev/pylint/releases/tag/v2.17.5) (updated from 2.17.4)**
- Pylint (deprecated) 1.9.5
- **[remark-lint 9.1.2](https://github.com/remarkjs/remark-lint/releases/tag/9.1.2) (updated from 7.0.1)**
- **[Revive 1.3.3](https://github.com/mgechev/revive/releases/tag/v1.3.3) (updated from 1.3.2)**
- **[RuboCop 1.56.1](https://github.com/rubocop/rubocop/releases/tag/v1.56.1) (updated from 1.52.1)**
- **[Scalastyle 1.5.1](https://github.com/beautiful-scala/scalastyle/releases/tag/v1.5.1) (updated from 1.5.0)**
- ShellCheck v0.9.0
- SonarC# 8.40
- SonarVB 8.15
- Spectral 1.16.0
- SpotBugs 4.7.3
- SQLint 0.2.1
- **[Staticcheck 2023.1.5](https://staticcheck.io/changes/2023.1/#2023.1.5) (updated from 2022.1.3)**
- **[Stylelint 15.10.3](https://github.com/stylelint/stylelint/releases/tag/15.10.3) (updated from 15.10.2)**
- SwiftLint 0.50.3
- Tailor 0.12.0
- Trivy 0.44.1
- TSLint 6.1.3
- TSQLLint 1.11.1
- **[Unity Roslyn Analyzers 1.17.0](https://github.com/microsoft/Microsoft.Unity.Analyzers/releases/tag/1.17.0) (updated from 1.14.0)**
Binary file added docs/release-notes/images/ala-549.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/release-notes/images/ala-572.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/release-notes/images/tarot-2242.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For product updates that are in progress or planned [visit the Codacy public roa

2023

- [Cloud September 2023](cloud/cloud-2023-09.md)
- [Cloud August 2023](cloud/cloud-2023-08.md)
- [Cloud July 2023](cloud/cloud-2023-07.md)
- [Cloud June 2023](cloud/cloud-2023-06.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ Shows an overall view of the changes in the pull request, including new issues a

![Issue summary on GitHub](images/github-integration-pr-summary.png)

### Diff coverage

Adds an additional report to your pull requests from the new, faster coverage engine, showing whether your diff coverage is up to standards or not as configured on the [quality gate rules](../../repositories-configure/adjusting-quality-gates.md) for your repository. You can then optionally [block merging pull requests that aren't up to standards](../../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests). To enable this option, you must enable **Status checks** first.

![Extra diff coverage report](images/coverage-report-new-engine.png)

!!! note
This feature is only supported on GitHub Cloud and requires an update to [Codacy GitHub App permissions](../../getting-started/which-permissions-does-codacy-need-from-my-account.md#github-cloud). Make sure you [review and accept](https://docs.github.com/en/apps/using-github-apps/reviewing-and-modifying-installed-github-apps#reviewing-permissions) the updated Codacy app permissions on GitHub.

### Coverage summaries

Adds a pull request comment showing an overall view of the coverage metrics for the pull request, including details about the data that Codacy used to calculate the coverage variation and diff coverage metrics.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ nav:
- release-notes/index.md
- Cloud:
- 2023:
- release-notes/cloud/cloud-2023-09.md
- release-notes/cloud/cloud-2023-08.md
- release-notes/cloud/cloud-2023-07.md
- release-notes/cloud/cloud-2023-06.md
Expand Down

0 comments on commit 1884a77

Please sign in to comment.