aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task/src
Commit message (Collapse)AuthorAgeFilesLines
* SCA-229 Add SCA AssigneeTravis Collins2025-04-151-1/+0
|
* SQRP-214 ComputationStep.Context telemetry methods add a prefix argumentHavoc Pennington2025-03-084-35/+97
| | | | | This allows us to nudge using a telemetry prefix, while also leaving it off the statistics keys since it's just noisy when used on those.
* SQRP-302 Add CE statistics mirroring the telemetry valuesTravis Collins2025-03-054-12/+63
|
* SQRP-187 Add SCA steps telemetryJavier García Orduña2025-03-0311-13/+365
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0950-50/+50
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-146-26/+25
|
* SONAR-21755 fix ssflukasz-jarocki-sonarsource2024-03-183-0/+155
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-166-7/+7
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-0347-47/+47
|
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-5/+5
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-031-1/+1
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-202-21/+21
| | | | Entities
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-5/+5
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-3/+4
|
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-171-1/+1
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-122-17/+4
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-4/+4
|
* Update license templates for 2023Pierre2023-01-0247-47/+47
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+1
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-091-2/+4
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-2/+2
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-227-68/+59
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-2/+2
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-2846-46/+46
|
* Improve code qualityDuarte Meneses2021-11-204-27/+32
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-198-84/+50
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0846-46/+46
|
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-221-3/+3
|
* SONAR-13999 drop organization from CE stepsJacek2020-12-223-94/+11
|
* fix code smellsPierre2020-12-141-5/+5
|
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-292-12/+13
|
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-293-42/+42
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-231-1/+2
|
* Format all headers for 2020Wouter Admiraal2020-01-0746-46/+46
|
* fix missing package-info.java filesSébastien Lesaint2019-10-141-0/+23
|
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
|
* use testFixtures instead of test configuration of ce-taskSébastien Lesaint2019-09-022-0/+0
|
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-231-6/+4
| | | | one must now implement org.picocontainer.Startable, org.sonar.api.Startable, java.io.Closeable and/or java.lang.Closeable
* Fix license headers for 2019Duarte Meneses2019-01-0245-45/+45
|
* SONARCLOUD-310 Ce task can now fail after a maximum amount of timeSébastien Lesaint2018-12-219-16/+446
| | | | failure can only happen when going from one step to the other
* SONARCLOUD-193 move TypedException to correct packageSébastien Lesaint2018-12-211-1/+1
|
* SONAR-11278 log failing computation stepSébastien Lesaint2018-10-112-7/+49
|
* SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775)Benoit2018-10-102-13/+109
|
* SONAR-11238 record warning when broken highlighting data in reportSébastien Lesaint2018-10-101-68/+0
|
* SONAR-11238 tasks can persist messagesSébastien Lesaint2018-10-104-0/+424
|
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-043-51/+215
| | | | | | | | | | - add main_component_uuid temporary columns to CE_QUEUE - add main_last_key and main_component_uuid columns to CE_ACTIVITY - back to initial paradigm in Compute Engine: even for branches/PRs, the row in table PROJECTS a task belongs to is created in api/ce/submit - add main component concept to CeTask - improved consistency check when processing a report task to account for row in PROJECTS now being the one of the branche/PR - stronger validation of characteristics passed to api/ce/submit - add api/system/migrate_data for SonarCloud online data migration
* SONAR-11077 add statistics to CE PersistIssuesStepSimon Brandhof2018-08-023-5/+8
|