Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -2/+1 |
| | | | | | - fix tests - use plugin api from artifactory | ||||
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 1 | -2/+2 |
| | |||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 8 | -69/+59 |
| | |||||
* | SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵ | Duarte Meneses | 2022-02-02 | 1 | -2/+2 |
| | | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> | ||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 46 | -46/+46 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 4 | -27/+32 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 8 | -84/+50 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 46 | -46/+46 |
| | |||||
* | SONAR-13999 remove orgs from application WS | Michal Duda | 2020-12-22 | 1 | -3/+3 |
| | |||||
* | SONAR-13999 drop organization from CE steps | Jacek | 2020-12-22 | 3 | -94/+11 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 1 | -5/+5 |
| | |||||
* | SONAR-13862 Add a WS for dismissing analysis warning by the current user | Michal Duda | 2020-09-29 | 2 | -12/+13 |
| | |||||
* | SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WS | Julien Lancelot | 2020-09-29 | 3 | -42/+42 |
| | |||||
* | SONAR-13214 Remove org.sonar.api.config.Settings from the API | Julien HENRY | 2020-03-23 | 1 | -1/+2 |
| | |||||
* | 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 |