aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22951 high_impact_accepted_issues should include blocker severitiesLéo Geoffroy2024-09-252-17/+18
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-1815-132/+175
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22914 Issues on different CVEs are different issuesantoine.vinot2024-09-122-1/+16
|
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-1213-57/+538
|
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-2814-179/+185
|
* NO-JIRA Fix code smellsOrlovAlexander2024-08-261-7/+7
|
* SONAR-22727 Add new metric to changelog in webapiLéo Geoffroy2024-08-261-1/+12
|
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-2616-63/+62
|
* SONAR-22727 Introduce software quality security review rating metricsDDMili2024-08-264-119/+143
|
* SONAR-22727 Add new software qualities maintainability measuresLéo Geoffroy2024-08-264-183/+366
|
* SONAR-22727 Add new software qualities rating measuresDDMili2024-08-264-40/+422
|
* SONAR-22727 Add new software qualities remediation efforts measuresLéo Geoffroy2024-08-265-132/+341
|
* SONAR-22447 move back all dependency management into the main build.gradle filesSteve Marion2024-07-011-1/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-4/+4
|
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-037-15/+23
|
* SONAR-22224 Create issue visitorDDMili2024-06-036-0/+210
|
* SONAR-22246 Cleanup SQL query for the ncloc of biggest branchEric Giffon2024-05-161-1/+1
|
* SONAR-22030 make sure field anticipatedTransitions is never null (#10949)Ngx2024-04-112-11/+35
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-056-180/+37
|
* SONAR-21770 Accept new metrics 'new_maintainability_issues', ↵Dejan Milisavljevic2024-03-252-42/+104
| | | | 'new_reliability_issues', 'new_security_issues'
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-223-4/+5
|
* SONAR-21778 Fix computation of measures when project has not been analyzed yetLéo Geoffroy2024-03-185-242/+7
|
* SONAR-21755 fix ssflukasz-jarocki-sonarsource2024-03-181-0/+2
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1660-80/+83
| | | | org.apache.commons:commons-lang3
* SONAR-21738 Fix issues blocking Quality GateDejan Milisavljevic2024-02-271-1/+1
|
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-2633-347/+511
|
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+8
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-165-15/+11
|
* SONAR-20582 make the gitlab vulnerability synchronization conditional on ↵Steve Marion2024-02-063-4/+25
| | | | having sent a sast report to gitlab at least once.
* SONAR-21259 'pull_request_fixed_issues' measure is only computed if a target ↵Léo Geoffroy2024-02-012-5/+24
| | | | branch analysis exists
* SONAR-21455 Use a impact measure builder between all the componentsLéo Geoffroy2024-01-316-123/+31
|
* SONAR-21455 new_accepted_issues should only be computed in application when ↵Léo Geoffroy2024-01-313-12/+22
| | | | all the projects have been reanalyzed
* SONAR-21455 Add reliability_issues, maintainability_issues and ↵Léo Geoffroy2024-01-314-0/+332
| | | | security_issues measures to application computation
* SONAR-21455 Compute software quality measures for overall codelukasz-jarocki-sonarsource2024-01-312-13/+141
|
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing ↵David Cho-Lerat2024-01-303-3/+3
| | | | messages and code comments
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-252-6/+6
|
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-192-4/+4
|
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-178-8/+8
|
* SONAR-21259 Increase range of issue status tracked as issue fixed and ↵Léo Geoffroy2024-01-178-37/+78
| | | | refactor code
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-172-15/+99
|
* SONAR-21259 Compute metric pull_request_fixed_issuesEric Giffon2024-01-173-0/+169
|
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-1711-11/+362
|
* SONAR-18963 Index peristed issues onlyJacek2024-01-0517-102/+545
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03885-885/+885
|
* SONAR-21373 Fix code issuesEric Giffon2023-12-292-22/+4
|
* SONAR-21373 Remove type and debt from email notificationsEric Giffon2023-12-292-23/+8
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-042-5/+3
|
* [NO-JIRA] make log assertions resilient to unexpected log messagesSteve Marion2023-11-291-4/+7
|
* NO-JIRA fix code smellsLéo Geoffroy2023-11-091-1/+0
|
* SONAR-20932 Updated email issue notification to handle accepted issue statuslukasz-jarocki-sonarsource2023-11-082-2/+2
|