Commit Graph

29 Commits

Author SHA1 Message Date
Julien HENRY
a5e56c8d40 SONAR-13214 Remove org.sonar.api.config.Settings from the API 2020-03-23 20:03:41 +00:00
Wouter Admiraal
3f6f549627 Format all headers for 2020 2020-01-07 20:46:09 +01:00
Sébastien Lesaint
7d2b20e368 fix missing package-info.java files 2019-10-14 20:21:05 +02:00
Sébastien Lesaint
9b3f1a1d06 logger name should appear in Unit Tests' logs 2019-09-06 20:21:06 +02:00
Sébastien Lesaint
b9f3ad2e06 use testFixtures instead of test configuration of ce-task 2019-09-02 20:21:05 +02:00
Sébastien Lesaint
08cfcdeffd drop now useless module sonar-db-testing 2019-09-02 20:21:04 +02:00
Sébastien Lesaint
2b029d9b12 use testFixtures instead of test configuration of db-dao 2019-09-02 20:21:04 +02:00
Sébastien Lesaint
b4694fd3ae remove need to add H2 dependency when depending on sonar-db-testing 2019-08-14 20:21:15 +02:00
Duarte Meneses
e4c5ada51d Clean deps 2019-07-17 20:21:13 +02:00
Evgeny Mandrikov
e7788ee7ea Remove useless declarations of resource filters from build 2019-05-29 20:21:14 +02:00
Sébastien Lesaint
49451f5a6e SONAR-10034 drop support of reflection-based Pico Container lifecycle management
one must now implement org.picocontainer.Startable, org.sonar.api.Startable, java.io.Closeable and/or java.lang.Closeable
2019-05-23 20:21:09 +02:00
Duarte Meneses
252b3897e7 Fix license headers for 2019 2019-01-02 20:21:01 +01:00
Sébastien Lesaint
a3c12be17d SONARCLOUD-310 Ce task can now fail after a maximum amount of time
failure can only happen when going from one step to the other
2018-12-21 20:21:03 +01:00
Sébastien Lesaint
dc6e6aaa18 SONARCLOUD-193 move TypedException to correct package 2018-12-21 20:21:02 +01:00
Sébastien Lesaint
66def08e9b SONAR-11278 log failing computation step 2018-10-11 20:20:54 +02:00
Benoit
12d32893c7 SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775) 2018-10-10 09:23:06 +02:00
Sébastien Lesaint
516f6e6bd2 SONAR-11238 record warning when broken highlighting data in report 2018-10-10 09:23:02 +02:00
Sébastien Lesaint
1d2e97d886 SONAR-11238 tasks can persist messages 2018-10-10 09:23:02 +02:00
Sébastien Lesaint
2c540713f9 SONAR-11310 add temporary columns to CE tables
- 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
2018-10-04 20:20:56 +02:00
Simon Brandhof
92fb3dc68d SONAR-11077 add statistics to CE PersistIssuesStep 2018-08-02 20:21:35 +02:00
Simon Brandhof
4c03a7686d SONAR-11077 ability to log statistics from CE task steps 2018-08-02 20:21:35 +02:00
Simon Brandhof
d4255d1f6a SONAR-11077 access to task characteristics in CE queue 2018-08-02 20:21:34 +02:00
Simon Brandhof
2afc1eb030 SONAR-11077 log profiling of CE steps in INFO level 2018-08-02 20:21:33 +02:00
Simon Brandhof
c8cb65a2b1 Fix incorrect package names in Compute Engine 2018-07-25 20:21:19 +02:00
Sébastien Lesaint
7945610fd5 fix varargs and unchecked called warnings 2018-07-09 10:39:33 +02:00
Sébastien Lesaint
9e3bc71eb9 sonar-ce-task-projectanalysis depends on only sonar-server-common 2018-07-09 10:39:33 +02:00
Sébastien Lesaint
525ed917b3 move some classes in preparation of creation of sonar-ce-common 2018-06-29 09:10:14 +02:00
Sébastien Lesaint
c002746f61 rename package org.sonar.server.computation to org.sonar.ce.task
in module sonar-ce-task
2018-06-29 09:10:14 +02:00
Sébastien Lesaint
ce684ddae1 create module sonar-ce-task 2018-06-29 09:10:14 +02:00