Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ITs (Findbugs not compatible with Java 4.0) | Julien HENRY | 2016-07-05 | 1 | -0/+3 | |
| | ||||||
* | SQSCANNER-18 Logs with level WARN are displayed with prefix "INFO: " | Julien HENRY | 2016-05-09 | 1 | -12/+7 | |
| | ||||||
* | SQSCANNER-7 SQSCANNER-6 Deprecate sonar-runner and SONAR_RUNNER_OPTS | Julien HENRY | 2016-04-11 | 4 | -8/+8 | |
| | | | | And replace by sonar-scanner and SONAR_SCANNER_OPTS | |||||
* | SQSCANNER-17 Remove unused interactive mode | Julien HENRY | 2016-04-11 | 3 | -155/+13 | |
| | ||||||
* | SQSCANNER-15 Update Scanner API to 2.6 | Julien HENRY | 2016-04-07 | 2 | -14/+15 | |
| | ||||||
* | SQSCANNER-14 Always configure project base directory | Duarte Meneses | 2016-03-17 | 4 | -20/+127 | |
| | ||||||
* | improve quality | Duarte Meneses | 2016-03-10 | 1 | -20/+40 | |
| | ||||||
* | SONARUNNER-152 Scanner does not log Server version | Duarte Meneses | 2016-03-08 | 1 | -0/+12 | |
| | ||||||
* | SONARUNNER-153 sonar.verbose and sonar.log.level do not work | Duarte Meneses | 2016-03-08 | 2 | -7/+47 | |
| | ||||||
* | SQSCANNER-10 Display correct version in logs and update labels | Julien HENRY | 2016-01-13 | 2 | -19/+9 | |
| | ||||||
* | Update parent pom and licenses | Julien HENRY | 2016-01-12 | 8 | -40/+40 | |
| | ||||||
* | Update groupId, artifactId and packages | Julien HENRY | 2016-01-11 | 28 | -21/+38 | |
| | ||||||
* | Extract SonarQube Scanner as a separate project | Julien HENRY | 2015-11-09 | 28 | -0/+856 | |
| | ||||||
* | SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs). | Julien HENRY | 2013-01-30 | 65 | -1641/+0 | |
| | ||||||
* | Improve UT coverage. | Julien HENRY | 2013-01-22 | 1 | -0/+7 | |
| | ||||||
* | Fix some quality flaws. | Julien HENRY | 2013-01-22 | 2 | -5/+110 | |
| | ||||||
* | SONARPLUGINS-2540 Restore compatibility with older Sonar versions. | Julien HENRY | 2013-01-16 | 1 | -8/+43 | |
| | ||||||
* | SONARPLUGINS-2540 Fix JUnit test after updating version check | Julien HENRY | 2013-01-15 | 1 | -4/+9 | |
| | ||||||
* | SONARPLUGINS-2571 Do not parse configuration files when using --version | Julien HENRY | 2013-01-15 | 1 | -1/+2 | |
| | ||||||
* | SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks. | Julien HENRY | 2013-01-15 | 1 | -12/+12 | |
| | ||||||
* | SONARPLUGINS-2285 Improve validation of (tests/binaries/libraries) folders | Julien HENRY | 2013-01-07 | 11 | -11/+88 | |
| | ||||||
* | SONARPLUGINS-2421 Make it possible to define a multi-modules project whose ↵ | Julien HENRY | 2013-01-07 | 4 | -0/+45 | |
| | | | | modules share the same project base directory | |||||
* | SONARPLUGINS-2297 The property sonar.sources should not be mandatory | Julien HENRY | 2013-01-07 | 8 | -3/+76 | |
| | ||||||
* | SONARPLUGINS-2399 Comma is badly supported in sonar.projectName property | Julien HENRY | 2013-01-04 | 1 | -4/+2 | |
| | | | | Removed use of commons-configuration. | |||||
* | SONARPLUGINS-2560 Add JUnit test for getCharsetFromContentType | Julien HENRY | 2013-01-04 | 1 | -0/+34 | |
| | ||||||
* | SONARPLUGINS-1233 Delete the Sonar working/temporary directory before ↵ | Julien HENRY | 2013-01-03 | 1 | -3/+15 | |
| | | | | starting analysis | |||||
* | Remove deprecations. | Julien HENRY | 2013-01-03 | 1 | -3/+3 | |
| | ||||||
* | Fix method name | Simon Brandhof | 2012-10-24 | 1 | -3/+3 | |
| | ||||||
* | SONARPLUGINS-2256 Add log to warn when analysis is platform dependent | Fabrice Bellingard | 2012-09-14 | 1 | -0/+2 | |
| | ||||||
* | SONARPLUGINS-2256 Do not force UTF-8 as the default charset | Fabrice Bellingard | 2012-09-14 | 1 | -0/+16 | |
| | | | | => By default sonar-runner should not use UTF-8 to read source code files but the default encoding of the JVM. | |||||
* | SONARPLUGINS-2202 Clean the working dir name | Fabrice Bellingard | 2012-09-13 | 1 | -2/+2 | |
| | ||||||
* | Update name and file headers | Fabrice Bellingard | 2012-09-13 | 9 | -9/+9 | |
| | ||||||
* | SONARPLUGINS-2202 Work dir of modules are located in root project | Fabrice Bellingard | 2012-09-13 | 1 | -13/+28 | |
| | ||||||
* | SONARPLUGINS-2202 "sonar.projectName" default value is now module ID | Fabrice Bellingard | 2012-09-13 | 3 | -13/+25 | |
| | ||||||
* | Refactor package names | Simon Brandhof | 2012-09-13 | 35 | -4/+4 | |
| | ||||||
* | Fix classloader issue with ant 1.7.x | Simon Brandhof | 2012-09-13 | 38 | -23/+20 | |
| | ||||||
* | SONARPLUGINS-2202 Improve log message | Fabrice Bellingard | 2012-09-12 | 1 | -1/+1 | |
| | ||||||
* | Refactor org.sonar.runner.Main | Simon Brandhof | 2012-09-11 | 2 | -25/+59 | |
| | ||||||
* | Move (again) Main to org.sonar.runner | Simon Brandhof | 2012-09-11 | 5 | -17/+13 | |
| | ||||||
* | SONARPLUGINS-2202 Make it possible to pass environment information | Fabrice Bellingard | 2012-09-11 | 1 | -3/+3 | |
| | | | | | | | 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 | 14 | -25/+119 | |
| | ||||||
* | SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def. | Fabrice Bellingard | 2012-09-11 | 1 | -0/+14 | |
| | | | | | => 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/+25 | |
| | ||||||
* | SONARPLUGINS-2202 Refactor package names to have clearer API | Fabrice Bellingard | 2012-09-11 | 32 | -15/+24 | |
| | ||||||
* | SONARPLUGINS-2202 Prefix child key by parent key | Fabrice Bellingard | 2012-09-10 | 1 | -4/+13 | |
| | ||||||
* | SONARPLUGINS-2202 Change some property names | Fabrice Bellingard | 2012-09-10 | 8 | -18/+21 | |
| | | | | | | 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 | 4 | -8/+1 | |
| | ||||||
* | Improve API and its documentation. | Fabrice Bellingard | 2012-09-07 | 1 | -5/+23 | |
| | ||||||
* | Refactor code and add some API documentation. | Fabrice Bellingard | 2012-09-07 | 3 | -16/+63 | |
| | ||||||
* | Fix test | Fabrice Bellingard | 2012-09-07 | 1 | -1/+1 | |
| |