Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONARPLUGINS-2202 "sonar.projectName" default value is now module ID | Fabrice Bellingard | 2012-09-13 | 4 | -19/+34 | |
| | ||||||
* | Refactor package names | Simon Brandhof | 2012-09-13 | 41 | -10/+10 | |
| | ||||||
* | Fix classloader issue with ant 1.7.x | Simon Brandhof | 2012-09-13 | 53 | -259/+127 | |
| | ||||||
* | SONARPLUGINS-2202 Improve log message | Fabrice Bellingard | 2012-09-12 | 2 | -3/+3 | |
| | ||||||
* | Refactor org.sonar.runner.Main | Simon Brandhof | 2012-09-11 | 5 | -86/+181 | |
| | ||||||
* | Move (again) Main to org.sonar.runner | Simon Brandhof | 2012-09-11 | 8 | -39/+42 | |
| | ||||||
* | SONARPLUGINS-2202 Make it possible to pass environment information | Fabrice Bellingard | 2012-09-11 | 3 | -9/+36 | |
| | | | | | | | 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 | 15 | -62/+176 | |
| | ||||||
* | SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def. | Fabrice Bellingard | 2012-09-11 | 3 | -5/+24 | |
| | | | | | => 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 | 2 | -0/+36 | |
| | ||||||
* | SONARPLUGINS-2202 Refactor package names to have clearer API | Fabrice Bellingard | 2012-09-11 | 47 | -39/+75 | |
| | ||||||
* | SONARPLUGINS-2202 Prefix child key by parent key | Fabrice Bellingard | 2012-09-10 | 2 | -12/+29 | |
| | ||||||
* | SONARPLUGINS-2202 Change some property names | Fabrice Bellingard | 2012-09-10 | 12 | -55/+75 | |
| | | | | | | 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 | 13 | -15/+56 | |
| | ||||||
* | Improve API and its documentation. | Fabrice Bellingard | 2012-09-07 | 3 | -13/+84 | |
| | ||||||
* | Refactor code and add some API documentation. | Fabrice Bellingard | 2012-09-07 | 13 | -49/+213 | |
| | ||||||
* | Fix test | Fabrice Bellingard | 2012-09-07 | 2 | -2/+2 | |
| | ||||||
* | 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 | 3 | -6/+37 | |
| | ||||||
* | SONARPLUGINS-2203 Improve tests | Fabrice Bellingard | 2012-09-06 | 12 | -21/+46 | |
| | ||||||
* | SONARPLUGINS-2203 Make sure all Sonar properties start with "sonar." | Fabrice Bellingard | 2012-09-06 | 2 | -56/+173 | |
| | ||||||
* | SONARPLUGINS-1856 Log message if sources directory does not exist | Fabrice Bellingard | 2012-09-05 | 3 | -14/+37 | |
| | | | | => When launching the Sonar Runner, a meaningful error message must be thrown when one source directory doesn't exist | |||||
* | Fix unit test | Fabrice Bellingard | 2012-09-05 | 1 | -10/+0 | |
| | ||||||
* | Refactor and fix violations (again) | Fabrice Bellingard | 2012-09-05 | 6 | -22/+25 | |
| | ||||||
* | Refactor and fix violations | Fabrice Bellingard | 2012-09-05 | 10 | -101/+53 | |
| | ||||||
* | SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵ | Fabrice Bellingard | 2012-09-05 | 16 | -48/+715 | |
| | | | | Runner | |||||
* | SONARPLUGINS-2202 Add multi-module support | Fabrice Bellingard | 2012-09-05 | 23 | -118/+697 | |
| | ||||||
* | Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202 | Fabrice Bellingard | 2012-09-03 | 3 | -27/+27 | |
| | ||||||
* | Minimal required version of sonar is upgraded to 2.11 | Simon Brandhof | 2012-07-31 | 3 | -44/+36 | |
| | ||||||
* | SONARPLUGINS-1230 Work dir can be absolute or relative | Fabrice Bellingard | 2012-07-26 | 2 | -1/+27 | |
| | ||||||
* | Add javadoc | Simon Brandhof | 2012-07-25 | 1 | -0/+8 | |
| | ||||||
* | Sonar Runner - Increase test coverage | Fabrice Bellingard | 2012-07-24 | 4 | -2/+61 | |
| | ||||||
* | SONARPLUGINS-2044 Check if SONAR_RUNNER_HOME is correctly set | Fabrice Bellingard | 2012-07-20 | 2 | -4/+19 | |
| | ||||||
* | SONARPLUGINS-1921 sonar-runner.bat fails when java.exe is found in the path ↵ | Fabrice Bellingard | 2012-07-20 | 1 | -0/+5 | |
| | | | | but contains a space | |||||
* | SONARPLUGINS-1230 Configure the location of working directory | Fabrice Bellingard | 2012-07-19 | 4 | -17/+35 | |
| | ||||||
* | 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-1582 Improve the script | Fabrice Bellingard | 2012-05-09 | 1 | -5/+26 | |
| | ||||||
* | SONARPLUGINS-1583 Fix regression | Fabrice Bellingard | 2012-05-09 | 1 | -6/+8 | |
| | ||||||
* | SONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResults | Fabrice Bellingard | 2012-05-03 | 2 | -16/+62 | |
| | ||||||
* | SONARPLUGINS-1583 Trailing slash on Windows XP prevent Sonar Runner to run | Fabrice Bellingard | 2012-05-02 | 1 | -3/+6 | |
| | ||||||
* | SONARPLUGINS-1617 Support the properties sonar.showSql and sonar.showSqlResults | Fabrice Bellingard | 2012-05-02 | 1 | -0/+18 | |
| | ||||||
* | Fix test on Windows | Evgeny Mandrikov | 2011-12-20 | 2 | -3/+1 | |
| | ||||||
* | SONARPLUGINS-1376 Throw an exception with a meaningful message, when no ↵ | Evgeny Mandrikov | 2011-12-19 | 5 | -16/+59 | |
| | | | | 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 | 2 | -2/+9 | |
| | ||||||
* | SONARPLUGINS-1343 When launching runner, information about OS should be printed | Evgeny Mandrikov | 2011-12-19 | 1 | -0/+1 | |
| | ||||||
* | SONARPLUGINS-1465 Reorder properties | Evgeny Mandrikov | 2011-12-19 | 1 | -7/+7 | |
| | ||||||
* | SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is ↵ | Evgeny Mandrikov | 2011-12-19 | 2 | -4/+12 | |
| | | | | fully consistent with Maven | |||||
* | SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries" | Evgeny Mandrikov | 2011-12-19 | 6 | -5/+73 | |
| |