index
:
sonar-scanner-cli.git
Pavel/AutoClose
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
branch-5.x
feat/smarini/BUILD-8073-ghPublicRepositoriesRunnerMigration
feature/eg/SCANCLI-118-run-its-macos
jh/SCANCLI-162_update_jre
jh/SCANCLI-168_update_lib
jh/SCANCLI-176_regions
jh/SCANCLI-180_java_11
jh/SCANCLI-183_update_okhttp
jh/cirrus_add_junit
jh/fix_fips
jh/fix_releasability
jh/fix_slack_channel
jh/hardening
jh/next_iteration
jh/prepare_release
jh/update-headers
jh/update_dependencies
jh/update_jres_claude
jh/update_library
jh/update_logback
jh/update_version
lp/rebranding
master
pierre/SCANCLI-152-remove-burgr-env-variables
pierre/bump-orchestrator
pierre/use-latest-lts
task/abozhinoska/mend-bump-sonar-ws-version
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
/
org
/
sonar
/
runner
/
Main.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).
Julien HENRY
2013-01-30
1
-337
/
+0
*
Fix some quality flaws.
Julien HENRY
2013-01-22
1
-4
/
+8
*
SONARPLUGINS-2468 Improve display of errors.
Julien HENRY
2013-01-17
1
-1
/
+5
*
SONARPLUGINS-2540 Allow to provide task command by a property for testing pur...
Julien HENRY
2013-01-17
1
-1
/
+8
*
SONARPLUGINS-2604 -X implies -e
Julien HENRY
2013-01-16
1
-1
/
+4
*
SONARPLUGINS-2604 Improve error reporting and introduce -e flag
Julien HENRY
2013-01-15
1
-11
/
+58
*
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
1
-10
/
+45
*
SONARPLUGINS-2571 Make the Sonar Runner support a new "--version" option
Julien HENRY
2013-01-04
1
-7
/
+17
*
SONARPLUGINS-2256 Add log to warn when analysis is platform dependent
Fabrice Bellingard
2012-09-14
1
-1
/
+2
*
SONARPLUGINS-2256 Do not force UTF-8 as the default charset
Fabrice Bellingard
2012-09-14
1
-0
/
+2
*
Update name and file headers
Fabrice Bellingard
2012-09-13
1
-1
/
+1
*
Fix classloader issue with ant 1.7.x
Simon Brandhof
2012-09-13
1
-6
/
+3
*
Refactor org.sonar.runner.Main
Simon Brandhof
2012-09-11
1
-61
/
+30
*
Move (again) Main to org.sonar.runner
Simon Brandhof
2012-09-11
1
-0
/
+255
*
SONARPLUGINS-2202 Refactor package names to have clearer API
Fabrice Bellingard
2012-09-11
1
-247
/
+0
*
SONARPLUGINS-2202 Change some property names
Fabrice Bellingard
2012-09-10
1
-1
/
+1
*
Fix violations / improve documentation / refactor some code
Fabrice Bellingard
2012-09-07
1
-1
/
+5
*
Improve API and its documentation.
Fabrice Bellingard
2012-09-07
1
-2
/
+15
*
Refactor code and add some API documentation.
Fabrice Bellingard
2012-09-07
1
-5
/
+3
*
Refactor and fix violations (again)
Fabrice Bellingard
2012-09-05
1
-2
/
+3
*
Refactor and fix violations
Fabrice Bellingard
2012-09-05
1
-2
/
+4
*
SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar R...
Fabrice Bellingard
2012-09-05
1
-2
/
+2
*
SONARPLUGINS-1230 Configure the location of working directory
Fabrice Bellingard
2012-07-19
1
-1
/
+1
*
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
*
SONARPLUGINS-1376 Throw an exception with a meaningful message, when no files...
Evgeny Mandrikov
2011-12-19
1
-3
/
+5
*
SONARPLUGINS-1572 When no runner or project configuration file is found, this...
Evgeny Mandrikov
2011-12-19
1
-2
/
+6
*
SONARPLUGINS-1343 When launching runner, information about OS should be printed
Evgeny Mandrikov
2011-12-19
1
-0
/
+1
*
SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is full...
Evgeny Mandrikov
2011-12-19
1
-1
/
+9
*
Fix typo in name of method, add tests
Evgeny Mandrikov
2011-12-15
1
-1
/
+1
*
SONARPLUGINS-1466 Throw an exception with a meaningful message, when mandator...
Evgeny Mandrikov
2011-12-15
1
-1
/
+1
*
SONARPLUGINS-1023 Display total running time at the end of analysis
Evgeny Mandrikov
2011-12-15
1
-4
/
+16
*
SONARPLUGINS-1343 When launching runner, version of Java should be printed
Evgeny Mandrikov
2011-12-15
1
-0
/
+2
*
Fix violations
Evgeny Mandrikov
2011-12-15
1
-1
/
+2
*
Fix violations
Evgeny Mandrikov
2011-12-15
1
-3
/
+6
*
SONARPLUGINS-1229 Display memory usage at the end of analysis
Evgeny Mandrikov
2011-12-15
1
-0
/
+9
*
SONARPLUGINS-1372 Allow definitions of properties without white space
Evgeny Mandrikov
2011-12-15
1
-10
/
+17
*
SONARPLUGINS-1433 Add the property sonar.verbose
Simon Brandhof
2011-10-18
1
-1
/
+1
*
Sonar runner: improve log of working dir
Simon Brandhof
2011-06-27
1
-12
/
+16
*
SONARPLUGINS-1220 command-line properties must override global and project se...
Simon Brandhof
2011-06-27
1
-6
/
+10
*
SONARPLUGINS-1220 Runner home must be optional
Simon Brandhof
2011-06-27
1
-5
/
+4
*
SONARPLUGINS-1220 Runner home must be optional
Simon Brandhof
2011-06-24
1
-139
/
+70
*
SONARPLUGINS-1177 Remove unused code
Simon Brandhof
2011-05-23
1
-2
/
+1
*
ANT-TASK, SONAR-RUNNER: Follow changes in upstream - use User-Agent in Bootst...
Evgeny Mandrikov
2011-02-09
1
-6
/
+6
*
SONAR-RUNNER
Evgeny Mandrikov
2011-02-03
1
-23
/
+77
*
SONAR-RUNNER
Evgeny Mandrikov
2011-02-03
1
-0
/
+182