Skip to content

Releases: NovitSoftware/sonar-plugin-community

v1.0.8-stable

16 Jul 00:58

Choose a tag to compare

Fix SonarQube metrics parsing and improve logging

Corrected the parsing of coverage and duplication metrics in meesage.js to handle nested period values. In postgres.js, added detailed logging and ensured all SonarQube statistics are parsed as integers before database insertion to prevent type errors.

v1.0.6-stable

16 Jul 00:36

Choose a tag to compare

Improve SonarQube data handling and logging

Refactored coverage and duplication metric extraction in meesage.ts to handle missing period values. In postgres.ts, added detailed logging for quality analysis and statistics insertion, and ensured all SonarQube numeric fields are parsed as integers before database insertion to prevent type errors.

Release v1.0.0-stable

15 Jul 21:33

Choose a tag to compare

Ensure correct types for PR number and quality avg in insert

Convert pull_request_number to integer and quality_avg to number before inserting into the database. This prevents type mismatches and ensures data integrity in the quality_analysis_by_PR table.

v1.0.4-stable

15 Jul 21:26

Choose a tag to compare

Ensure correct types for PR number and quality avg in insert

Convert pull_request_number to integer and quality_avg to number before inserting into the database. This prevents type mismatches and ensures data integrity in the quality_analysis_by_PR table.

v1.0.3-stable

03 Jul 19:55

Choose a tag to compare

Update action.yml

v1.0.1-stable

03 Jul 19:42

Choose a tag to compare

Enhance SonarQube PR integration and message details

Adds logic to accurately map GitHub PRs to SonarQube PR analysis using branch names, improving the reliability of SonarQube links in PR comments. The commit updates the message generator to include direct links to the relevant SonarQube analysis (PR or project), and refactors SonarQube API calls to use PR-specific endpoints when appropriate. Additional utility functions for SonarQube PR lookup are introduced, and the message output is improved for clarity and detail.

v1.0.0-stable

08 Jan 15:28
53e5651

Choose a tag to compare