aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25377 Remove deprecated complexity metricsPierre8 days4-575/+0
* SONAR-24139 Persist new code period when newCode.referenceBranch is usedAntoine Vinot11 days2-0/+204
* SONAR-24909 SONAR-24923 Add analysisUuid to PostMeasureComputationCheck context.Steve Marion2025-05-071-0/+15
* SONAR-24677 pass resolution with SecurityHotspotRaised eventSophio Japharidze2025-04-041-1/+25
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-031-1/+1
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-031-9/+10
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-2/+2
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2718-32/+32
* SONAR-24514 Merge graph loading into persist step.Steve Marion2025-03-172-31/+27
* SONAR-24514 Add CE processing of architecture graphs in analysis reports.Steve Marion2025-03-172-29/+25
* SQRP-187 Add SCA steps telemetryJavier García Orduña2025-03-032-8/+23
* SCA-57 Simplify ScaStep IOCTravis Collins2025-02-283-57/+51
* SQRP-192 Store SCA analysis errors as task messagesHavoc Pennington2025-02-191-3/+4
* SQRP-139 store normalized dependency information in database after sca analysisHavoc Pennington2025-02-191-0/+65
* SQRP-169 Write the ScaDependencies to an in-memory ScaHolderTravis Collins2025-02-191-2/+5
* SQRP-170 Rename ScaStep classes to shorter namesTravis Collins2025-02-191-3/+3
* SQRP-158 Create SCA CE step in the SCA moduleJulien HENRY2025-02-191-0/+58
* SQRP-136 Create BuildSoftwareCompositionAnalysisStepTravis Collins2025-02-191-0/+17
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-0420-396/+56
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-043-114/+1
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09290-290/+290
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-302-6/+135
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-201-62/+0
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-201-2/+1
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-186-25/+83
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-183-6/+3
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-183-7/+8
* SONAR-22265 Get the scm info from the previous branch analysis instead of the...antoine.vinot2024-12-181-2/+4
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-062-222/+23
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-4/+4
* SONAR-23617 Improve structure of analysis telemetry messageMatteo Mara2024-11-292-2/+7
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-152-36/+0
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-112-15/+22
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-29/+194
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-6/+6
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-213-2/+118
* SONAR-22939 Backdate issues raised on a repository not matching the pluginClaire Villard2024-10-161-91/+96
* NO-JIRA Break circular dependency between Metric and MeasureMatteo Mara2024-10-155-40/+40
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-1413-61/+61
* SONAR-23327 Added support for sending telemetry data in compute engine processlukasz-jarocki-sonarsource2024-10-113-1/+123
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-092-214/+1
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-091-76/+137
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-092-0/+151
* SONAR-22951 high_impact_accepted_issues should include blocker severitiesLéo Geoffroy2024-09-251-16/+17
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-187-115/+168
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-122-0/+36
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-284-119/+116
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-268-39/+38
* SONAR-22727 Introduce software quality security review rating metricsDDMili2024-08-262-118/+130
* SONAR-22727 Add new software qualities maintainability measuresLéo Geoffroy2024-08-262-165/+284