Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix classloader issue with ant 1.7.x | Simon Brandhof | 2012-09-13 | 15 | -236/+107 | |
| | ||||||
* | SONARPLUGINS-2202 Improve log message | Fabrice Bellingard | 2012-09-12 | 1 | -2/+2 | |
| | ||||||
* | Refactor org.sonar.runner.Main | Simon Brandhof | 2012-09-11 | 3 | -61/+122 | |
| | ||||||
* | Move (again) Main to org.sonar.runner | Simon Brandhof | 2012-09-11 | 1 | -20/+27 | |
| | ||||||
* | SONARPLUGINS-2202 Make it possible to pass environment information | Fabrice Bellingard | 2012-09-11 | 2 | -6/+33 | |
| | | | | | | | Necessary for the Ant task for instance: - masked packages - container extensions => This part of the API should be improved | |||||
* | SONARPLUGINS-2202 Improve multi-module definition | Fabrice Bellingard | 2012-09-11 | 1 | -37/+57 | |
| | ||||||
* | SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def. | Fabrice Bellingard | 2012-09-11 | 2 | -5/+10 | |
| | | | | | => it is automatically generated from the module Id found in "sonar.modules" | |||||
* | SONARPLUGINS-2202 Check unicity of module's key inside its parent | Fabrice Bellingard | 2012-09-11 | 1 | -0/+11 | |
| | ||||||
* | SONARPLUGINS-2202 Refactor package names to have clearer API | Fabrice Bellingard | 2012-09-11 | 13 | -22/+49 | |
| | ||||||
* | SONARPLUGINS-2202 Prefix child key by parent key | Fabrice Bellingard | 2012-09-10 | 1 | -8/+16 | |
| | ||||||
* | SONARPLUGINS-2202 Change some property names | Fabrice Bellingard | 2012-09-10 | 4 | -37/+54 | |
| | | | | | | 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 | 9 | -7/+55 | |
| | ||||||
* | Improve API and its documentation. | Fabrice Bellingard | 2012-09-07 | 2 | -8/+61 | |
| | ||||||
* | Refactor code and add some API documentation. | Fabrice Bellingard | 2012-09-07 | 10 | -33/+150 | |
| | ||||||
* | 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 | 2 | -6/+21 | |
| | ||||||
* | SONARPLUGINS-2203 Make sure all Sonar properties start with "sonar." | Fabrice Bellingard | 2012-09-06 | 1 | -48/+152 | |
| | ||||||
* | SONARPLUGINS-1856 Log message if sources directory does not exist | Fabrice Bellingard | 2012-09-05 | 1 | -6/+20 | |
| | | | | => When launching the Sonar Runner, a meaningful error message must be thrown when one source directory doesn't exist | |||||
* | Refactor and fix violations (again) | Fabrice Bellingard | 2012-09-05 | 6 | -22/+25 | |
| | ||||||
* | Refactor and fix violations | Fabrice Bellingard | 2012-09-05 | 7 | -59/+41 | |
| | ||||||
* | SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵ | Fabrice Bellingard | 2012-09-05 | 9 | -27/+530 | |
| | | | | Runner | |||||
* | SONARPLUGINS-2202 Add multi-module support | Fabrice Bellingard | 2012-09-05 | 3 | -69/+280 | |
| | ||||||
* | Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202 | Fabrice Bellingard | 2012-09-03 | 2 | -26/+26 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add javadoc | Simon Brandhof | 2012-07-25 | 1 | -0/+8 | |
| | ||||||
* | Sonar Runner - Increase test coverage | Fabrice Bellingard | 2012-07-24 | 2 | -2/+4 | |
| | ||||||
* | SONARPLUGINS-1230 Configure the location of working directory | Fabrice Bellingard | 2012-07-19 | 2 | -9/+15 | |
| | ||||||
* | SONARPLUGINS-2038 Log the property only in Debug mode | Fabrice Bellingard | 2012-07-19 | 1 | -2/+8 | |
| | ||||||
* | SONARPLUGINS-2038 Log the value of the system property "sun.arch.data.model" ↵ | Fabrice Bellingard | 2012-07-19 | 1 | -2/+3 | |
| | | | | at start-up | |||||
* | SONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResults | Fabrice Bellingard | 2012-05-03 | 1 | -13/+30 | |
| | ||||||
* | Fix test on Windows | Evgeny Mandrikov | 2011-12-20 | 1 | -2/+0 | |
| | ||||||
* | SONARPLUGINS-1376 Throw an exception with a meaningful message, when no ↵ | Evgeny Mandrikov | 2011-12-19 | 3 | -9/+35 | |
| | | | | files matching pattern | |||||
* | SONARPLUGINS-1572 When no runner or project configuration file is found, ↵ | Evgeny Mandrikov | 2011-12-19 | 1 | -2/+6 | |
| | | | | this piece of information should also be logged | |||||
* | SONARPLUGINS-1466 Display all missing mandatory properties | Evgeny Mandrikov | 2011-12-19 | 1 | -1/+8 | |
| | ||||||
* | SONARPLUGINS-1343 When launching runner, information about OS should be printed | Evgeny Mandrikov | 2011-12-19 | 1 | -0/+1 | |
| | ||||||
* | SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is ↵ | Evgeny Mandrikov | 2011-12-19 | 1 | -1/+9 | |
| | | | | fully consistent with Maven | |||||
* | SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries" | Evgeny Mandrikov | 2011-12-19 | 2 | -4/+28 | |
| | ||||||
* | Fix typo in name of method, add tests | Evgeny Mandrikov | 2011-12-15 | 2 | -3/+3 | |
| | ||||||
* | SONARPLUGINS-1466 Throw an exception with a meaningful message, when ↵ | Evgeny Mandrikov | 2011-12-15 | 3 | -3/+55 | |
| | | | | mandatory property was not defined | |||||
* | SONARPLUGINS-1023 Display total running time at the end of analysis | Evgeny Mandrikov | 2011-12-15 | 1 | -4/+16 | |
| | ||||||
* | SONARPLUGINS-1343 When launching runner, version of Java should be printed | Evgeny Mandrikov | 2011-12-15 | 1 | -0/+2 | |
| | ||||||
* | Fix violations | Evgeny Mandrikov | 2011-12-15 | 2 | -10/+12 | |
| | ||||||
* | Fix violations | Evgeny Mandrikov | 2011-12-15 | 1 | -3/+6 | |
| | ||||||
* | SONARPLUGINS-1229 Display memory usage at the end of analysis | Evgeny Mandrikov | 2011-12-15 | 1 | -0/+9 | |
| | ||||||
* | SONARPLUGINS-1372 Allow definitions of properties without white space | Evgeny Mandrikov | 2011-12-15 | 1 | -10/+17 | |
| | ||||||
* | 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 | 2 | -2/+7 | |
| | ||||||
* | Sonar runner: improve log of working dir | Simon Brandhof | 2011-06-27 | 1 | -12/+16 | |
| |