aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ITs (Findbugs not compatible with Java 4.0)Julien HENRY2016-07-051-0/+3
|
* SQSCANNER-18 Logs with level WARN are displayed with prefix "INFO: "Julien HENRY2016-05-091-12/+7
|
* SQSCANNER-7 SQSCANNER-6 Deprecate sonar-runner and SONAR_RUNNER_OPTSJulien HENRY2016-04-114-8/+8
| | | | And replace by sonar-scanner and SONAR_SCANNER_OPTS
* SQSCANNER-17 Remove unused interactive modeJulien HENRY2016-04-113-155/+13
|
* SQSCANNER-15 Update Scanner API to 2.6Julien HENRY2016-04-072-14/+15
|
* SQSCANNER-14 Always configure project base directoryDuarte Meneses2016-03-174-20/+127
|
* improve qualityDuarte Meneses2016-03-101-20/+40
|
* SONARUNNER-152 Scanner does not log Server versionDuarte Meneses2016-03-081-0/+12
|
* SONARUNNER-153 sonar.verbose and sonar.log.level do not workDuarte Meneses2016-03-082-7/+47
|
* SQSCANNER-10 Display correct version in logs and update labelsJulien HENRY2016-01-132-19/+9
|
* Update parent pom and licensesJulien HENRY2016-01-128-40/+40
|
* Update groupId, artifactId and packagesJulien HENRY2016-01-1128-21/+38
|
* Extract SonarQube Scanner as a separate projectJulien HENRY2015-11-0928-0/+856
|
* SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).Julien HENRY2013-01-3065-1641/+0
|
* Improve UT coverage.Julien HENRY2013-01-221-0/+7
|
* Fix some quality flaws.Julien HENRY2013-01-222-5/+110
|
* SONARPLUGINS-2540 Restore compatibility with older Sonar versions.Julien HENRY2013-01-161-8/+43
|
* SONARPLUGINS-2540 Fix JUnit test after updating version checkJulien HENRY2013-01-151-4/+9
|
* SONARPLUGINS-2571 Do not parse configuration files when using --versionJulien HENRY2013-01-151-1/+2
|
* SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks.Julien HENRY2013-01-151-12/+12
|
* SONARPLUGINS-2285 Improve validation of (tests/binaries/libraries) foldersJulien HENRY2013-01-0711-11/+88
|
* SONARPLUGINS-2421 Make it possible to define a multi-modules project whose ↵Julien HENRY2013-01-074-0/+45
| | | | modules share the same project base directory
* SONARPLUGINS-2297 The property sonar.sources should not be mandatoryJulien HENRY2013-01-078-3/+76
|
* SONARPLUGINS-2399 Comma is badly supported in sonar.projectName propertyJulien HENRY2013-01-041-4/+2
| | | | Removed use of commons-configuration.
* SONARPLUGINS-2560 Add JUnit test for getCharsetFromContentTypeJulien HENRY2013-01-041-0/+34
|
* SONARPLUGINS-1233 Delete the Sonar working/temporary directory before ↵Julien HENRY2013-01-031-3/+15
| | | | starting analysis
* Remove deprecations.Julien HENRY2013-01-031-3/+3
|
* Fix method nameSimon Brandhof2012-10-241-3/+3
|
* SONARPLUGINS-2256 Add log to warn when analysis is platform dependentFabrice Bellingard2012-09-141-0/+2
|
* SONARPLUGINS-2256 Do not force UTF-8 as the default charsetFabrice Bellingard2012-09-141-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 nameFabrice Bellingard2012-09-131-2/+2
|
* Update name and file headersFabrice Bellingard2012-09-139-9/+9
|
* SONARPLUGINS-2202 Work dir of modules are located in root projectFabrice Bellingard2012-09-131-13/+28
|
* SONARPLUGINS-2202 "sonar.projectName" default value is now module IDFabrice Bellingard2012-09-133-13/+25
|
* Refactor package namesSimon Brandhof2012-09-1335-4/+4
|
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-1338-23/+20
|
* SONARPLUGINS-2202 Improve log messageFabrice Bellingard2012-09-121-1/+1
|
* Refactor org.sonar.runner.MainSimon Brandhof2012-09-112-25/+59
|
* Move (again) Main to org.sonar.runnerSimon Brandhof2012-09-115-17/+13
|
* SONARPLUGINS-2202 Make it possible to pass environment informationFabrice Bellingard2012-09-111-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 definitionFabrice Bellingard2012-09-1114-25/+119
|
* SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.Fabrice Bellingard2012-09-111-0/+14
| | | | | => it is automatically generated from the module Id found in "sonar.modules"
* SONARPLUGINS-2202 Check unicity of module's key inside its parentFabrice Bellingard2012-09-111-0/+25
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-1132-15/+24
|
* SONARPLUGINS-2202 Prefix child key by parent keyFabrice Bellingard2012-09-101-4/+13
|
* SONARPLUGINS-2202 Change some property namesFabrice Bellingard2012-09-108-18/+21
| | | | | | The 2 following properties have been introduced for better readability and consistency: - sonar.projectBaseDir - sonar.projectConfigFile
* Fix violations / improve documentation / refactor some codeFabrice Bellingard2012-09-074-8/+1
|
* Improve API and its documentation.Fabrice Bellingard2012-09-071-5/+23
|
* Refactor code and add some API documentation.Fabrice Bellingard2012-09-073-16/+63
|
* Fix testFabrice Bellingard2012-09-071-1/+1
|