aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* [NO JIRA] Fix new issuesAlain Kermis7 days2-2/+0
* SONAR-24677 introduce HotspotEvent abstract classSophio Japharidze7 days3-39/+47
* SONAR-24677 pass resolution with SecurityHotspotRaised eventSophio Japharidze7 days3-2/+38
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY8 days2-5/+1
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY8 days2-9/+15
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-272-4/+4
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2742-77/+142
* SONAR-24514 Merge graph loading into persist step.Steve Marion2025-03-176-47/+41
* SONAR-24514 Add CE processing of architecture graphs in analysis reports.Steve Marion2025-03-177-45/+57
* SQRP-214 ComputationStep.Context telemetry methods add a prefix argumentHavoc Pennington2025-03-082-4/+4
* SQRP-302 Add CE statistics mirroring the telemetry valuesTravis Collins2025-03-052-2/+12
* SONAR-24522 Add analysis warning when persisting large measuresEric Giffon2025-03-042-8/+101
* SQRP-187 Add SCA steps telemetryJavier García Orduña2025-03-0314-56/+160
* SCA-57 Simplify ScaStep IOCTravis Collins2025-02-288-134/+134
* SQRP-192 Store SCA analysis errors as task messagesHavoc Pennington2025-02-192-9/+10
* SQRP-139 store normalized dependency information in database after sca analysisHavoc Pennington2025-02-193-0/+126
* SQRP-169 Write the ScaDependencies to an in-memory ScaHolderTravis Collins2025-02-193-5/+17
* SQRP-170 Rename ScaStep classes to shorter namesTravis Collins2025-02-193-8/+8
* SQRP-158 Create SCA CE step in the SCA moduleJulien HENRY2025-02-198-2015/+71
* SQRP-136 Create BuildSoftwareCompositionAnalysisStepTravis Collins2025-02-1910-0/+2081
* SONAR-24300 Fix quality gate on masterAlain Kermis2025-02-041-1/+1
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-0466-619/+206
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-0428-1344/+10
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09926-927/+926
* Reapply "SONAR-22876 Exclude metrics from being persisted to measures"Eric Giffon2025-01-062-0/+40
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-3013-117/+283
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-9/+15
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-201-0/+0
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-201-1/+6
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-202-6/+3
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-1/+4
* 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-1813-105/+235
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-183-6/+3
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-185-11/+13
* SONAR-22265 Clean upantoine.vinot2024-12-181-18/+14
* SONAR-22265 Migrate ScmInfoDbLoaderIT to junit5antoine.vinot2024-12-181-27/+24
* 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-186-96/+119
* Revert "SONAR-22876 Exclude metrics from being persisted to measuresJavier García Orduña2024-12-182-40/+0
* SONAR-22876 Exclude metrics from being persisted to measuresJavier García Orduña2024-12-182-0/+40
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-065-313/+27
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-044-5/+16
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-292-9/+9
* SONAR-23617 Improve structure of analysis telemetry messageMatteo Mara2024-11-294-5/+16
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-158-357/+0
* SONAR-23474 Project import/export supports manual impact severityLéo Geoffroy2024-11-113-4/+7
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-115-21/+35
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-052-54/+252