aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/step
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24139 Persist new code period when newCode.referenceBranch is usedAntoine Vinot2025-07-011-0/+194
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-1/+1
* SQRP-187 Add SCA steps telemetryJavier García Orduña2025-03-031-7/+22
* SCA-57 Simplify ScaStep IOCTravis Collins2025-02-282-56/+7
* 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
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-046-17/+17
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-041-3/+1
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0937-37/+37
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-181-0/+9
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-1/+0
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-1/+1
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-062-222/+23
* SONAR-23617 Improve structure of analysis telemetry messageMatteo Mara2024-11-292-2/+7
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-211-2/+7
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-142-4/+4
* SONAR-23327 Added support for sending telemetry data in compute engine processlukasz-jarocki-sonarsource2024-10-112-1/+112
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-031-5/+6
* SONAR-22224 Create issue visitorDDMili2024-06-031-0/+72
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-2/+2
* SONAR-21738 Fix issues blocking Quality GateDejan Milisavljevic2024-02-271-1/+1
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-263-51/+53
* SONAR-21259 'pull_request_fixed_issues' measure is only computed if a target ...Léo Geoffroy2024-02-011-1/+16
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-301-1/+1
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-171-1/+1
* SONAR-21259 Compute metric pull_request_fixed_issuesEric Giffon2024-01-171-0/+99
* SONAR-18963 Index peristed issues onlyJacek2024-01-051-0/+157
* NO-JIRA Update license headers to 2024Pierre2024-01-0333-33/+33
* NO-JIRA removing unused fieldslukasz-jarocki-sonarsource2023-10-231-11/+7
* SONAR-20665 Add exact rule changes (added, deactivated, modified) in Quality ...Dimitris Kavvathas2023-10-181-34/+130
* SONAR-20667 Add a specific event to the first analysis after a SQ upgradeMatteo Mara2023-10-131-0/+122
* SONAR-20429 Raise event in case plugin has been updatedJacek2023-09-211-0/+236
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-2/+2
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-4/+1
* NO-JIRA remove unused importsPierre2023-07-172-2/+0
* SONAR-19558 Refactor eventsDuarte Meneses2023-06-202-10/+10
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-2/+4
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-215-1468/+0
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-1724-6099/+0
* SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flagAntoine Vinot2023-03-031-6/+55
* org.mockito:mockito-inline 4.10.0 -> 5.0.0Steve Marion2023-02-021-16/+12
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-025-25/+6
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-024-143/+8
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-6/+4
* SONAR-17706 Drop few queries related to modulesDuarte Meneses2023-02-021-18/+0
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-3/+4
* [NO-JIRA] Use record for data classesZipeng WU2023-01-125-55/+55