Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6370 Remove coupling on guava 10 in CommandExecutor | Simon Brandhof | 2015-05-28 | 1 | -9/+7 |
| | |||||
* | refactoring - WS parameters in one place WebService.Param.XXX | Teryk Bellahsene | 2015-05-27 | 1 | -10/+8 |
| | |||||
* | WS api/metrics/list - SONAR-6570 | Teryk Bellahsene | 2015-05-26 | 1 | -13/+28 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-05-25 | 1 | -5/+5 |
| | |||||
* | SONAR-6471 Add new WS to search for user groups | Jean-Baptiste Lievremont | 2015-05-22 | 1 | -6/+4 |
| | |||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 4 | -315/+1 |
| | | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status) | ||||
* | Fix quality flaws | Simon Brandhof | 2015-05-21 | 2 | -34/+31 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-05-21 | 3 | -1/+47 |
| | |||||
* | SONAR-6278 Stop relying on graph to store tests | Julien HENRY | 2015-05-21 | 11 | -75/+34 |
| | |||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 114 | -140/+138 |
| | |||||
* | SONAR-6555 Dependency should continue to extends Edge | Julien HENRY | 2015-05-20 | 1 | -1/+5 |
| | | | | for backward compatibility with Java plugin | ||||
* | SONAR-6555 Drop design related features on batch side | Julien HENRY | 2015-05-19 | 18 | -574/+137 |
| | |||||
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-api | Simon Brandhof | 2015-05-19 | 21 | -0/+1849 |
| | | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api | ||||
* | SONAR-6517 remove dependency of sonar-plugin-api on picocontainer | Simon Brandhof | 2015-05-19 | 2 | -5/+10 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-05-15 | 1 | -5/+4 |
| | |||||
* | WS api/projects/ghosts list ghost projects - SONAR-6527 | Teryk Bellahsene | 2015-05-15 | 1 | -0/+15 |
| | |||||
* | document web service and action naming conventions | Teryk Bellahsene | 2015-05-15 | 1 | -1/+2 |
| | |||||
* | rename web services with the xxxWs form | Teryk Bellahsene | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | SONAR-6548 Restore support of deprecated org.sonar.api.resources.InputFile | Julien HENRY | 2015-05-13 | 1 | -2/+26 |
| | |||||
* | SONAR-6548 Remove resource key migration introduced in 4.2 | Julien HENRY | 2015-05-13 | 1 | -68/+0 |
| | |||||
* | Use StandardCharsets instead of guava/commons-io | Julien HENRY | 2015-05-12 | 9 | -29/+35 |
| | |||||
* | Fix regression introduced by SONAR-6535 | Julien HENRY | 2015-05-12 | 1 | -2/+0 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 29 | -46/+46 |
| | |||||
* | SONAR-6536 Drop concept of task | Julien HENRY | 2015-05-11 | 4 | -2/+12 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 110 | -251/+623 |
| | |||||
* | SONAR-6517 Remove the unused properties ↵ | Simon Brandhof | 2015-05-11 | 1 | -3/+0 |
| | | | | sonar.includePlugins/sonar.excludePlugins | ||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 6 | -479/+1 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 1 | -1/+0 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-05-07 | 1 | -3/+3 |
| | |||||
* | Restore partial support of RuleQuery in RuleFinder to fix issue with Groovy ↵ | Julien HENRY | 2015-05-06 | 1 | -2/+2 |
| | | | | plugin | ||||
* | SONAR-6457 Feed dependencies in batch report | Julien HENRY | 2015-05-05 | 3 | -5/+3 |
| | |||||
* | Cleanup batch side from specific code for devcockpit and views | Julien HENRY | 2015-05-04 | 1 | -19/+0 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-30 | 1 | -0/+2 |
| | |||||
* | Improve error handling in ZipUtils | Simon Brandhof | 2015-04-30 | 1 | -8/+16 |
| | | | | java.io.File#listFiles() hides IO errors by returning null ! | ||||
* | SONAR-6428 WS to get component navigation information | Jean-Baptiste Lievremont | 2015-04-28 | 1 | -0/+4 |
| | |||||
* | SONAR-6278 Feed tests in compute report | Julien HENRY | 2015-04-27 | 3 | -0/+22 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-04-27 | 2 | -6/+7 |
| | |||||
* | SONAR-6430 add plugin source revision to JSON response | Sébastien Lesaint | 2015-04-27 | 1 | -0/+2 |
| | | | | information added to response of WS listing installed pluging and pending operations on plugins | ||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 2 | -0/+3 |
| | |||||
* | SONAR-6392 Drop measure trends | Simon Brandhof | 2015-04-23 | 5 | -26/+19 |
| | |||||
* | SONAR-6200 New Sensor API to report UT/IT/Overall coverage | Julien HENRY | 2015-04-22 | 11 | -6/+401 |
| | |||||
* | Speed up highlighting on batch side | Julien HENRY | 2015-04-22 | 1 | -1/+5 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-22 | 2 | -3/+7 |
| | |||||
* | SONAR-6256 Drop dependencies.from_resource_id and dependencies.to_resource_id | Julien Lancelot | 2015-04-21 | 1 | -13/+17 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-04-20 | 1 | -0/+3 |
| | |||||
* | SONAR-6433 Stop supporting the concept of "group/ecosystem" of plugins | Simon Brandhof | 2015-04-20 | 1 | -0/+7 |
| | |||||
* | SONAR-3676 add flag to not serialize empty strings to JSON | Sébastien Lesaint | 2015-04-17 | 1 | -5/+31 |
| | |||||
* | Fix quality flaws | Jean-Baptiste Lievremont | 2015-04-17 | 1 | -1/+6 |
| | |||||
* | Remove coupling of sonar-plugin-api on Guava 10 | Simon Brandhof | 2015-04-16 | 29 | -506/+102 |
| | | | | in order to prepare upgrade to Guava 18 in core codebase | ||||
* | Fix some quality flaws | Julien HENRY | 2015-04-16 | 1 | -0/+21 |
| |