Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |