aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-18635 Remove deprecation for method getOptionalComponentByRefJulien HENRY2 days2-6/+4
* SONAR-25377 Remove deprecated complexity metricsPierre5 days2-250/+0
* NO-JIRA Remove unused variables from LoadPeriodsStep.javaAlain Kermis6 days1-7/+1
* SONAR-24139 Persist new code period when newCode.referenceBranch is usedAntoine Vinot8 days6-4/+159
* SONAR-24909 SONAR-24923 Add analysisUuid to PostMeasureComputationCheck context.Steve Marion2025-05-072-0/+7
* SCA-335 Add support for SCA metrics in GitHub/GitLab PR decoratorsJohn Bintz2025-05-072-1/+21
* SCA-276 use new code definition for SCA analysisHavoc Pennington2025-04-161-5/+4
* [NO JIRA] Fix new issuesAlain Kermis2025-04-042-2/+0
* SONAR-24677 introduce HotspotEvent abstract classSophio Japharidze2025-04-043-39/+47
* SONAR-24677 pass resolution with SecurityHotspotRaised eventSophio Japharidze2025-04-042-1/+13
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-031-4/+0
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-031-0/+5
* 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-2717-37/+102
* SONAR-24514 Merge graph loading into persist step.Steve Marion2025-03-174-16/+14
* SONAR-24514 Add CE processing of architecture graphs in analysis reports.Steve Marion2025-03-175-16/+32
* SONAR-24522 Add analysis warning when persisting large measuresEric Giffon2025-03-041-6/+56
* SQRP-187 Add SCA steps telemetryJavier García Orduña2025-03-037-29/+68
* SCA-57 Simplify ScaStep IOCTravis Collins2025-02-285-77/+83
* SQRP-192 Store SCA analysis errors as task messagesHavoc Pennington2025-02-191-6/+6
* SQRP-139 store normalized dependency information in database after sca analysisHavoc Pennington2025-02-192-0/+61
* SQRP-169 Write the ScaDependencies to an in-memory ScaHolderTravis Collins2025-02-192-3/+12
* SQRP-170 Rename ScaStep classes to shorter namesTravis Collins2025-02-192-5/+5
* SQRP-158 Create SCA CE step in the SCA moduleJulien HENRY2025-02-191-94/+13
* SQRP-136 Create BuildSoftwareCompositionAnalysisStepTravis Collins2025-02-193-0/+143
* SONAR-24300 Fix quality gate on masterAlain Kermis2025-02-041-1/+1
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-0432-185/+111
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-0417-730/+4
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09531-532/+531
* Reapply "SONAR-22876 Exclude metrics from being persisted to measures"Eric Giffon2025-01-061-0/+16
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-307-61/+98
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-9/+15
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-201-1/+6
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-185-5/+5
* NO JIRA fix quality gate status.Matteo Mara2024-12-181-1/+1
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-185-59/+132
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-2/+2
* SONAR-22265 Clean upantoine.vinot2024-12-181-18/+14
* SONAR-22265 Fix trying to get referenceBranch for main branchantoine.vinot2024-12-181-3/+5
* SONAR-22265 Get the scm info from the previous branch analysis instead of the...antoine.vinot2024-12-184-83/+105
* Revert "SONAR-22876 Exclude metrics from being persisted to measuresJavier García Orduña2024-12-181-16/+0
* SONAR-22876 Exclude metrics from being persisted to measuresJavier García Orduña2024-12-181-0/+16
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-062-41/+1
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-041-1/+2
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-5/+5
* SONAR-23617 Improve structure of analysis telemetry messageMatteo Mara2024-11-292-3/+9
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-155-143/+0
* SONAR-23474 Project import/export supports manual impact severityLéo Geoffroy2024-11-111-0/+1
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-112-6/+12
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-25/+58