Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs). | Julien HENRY | 2013-01-30 | 1 | -368/+0 |
| | |||||
* | Fix some quality flaws. | Julien HENRY | 2013-01-22 | 1 | -3/+7 |
| | |||||
* | SONARPLUGINS-2540 Allow to provide task command by a property for testing ↵ | Julien HENRY | 2013-01-17 | 1 | -1/+5 |
| | | | | purpose. | ||||
* | SONARPLUGINS-2540 Restore compatibility with older Sonar versions. | Julien HENRY | 2013-01-16 | 1 | -2/+16 |
| | |||||
* | SONARPLUGINS-2540 Sonar Runner 2.1 will require Sonar 3.5+ | Julien HENRY | 2013-01-15 | 1 | -2/+2 |
| | | | | * Fix the version check | ||||
* | SONARPLUGINS-2604 Improve error reporting and introduce -e flag | Julien HENRY | 2013-01-15 | 1 | -2/+2 |
| | | | | | * Try to make errors more readable for non java expert * Mimic what is done in Maven CLI | ||||
* | SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks. | Julien HENRY | 2013-01-15 | 1 | -20/+45 |
| | |||||
* | SONARPLUGINS-1233 Refactoring to reuse IOUtils | Julien HENRY | 2013-01-04 | 1 | -88/+5 |
| | |||||
* | SONARPLUGINS-1233 Delete the Sonar working/temporary directory before ↵ | Julien HENRY | 2013-01-04 | 1 | -3/+84 |
| | | | | | | starting analysis Duplicate code from commons-io as we don't want dependency in Sonar Runner. | ||||
* | SONARPLUGINS-1233 Delete the Sonar working/temporary directory before ↵ | Julien HENRY | 2013-01-03 | 1 | -2/+9 |
| | | | | starting analysis | ||||
* | SONARPLUGINS-2256 Add log to warn when analysis is platform dependent | Fabrice Bellingard | 2012-09-14 | 1 | -0/+9 |
| | |||||
* | Fix violations. | Fabrice Bellingard | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | SONARPLUGINS-2256 Do not force UTF-8 as the default charset | Fabrice Bellingard | 2012-09-14 | 1 | -3/+17 |
| | | | | => By default sonar-runner should not use UTF-8 to read source code files but the default encoding of the JVM. | ||||
* | Update name and file headers | Fabrice Bellingard | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Refactor package names | Simon Brandhof | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Fix classloader issue with ant 1.7.x | Simon Brandhof | 2012-09-13 | 1 | -31/+51 |
| | |||||
* | SONARPLUGINS-2202 Make it possible to pass environment information | Fabrice Bellingard | 2012-09-11 | 1 | -3/+18 |
| | | | | | | | Necessary for the Ant task for instance: - masked packages - container extensions => This part of the API should be improved | ||||
* | SONARPLUGINS-2202 Refactor package names to have clearer API | Fabrice Bellingard | 2012-09-11 | 1 | -8/+8 |
| | |||||
* | SONARPLUGINS-2202 Change some property names | Fabrice Bellingard | 2012-09-10 | 1 | -4/+4 |
| | | | | | | The 2 following properties have been introduced for better readability and consistency: - sonar.projectBaseDir - sonar.projectConfigFile | ||||
* | Fix violations / improve documentation / refactor some code | Fabrice Bellingard | 2012-09-07 | 1 | -0/+16 |
| | |||||
* | Improve API and its documentation. | Fabrice Bellingard | 2012-09-07 | 1 | -6/+46 |
| | |||||
* | Fix test | Fabrice Bellingard | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Improve error message for unsupported version of Sonar | Fabrice Bellingard | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Allows to overwrite environment information on the Runner | Fabrice Bellingard | 2012-09-07 | 1 | -4/+18 |
| | |||||
* | Refactor and fix violations (again) | Fabrice Bellingard | 2012-09-05 | 1 | -5/+7 |
| | |||||
* | Refactor and fix violations | Fabrice Bellingard | 2012-09-05 | 1 | -46/+12 |
| | |||||
* | SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵ | Fabrice Bellingard | 2012-09-05 | 1 | -15/+13 |
| | | | | Runner | ||||
* | SONARPLUGINS-2202 Add multi-module support | Fabrice Bellingard | 2012-09-05 | 1 | -0/+4 |
| | |||||
* | Minimal required version of sonar is upgraded to 2.11 | Simon Brandhof | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | SONARPLUGINS-1230 Work dir can be absolute or relative | Fabrice Bellingard | 2012-07-26 | 1 | -1/+16 |
| | |||||
* | Sonar Runner - Increase test coverage | Fabrice Bellingard | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | SONARPLUGINS-1230 Configure the location of working directory | Fabrice Bellingard | 2012-07-19 | 1 | -8/+14 |
| | |||||
* | SONARPLUGINS-1466 Display all missing mandatory properties | Evgeny Mandrikov | 2011-12-19 | 1 | -1/+8 |
| | |||||
* | SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries" | Evgeny Mandrikov | 2011-12-19 | 1 | -2/+2 |
| | |||||
* | Fix typo in name of method, add tests | Evgeny Mandrikov | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | SONARPLUGINS-1466 Throw an exception with a meaningful message, when ↵ | Evgeny Mandrikov | 2011-12-15 | 1 | -2/+19 |
| | | | | mandatory property was not defined | ||||
* | Fix violations | Evgeny Mandrikov | 2011-12-15 | 1 | -9/+10 |
| | |||||
* | Fix compilation of java-runner | Simon Brandhof | 2011-10-18 | 1 | -1/+5 |
| | |||||
* | SONARPLUGINS-1433 Add the property sonar.verbose | Simon Brandhof | 2011-10-18 | 1 | -1/+6 |
| | |||||
* | SONARPLUGINS-1220 Runner home must be optional | Simon Brandhof | 2011-06-24 | 1 | -0/+163 |