Releases: NovitSoftware/sonar-plugin-community
Releases · NovitSoftware/sonar-plugin-community
v1.0.8-stable
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
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
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
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
Update action.yml
v1.0.1-stable
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
Update github.js