aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task
Commit message (Collapse)AuthorAgeFilesLines
* 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-023-13/+4
|
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+1
|
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-1/+0
|
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-141-1/+0
|
* Clean depsDuarte Meneses2019-07-171-2/+3
|
* Remove useless declarations of resource filters from buildEvgeny Mandrikov2019-05-291-10/+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-105-0/+425
|
* 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
|
* SONAR-11077 ability to log statistics from CE task stepsSimon Brandhof2018-08-026-21/+234
|
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-022-1/+33
|
* SONAR-11077 log profiling of CE steps in INFO levelSimon Brandhof2018-08-022-29/+11
|
* Fix incorrect package names in Compute EngineSimon Brandhof2018-07-255-5/+5
|
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-3/+9
|
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-094-0/+122
|
* move some classes in preparation of creation of sonar-ce-commonSébastien Lesaint2018-06-291-0/+63
|
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-2930-60/+60
| | | | in module sonar-ce-task
* create module sonar-ce-taskSébastien Lesaint2018-06-2931-0/+1822