aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2721-252/+307
* SONAR-8652 Pass value of sonar.organization in the scanner reportJulien HENRY2017-01-162-1/+13
* Fix quality flawsJulien HENRY2017-01-121-8/+2
* SONAR-8573 Missing WS parameter encodingJulien HENRY2017-01-121-1/+2
* Rename BatchUtils -> ScannerUtilsJulien HENRY2017-01-1211-25/+26
* SONAR-8583 Use api/metrics/search to load metricsJulien HENRY2017-01-129-69/+186
* SONAR-8518 "sonar.profile" makes the analysis fail in preview modeDuarte Meneses2017-01-111-6/+5
* SONAR-8458 add SonarQube buildNumber to plugin APISimon Brandhof2017-01-111-26/+1
* SONAR-8573 Use api/settings to load global settingsJulien HENRY2017-01-105-5/+166
* Scanner cleanupJulien HENRY2017-01-0929-145/+91
* Fix some quality flawsJulien HENRY2017-01-0316-59/+59
* Fix quality flawsJulien HENRY2016-12-1621-272/+192
* SONAR-8540 Fix saving of raw IT/Overall coverage measuresJulien HENRY2016-12-151-7/+14
* Fix Quality flaws about complexitySimon Brandhof2016-11-111-29/+30
* SONAR-8352 add the scanner properties sonar.analysis.* to payloadSimon Brandhof2016-11-091-4/+22
* Improve qualityDuarte Meneses2016-11-093-6/+4
* Fix quality flawsJulien HENRY2016-11-086-16/+16
* SONAR-8314 Some rework on generic test executions reportJulien HENRY2016-10-273-8/+25
* SONAR-8310 Added missing deprecation warningJulien HENRY2016-10-271-11/+16
* Fix minor Quality flawsSimon Brandhof2016-10-241-15/+12
* SONAR-8314 Add medium tests for generic test execution reportJulien HENRY2016-10-242-2/+2
* SONAR-6337 Detect encoding of a file from BOMEvgeny Mandrikov2016-10-211-2/+41
* SONAR-8281 coverage_*_data measure should be sortedJulien HENRY2016-10-211-6/+9
* SONAR-8310, SONAR-8314 Make generic coverage plugin a core featureJulien HENRY2016-10-2118-67/+702
* Move old test API to deprecated packageJulien HENRY2016-10-219-11/+11
* Rename persistit classes Cache* -> Storage*Julien HENRY2016-10-219-42/+65
* 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-183-51/+87
* SONAR-8284 Remove overall/IT coverage data from scanner reportJulien HENRY2016-10-181-49/+3
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-1812-438/+381
* 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
* SONAR-8084 Support HTTP proxy authenticationJulien HENRY2016-09-141-2/+6
* Fix Quality flawsSimon Brandhof2016-09-071-4/+0
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-063-13/+67
* SONAR-7258 The project version should be optionalDuarte Meneses2016-08-312-7/+11
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-08-304-4/+10
* SONAR-7864 Drop org.sonar.api.scan.filesystem.ModuleFileSystem from APIJulien HENRY2016-08-296-240/+25
* SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" propertiesJulien HENRY2016-08-291-27/+1
* 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-065-1/+120
* Fix property sonar.core.startTimeSimon Brandhof2016-07-291-12/+2
* SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-2/+2
* Fix merge of branch-6.0Simon Brandhof2016-07-272-12/+9
|\
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-272-12/+9
* | merge GuavaCollectors into Collectors and rename methodsSébastien Lesaint2016-07-211-2/+3
|/
* SONAR-7876 Add SensorContext::isCancelled in the APIJulien HENRY2016-07-181-0/+5