aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8314 Some rework on generic test executions reportJulien HENRY2016-10-276-12/+94
| | | | | | * show warning in case of use of deprecated props * deprecate root element 'unitTest' and support 'testExecutions' * few other minor fixes
* SONAR-8310 Added missing deprecation warningJulien HENRY2016-10-272-11/+71
|
* Fix minor Quality flawsSimon Brandhof2016-10-241-15/+12
|
* SONAR-8314 Add medium tests for generic test execution reportJulien HENRY2016-10-249-4/+246
|
* SONAR-6337 Detect encoding of a file from BOMEvgeny Mandrikov2016-10-218-2/+81
|
* SONAR-8281 coverage_*_data measure should be sortedJulien HENRY2016-10-212-6/+20
|
* SONAR-8310, SONAR-8314 Make generic coverage plugin a core featureJulien HENRY2016-10-2134-106/+1327
|
* Move old test API to deprecated packageJulien HENRY2016-10-219-11/+11
|
* Rename persistit classes Cache* -> Storage*Julien HENRY2016-10-2114-77/+102
|
* Update JavaDocJulien HENRY2016-10-212-5/+7
|
* SONAR-8284 Make IT/Overall coverage measures 'hidden'Julien HENRY2016-10-191-1/+1
|
* SONAR-7875 Log a warning when a metric should not be saved by a SensorJulien HENRY2016-10-181-17/+25
|
* SONAR-8281 Recompute coverage measures from line data to ensure consistencyJulien HENRY2016-10-185-60/+98
|
* SONAR-8284 Remove overall/IT coverage data from scanner reportJulien HENRY2016-10-183-67/+15
|
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-1820-804/+566
|
* SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests"Julien HENRY2016-10-182-5/+3
|
* Fix Quality flawsSimon Brandhof2016-10-053-4/+4
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* SONAR-8084 Support HTTP proxy authenticationJulien HENRY2016-09-141-2/+6
| | | | Tested by an IT in SQ Scanner API
* Return content when exception is generated in ws clientJulien Lancelot2016-09-081-5/+2
|
* Cleanup unused test filesJulien HENRY2016-09-077-9/+0
|
* Fix Quality flawsSimon Brandhof2016-09-071-4/+0
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-0634-156/+189
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-09-021-1/+1
|
* SONAR-7258 The project version should be optionalDuarte Meneses2016-08-313-7/+80
|
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-08-3011-4/+61
|
* SONAR-7864 Drop org.sonar.api.scan.filesystem.ModuleFileSystem from APIJulien HENRY2016-08-299-524/+27
| | | | SONAR-8038 Deprecate ProjectDefinition::getBuildDir
* SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" propertiesJulien HENRY2016-08-292-53/+2
|
* Fix some quality flawsJulien HENRY2016-08-231-3/+2
|
* SONAR-8006 Decrease memory comsumption of FileMetadataJulien HENRY2016-08-231-3/+3
|
* Improve scanner report viewerDuarte Meneses2016-08-171-2/+2
|
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-068-3/+293
|
* Fix property sonar.core.startTimeSimon Brandhof2016-07-292-15/+5
|
* Fix Quality flawsSimon Brandhof2016-07-291-1/+0
|
* SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-2/+2
|
* Fix merge of branch-6.0Simon Brandhof2016-07-274-26/+19
|\
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-274-26/+19
| | | | | | | | | | | | | | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-201-1/+1
| |
| * [maven-release-plugin] prepare release 6.0-RC16.0-RC1David Rautureau2016-07-201-1/+1
| |
* | merge GuavaCollectors into Collectors and rename methodsSébastien Lesaint2016-07-211-2/+3
| |
* | prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|/
* SONAR-7876 Add SensorContext::isCancelled in the APIJulien HENRY2016-07-182-1/+7
|
* Improve qualityDuarte Meneses2016-07-141-0/+29
|
* Improve qualityDuarte Meneses2016-07-144-0/+82
|
* Fix close connectionDuarte Meneses2016-07-131-1/+0
|
* Fix some quality flawsJulien HENRY2016-07-1317-71/+42
|
* Fix leaked connectionDuarte Meneses2016-07-133-5/+9
|
* Improve qualityDuarte Meneses2016-07-122-12/+2
|
* SONAR-7741 upgrade OK HTTP to 3.3.1Sébastien Lesaint2016-07-112-5/+5
|
* SONAR-7876 Add an API for Sensors to report files that can't be analyzedDuarte Meneses2016-07-113-0/+65
|