index
:
sonar-scanner-cli.git
avi/SCANCLI-148-support-non-latin-chars-in-props
avi/SCANCLI-165-remove-redundant-logging
avi/add-releasability-workflow
avi/bump-releasability-action
avi/change-release-notif-channel
feature/eg/SCANCLI-118-run-its-macos
jh/SCANCLI-162_update_jre
jh/SCANCLI-168_update_lib
jh/cirrus_add_junit
jh/fix_fips
jh/fix_slack_channel
jh/hardening
jh/next_iteration
jh/prepare_release
jh/update-headers
jh/update_logback
lp/rebranding
master
pierre/SCANCLI-152-remove-burgr-env-variables
Scanner CLI for SonarQube and SonarCloud: https://github.com/SonarSource/sonar-scanner-cli
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONARPLUGINS-2468 Improve display of errors.
Julien HENRY
2013-01-17
2
-3
/
+11
*
SONARPLUGINS-2540 Allow to provide task command by a property for testing pur...
Julien HENRY
2013-01-17
4
-17
/
+28
*
SONARPLUGINS-2540 Restore compatibility with older Sonar versions.
Julien HENRY
2013-01-16
3
-12
/
+27
*
SONARPLUGINS-2604 -X implies -e
Julien HENRY
2013-01-16
1
-1
/
+4
*
SONARPLUGINS-2540 Sonar Runner 2.1 will require Sonar 3.5+
Julien HENRY
2013-01-15
1
-2
/
+2
*
SONARPLUGINS-2604 Improve error reporting and introduce -e flag
Julien HENRY
2013-01-15
3
-14
/
+68
*
SONARPLUGINS-2571 Don't display stats when using --version
Julien HENRY
2013-01-15
1
-8
/
+11
*
SONARPLUGINS-2571 Do not parse configuration files when using --version
Julien HENRY
2013-01-15
1
-7
/
+7
*
SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks.
Julien HENRY
2013-01-15
4
-48
/
+157
*
SONARPLUGINS-2285 Improve validation of (tests/binaries/libraries) folders
Julien HENRY
2013-01-07
1
-10
/
+36
*
SONARPLUGINS-2295 If an aggregator module defines "sonar.sources" and has suc...
Julien HENRY
2013-01-07
1
-2
/
+13
*
SONARPLUGINS-2421 Make it possible to define a multi-modules project whose mo...
Julien HENRY
2013-01-07
1
-1
/
+7
*
SONARPLUGINS-2297 The property sonar.sources should not be mandatory
Julien HENRY
2013-01-07
1
-3
/
+13
*
SONARPLUGINS-2468 Improve the error message when the bootstrapper fails to co...
Julien HENRY
2013-01-07
2
-1
/
+9
*
Fix some quality flaws.
Julien HENRY
2013-01-07
1
-1
/
+0
*
SONARPLUGINS-2399 Comma is badly supported in sonar.projectName property
Julien HENRY
2013-01-04
1
-40
/
+18
*
SONARPLUGINS-2571 Make the Sonar Runner support a new "--version" option
Julien HENRY
2013-01-04
1
-7
/
+17
*
SONARPLUGINS-1233 Refactoring to reuse IOUtils
Julien HENRY
2013-01-04
3
-92
/
+77
*
SONARPLUGINS-2560 Set encoding properly when reading content from Sonar server
Julien HENRY
2013-01-04
2
-3
/
+41
*
SONARPLUGINS-1233 Delete the Sonar working/temporary directory before startin...
Julien HENRY
2013-01-04
1
-3
/
+84
*
SONARPLUGINS-1233 Delete the Sonar working/temporary directory before startin...
Julien HENRY
2013-01-03
1
-2
/
+9
*
Remove deprecations.
Julien HENRY
2013-01-03
2
-7
/
+32
*
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
2
-1
/
+11
*
Fix violations.
Fabrice Bellingard
2012-09-14
2
-2
/
+2
*
SONARPLUGINS-2256 Do not force UTF-8 as the default charset
Fabrice Bellingard
2012-09-14
2
-3
/
+19
*
SONARPLUGINS-2202 Clean the working dir name
Fabrice Bellingard
2012-09-13
1
-1
/
+3
*
Update name and file headers
Fabrice Bellingard
2012-09-13
14
-15
/
+14
*
SONARPLUGINS-2202 Work dir of modules are located in root project
Fabrice Bellingard
2012-09-13
1
-5
/
+19
*
SONARPLUGINS-2202 "sonar.projectName" default value is now module ID
Fabrice Bellingard
2012-09-13
1
-6
/
+9
*
Refactor package names
Simon Brandhof
2012-09-13
6
-6
/
+6
*
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
*
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
*
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
*
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
[next]