aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9576 Add analysis mode in the scanner reportJulien HENRY2017-08-072-17/+10
* SONAR-9586 Run incremental task when sonar.incremental=trueJulien HENRY2017-08-071-0/+14
* Fix quality flawsJulien HENRY2017-08-045-12/+12
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-044-23/+28
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-047-16/+49
* SONAR-9641 Add URIPredicateJulien HENRY2017-08-049-32/+21
* SONAR-9561 File inclusions/exclusions should be applied before language detec...Julien HENRY2017-08-044-23/+64
* SONAR-9557 Fix coverage exclusions for global sensorsJulien HENRY2017-08-046-11/+67
* Rework file indexingJulien HENRY2017-08-0426-159/+265
* SONAR-9606 Clean scanner-engine entry pointJulien HENRY2017-07-2830-995/+373
* SONAR-9198 Do not warn when reading property sets with getStringArrayJulien HENRY2017-07-111-2/+25
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-1131-314/+420
* SONAR-8546 Add medium testJulien HENRY2017-07-071-3/+5
* SONAR-9198 Support comma in sonar.sources/sonar.testsJulien HENRY2017-07-072-4/+43
* Fix tests on WindowsJulien HENRY2017-07-051-1/+1
* Fix quality flawsJulien HENRY2017-07-051-1/+1
* SONAR-9198 Support multi-valued properties containing commaJulien HENRY2017-07-043-0/+140
* SONAR-8546 Improve SensorDescriptor API to give more flexibility on configura...Julien HENRY2017-07-041-4/+4
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-04119-524/+375
* SONAR-8918 Do two calls to load QP when sonar.profile is usedJulien HENRY2017-06-281-15/+16
* SONAR-9304 Compress rules_profiles for built-in profilesTeryk Bellahsene2017-06-141-43/+0
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-141-8/+32
* Detect Windows-1252 encoding (#2156)Janos Gyerik2017-06-084-1/+51
* Fix quality flawsJulien HENRY2017-05-122-13/+10
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-121-1/+1
* SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizerJulien HENRY2017-05-091-1/+3
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-05-035-17/+368
* SONAR-9141 Failure to create reports in issues mode when using branchesDuarte Meneses2017-04-281-35/+72
* Fix tests on windowsDuarte Meneses2017-04-282-36/+42
* Remove false-positive in ProgressReportTestSimon Brandhof2017-04-131-20/+17
* Fix NPE in charset detectionDuarte Meneses2017-04-121-0/+1
* SONAR-9080 Stop using api/batch/usersDuarte Meneses2017-04-124-144/+7
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-04-116-31/+161
* SONAR-9025 Optimize computation issue exclusionsDuarte Meneses2017-04-1115-440/+218
* SONAR-8904 Make it clear why a file with no blocks is not part of the CPD ana...Duarte Meneses2017-04-101-0/+39
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-274-28/+131
|\
| * SONAR-8995 Scanner fails when using issue exclusionsDuarte Meneses2017-03-274-28/+131
* | SONAR-8925 scanner sends param "organization" when requesting Quality profilesSimon Brandhof2017-03-232-51/+78
* | SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-164-253/+0
* | Automatic merge from branch-6.3ssjenka2017-03-091-0/+27
|\|
| * SONAR-8623 Fix regression with project level measuresJulien HENRY2017-03-091-0/+27
* | Automatic merge from branch-6.3ssjenka2017-03-091-11/+22
|\|
| * SONAR-8623 Index all source files, even the ones with no supported languageDuarte Meneses2017-03-081-11/+22
* | Add unit tests to verify behavior depending on sensor strategy (#1745)Janos Gyerik2017-03-064-28/+220
* | SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-031-4/+4
* | Fix JSONReportTestJulien Lancelot2017-03-031-12/+19
* | Automatic merge from branch-6.3Julien Lancelot2017-03-033-18/+47
|\|
| * SONAR-8883 Fix Server::getVersion() on scanner side, and reenable IssueJsonRe...Julien HENRY2017-03-021-5/+7
| * SONAR-8622 Fix preview mode/JSON report on branchesJulien HENRY2017-03-022-13/+40
* | SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-0210-61/+159