Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 28 | -1552/+5 |
| | |||||
* | SONAR-6571 WS api/metrics/create create or reactivate a custom metric | Teryk Bellahsene | 2015-06-02 | 1 | -9/+17 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 15 | -54/+54 |
| | |||||
* | Enable CommandExecutor tests | Julien HENRY | 2015-05-28 | 1 | -7/+4 |
| | |||||
* | SONAR-6370 Shade sonar-* libraries into sonar-plugin-api | Simon Brandhof | 2015-05-28 | 1 | -9/+11 |
| | |||||
* | SONAR-6370 Remove coupling on guava 10 in CommandExecutor | Simon Brandhof | 2015-05-28 | 1 | -9/+7 |
| | |||||
* | SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into ↵ | Simon Brandhof | 2015-05-28 | 1 | -11/+56 |
| | | | | sonar-plugin-api | ||||
* | refactoring - WS parameters in one place WebService.Param.XXX | Teryk Bellahsene | 2015-05-27 | 1 | -10/+8 |
| | |||||
* | Disable two failing tests | Julien HENRY | 2015-05-27 | 1 | -0/+3 |
| | |||||
* | Add test for CommandExecutor timeout with new shell | Julien HENRY | 2015-05-27 | 1 | -4/+14 |
| | |||||
* | 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 | 7 | -502/+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 | 2 | -1/+11 |
| | | | | for backward compatibility with Java plugin | ||||
* | SONAR-6555 Drop design related features on batch side | Julien HENRY | 2015-05-19 | 23 | -648/+137 |
| | |||||
* | SONAR-6562 Remove sonar-squid 4.1 from API and runtime classpath | Simon Brandhof | 2015-05-19 | 1 | -14/+0 |
| | |||||
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-api | Simon Brandhof | 2015-05-19 | 40 | -0/+3007 |
| | | | | 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 | 3 | -5/+14 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-05-15 | 2 | -15/+43 |
| | |||||
* | 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 | 3 | -8/+8 |
| | |||||
* | SONAR-6548 Restore support of deprecated org.sonar.api.resources.InputFile | Julien HENRY | 2015-05-13 | 2 | -3/+31 |
| | |||||
* | Tests should use ExpectedException | David Gageot | 2015-05-13 | 4 | -52/+51 |
| | |||||
* | SONAR-6548 Remove resource key migration introduced in 4.2 | Julien HENRY | 2015-05-13 | 2 | -147/+0 |
| | |||||
* | Use StandardCharsets instead of guava/commons-io | Julien HENRY | 2015-05-12 | 14 | -88/+91 |
| | |||||
* | Fix regression introduced by SONAR-6535 | Julien HENRY | 2015-05-12 | 1 | -2/+0 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 31 | -51/+51 |
| | |||||
* | 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 | 9 | -1052/+1 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 8 | -12/+0 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 65 | -227/+227 |
| | |||||
* | 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 |
| |