aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Expand)AuthorAgeFilesLines
* Use SettingsLoader only when needed for branchesDuarte Meneses2017-09-127-87/+62
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-123-30/+37
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-125-39/+61
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-1280-455/+805
* Remove message about deprecated sonar.branchDuarte Meneses2017-09-122-2/+0
* SONAR-9701 Don't publish coverage, scm and source of unchanged filesJulien HENRY2017-09-1223-65/+81
* SONAR-9701 Don't publish empty modulesJulien HENRY2017-09-122-5/+62
* SONAR-9626 update log messages (#2472)Janos Gyerik2017-09-122-4/+32
* SONAR-9616 Use base branch to get project repository (#2426)Janos Gyerik2017-09-129-25/+42
* SONAR-9616 Send branch type into the report as characteristicJulien Lancelot2017-09-122-14/+58
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-123-0/+15
* Add medium test for branches (#2359)Janos Gyerik2017-09-123-96/+243
* Skip unchanged files and dirs on short living branchesDuarte Meneses2017-09-122-12/+92
* Add incrementalMode param to BranchConfigurationValidator.validate (#2353)Janos Gyerik2017-09-123-3/+3
* SONAR-9711 Skip duplications and coverage in short living branchesDuarte Meneses2017-09-1211-21/+129
* SONAR-9701 Skip unchanged components in short living branchesDuarte Meneses2017-09-122-10/+17
* Improve tests and qualityDuarte Meneses2017-09-125-5/+74
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-1217-61/+347
* SONAR-9616 new branch param (#2321)Janos Gyerik2017-09-126-20/+59
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-127-29/+31
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
* SONAR-9679 Add plugins and their updated_at date to the scanner reportJulien HENRY2017-09-079-46/+155
* SONAR-9684 Use api/plugins/installed to load pluginsJulien HENRY2017-09-073-46/+90
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-071-0/+1
* SONAR-9757 Copy issues in directories with unchanged files onlyDuarte Meneses2017-08-292-0/+73
* Fix FP in encoding detection testDuarte Meneses2017-08-221-1/+13
* Use LinkedHashSet to make output order consistentJulien HENRY2017-08-081-2/+2
* Fix regression introduced during previous scanner hardeningJulien HENRY2017-08-084-75/+125
* SONAR-9576 More simple predicate to skip default status filterJulien HENRY2017-08-071-0/+1
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-072-0/+35
* SONAR-9576 Add analysis mode in the scanner reportJulien HENRY2017-08-071-14/+0
* SONAR-9586 Run incremental task when sonar.incremental=trueJulien HENRY2017-08-071-0/+14
* SONAR-9602 Don't persist sources of unchanged filesDuarte Meneses2017-08-071-5/+1
* SONAR-9607 Do not copy unchanged source files in scanner reportJulien HENRY2017-08-0712-14/+62
* SONAR-9600 Disable "force coverage to zero" in incremental modeJulien HENRY2017-08-072-19/+61
* SONAR-9575 Allow to replace ProjectRepositoriesProvider core implementationJulien HENRY2017-08-074-7/+11
* SONAR-9576 Add component status in the scanner reportJulien HENRY2017-08-076-25/+106
* SONAR-9576 Add analysis mode in the scanner reportJulien HENRY2017-08-079-30/+51
* SONAR-9586 Run incremental task when sonar.incremental=trueJulien HENRY2017-08-072-2/+23
* Fix quality flawsJulien HENRY2017-08-041-1/+1
* Don't change PathResolver methods to staticJulien HENRY2017-08-044-12/+11
* Fix quality flawsJulien HENRY2017-08-0414-38/+38
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-046-40/+39
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-0413-65/+70
* SONAR-9641 Add URIPredicateJulien HENRY2017-08-0412-44/+29
* SONAR-9561 File inclusions/exclusions should be applied before language detec...Julien HENRY2017-08-048-70/+109
* SONAR-9557 Fix coverage exclusions for global sensorsJulien HENRY2017-08-0420-129/+180
* Rework file indexingJulien HENRY2017-08-0444-489/+421
* SONAR-9606 Clean scanner-engine entry pointJulien HENRY2017-07-2837-1348/+413