Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 46 | -46/+46 |
| | |||||
* | fix missing package-info.java files | Sébastien Lesaint | 2019-10-14 | 1 | -0/+23 |
| | |||||
* | logger name should appear in Unit Tests' logs | Sébastien Lesaint | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | use testFixtures instead of test configuration of ce-task | Sébastien Lesaint | 2019-09-02 | 3 | -13/+4 |
| | |||||
* | drop now useless module sonar-db-testing | Sébastien Lesaint | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | use testFixtures instead of test configuration of db-dao | Sébastien Lesaint | 2019-09-02 | 1 | -1/+0 |
| | |||||
* | remove need to add H2 dependency when depending on sonar-db-testing | Sébastien Lesaint | 2019-08-14 | 1 | -1/+0 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -2/+3 |
| | |||||
* | Remove useless declarations of resource filters from build | Evgeny Mandrikov | 2019-05-29 | 1 | -10/+0 |
| | |||||
* | SONAR-10034 drop support of reflection-based Pico Container lifecycle management | Sébastien Lesaint | 2019-05-23 | 1 | -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 2019 | Duarte Meneses | 2019-01-02 | 45 | -45/+45 |
| | |||||
* | SONARCLOUD-310 Ce task can now fail after a maximum amount of time | Sébastien Lesaint | 2018-12-21 | 9 | -16/+446 |
| | | | | failure can only happen when going from one step to the other | ||||
* | SONARCLOUD-193 move TypedException to correct package | Sébastien Lesaint | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | SONAR-11278 log failing computation step | Sébastien Lesaint | 2018-10-11 | 2 | -7/+49 |
| | |||||
* | SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775) | Benoit | 2018-10-10 | 2 | -13/+109 |
| | |||||
* | SONAR-11238 record warning when broken highlighting data in report | Sébastien Lesaint | 2018-10-10 | 1 | -68/+0 |
| | |||||
* | SONAR-11238 tasks can persist messages | Sébastien Lesaint | 2018-10-10 | 5 | -0/+425 |
| | |||||
* | SONAR-11310 add temporary columns to CE tables | Sébastien Lesaint | 2018-10-04 | 3 | -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 PersistIssuesStep | Simon Brandhof | 2018-08-02 | 3 | -5/+8 |
| | |||||
* | SONAR-11077 ability to log statistics from CE task steps | Simon Brandhof | 2018-08-02 | 6 | -21/+234 |
| | |||||
* | SONAR-11077 access to task characteristics in CE queue | Simon Brandhof | 2018-08-02 | 2 | -1/+33 |
| | |||||
* | SONAR-11077 log profiling of CE steps in INFO level | Simon Brandhof | 2018-08-02 | 2 | -29/+11 |
| | |||||
* | Fix incorrect package names in Compute Engine | Simon Brandhof | 2018-07-25 | 5 | -5/+5 |
| | |||||
* | fix varargs and unchecked called warnings | Sébastien Lesaint | 2018-07-09 | 1 | -3/+9 |
| | |||||
* | sonar-ce-task-projectanalysis depends on only sonar-server-common | Sébastien Lesaint | 2018-07-09 | 4 | -0/+122 |
| | |||||
* | move some classes in preparation of creation of sonar-ce-common | Sébastien Lesaint | 2018-06-29 | 1 | -0/+63 |
| | |||||
* | rename package org.sonar.server.computation to org.sonar.ce.task | Sébastien Lesaint | 2018-06-29 | 30 | -60/+60 |
| | | | | in module sonar-ce-task | ||||
* | create module sonar-ce-task | Sébastien Lesaint | 2018-06-29 | 31 | -0/+1822 |