Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCANCLI-166 Update license headers for 2025 | Julien HENRY | 2025-01-09 | 1 | -1/+1 |
| | |||||
* | NO-JIRA Update license headers for 2024 | 7PH | 2024-01-04 | 1 | -1/+1 |
| | |||||
* | [SQSCANNER-110] Update license headers 2023 | stanislavh | 2023-01-24 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-95 - Update license headers (#120) | belen-pruvost-sonarsource | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | Update license headers for 2021 | Wouter Admiraal | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-79 Changed name of scanner to SonarScanner CLI (#85) | mickael-caro-sonarsource | 2020-06-22 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-66 - Update parent pom, license headers and Scanner API version. (#80)4.3.0.2102 | mickael-caro-sonarsource | 2020-02-20 | 1 | -1/+1 |
| | | | | | | | | * SQSCANNER-66 - Update parent pom and license headers. * SQCANNER-66 - Update parent pom of IT project * SQSCANNER-66 Updated Scanner API Version in pom. | ||||
* | Update parent pom and license headers | Julien HENRY | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Update license headers | David Rautureau | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Update licenses | Duarte Meneses | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | Fix quality flaws | Julien HENRY | 2017-01-13 | 1 | -2/+2 |
| | |||||
* | SQSCANNER-23 Support the new 'MessageException' unchecked exception and log ↵ | Duarte Meneses | 2016-09-16 | 1 | -1/+1 |
| | | | | by default the error stack trace only when a non-MessageException is thrown | ||||
* | SQSCANNER-23 Support the new 'MessageException' unchecked exception and log ↵ | Duarte Meneses | 2016-09-16 | 1 | -0/+26 |
| | | | | by default the error stack trace only when a non-MessageException is thrown | ||||
* | Update groupId, artifactId and packages | Julien HENRY | 2016-01-11 | 8 | -817/+0 |
| | |||||
* | Extract SonarQube Scanner as a separate project | Julien HENRY | 2015-11-09 | 8 | -0/+817 |
| | |||||
* | SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs). | Julien HENRY | 2013-01-30 | 11 | -1396/+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 | 1 | -11/+42 |
| | |||||
* | SONARPLUGINS-2421 Make it possible to define a multi-modules project whose ↵ | Julien HENRY | 2013-01-07 | 1 | -0/+31 |
| | | | | modules share the same project base directory | ||||
* | SONARPLUGINS-2297 The property sonar.sources should not be mandatory | Julien HENRY | 2013-01-07 | 1 | -1/+52 |
| | |||||
* | 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 | 1 | -9/+23 |
| | |||||
* | Refactor package names | Simon Brandhof | 2012-09-13 | 4 | -4/+4 |
| | |||||
* | Fix classloader issue with ant 1.7.x | Simon Brandhof | 2012-09-13 | 7 | -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 | 1 | -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 | 1 | -24/+82 |
| | |||||
* | 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 | 6 | -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 | 2 | -11/+15 |
| | | | | | | 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 |
| |