aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-292-2/+5
* SONAR-10206 Allow to configure the location where scanner writes report-task.txtDuarte Meneses2018-06-111-4/+4
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-1/+2
* SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-251-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-0718-18/+18
* SONAR-10078 Logs ordering is messed up in case of exception during file indexingDuarte Meneses2017-12-291-3/+18
* Fix Quality flawsameya2017-10-163-5/+5
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-283-30/+47
* Clean containerDuarte Meneses2017-09-285-87/+13
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-283-9/+18
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-272-8/+4
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-122-10/+10
* SONAR-9701 Don't publish coverage, scm and source of unchanged filesJulien HENRY2017-09-122-4/+8
* SONAR-9607 Do not copy unchanged source files in scanner reportJulien HENRY2017-08-072-4/+10
* SONAR-9576 Add component status in the scanner reportJulien HENRY2017-08-073-17/+25
* Don't change PathResolver methods to staticJulien HENRY2017-08-043-11/+10
* Fix quality flawsJulien HENRY2017-08-042-9/+9
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-042-17/+11
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-043-9/+19
* SONAR-9641 Add URIPredicateJulien HENRY2017-08-043-12/+8
* SONAR-9561 File inclusions/exclusions should be applied before language detec...Julien HENRY2017-08-044-47/+45
* SONAR-9557 Fix coverage exclusions for global sensorsJulien HENRY2017-08-042-2/+2
* Rework file indexingJulien HENRY2017-08-046-286/+123
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-119-39/+95
* SONAR-9198 Support multi-valued properties containing commaJulien HENRY2017-07-041-8/+16
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-049-32/+20
* Detect Windows-1252 encoding (#2156)Janos Gyerik2017-06-082-22/+60
* Fix quality issuesDuarte Meneses2017-05-051-4/+4
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-05-034-68/+435
* SONAR-9141 Failure to create reports in issues mode when using branchesDuarte Meneses2017-04-281-2/+2
* SONAR-9160 All files are scanned in issues mode when analysing a branchDuarte Meneses2017-04-282-5/+5
* Fix NPE in charset detectionDuarte Meneses2017-04-121-5/+6
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-04-112-33/+139
* SONAR-9025 Optimize computation issue exclusionsDuarte Meneses2017-04-112-6/+10
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-271-1/+1
|\
| * SONAR-8995 Scanner fails when using issue exclusionsDuarte Meneses2017-03-271-1/+1
* | Typos fix in the file warning msgs.Şerban Ghiţă2017-03-231-1/+1
* | Store repeated call result in local variableJanos Gyerik2017-03-021-5/+6
* | SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-022-14/+97
* | Analyze non-leaf modulesJanos Gyerik2017-02-231-11/+3
|/
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1017-34/+34
* Reduce dependency on guavaDuarte Meneses2017-01-313-10/+10
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-312-2/+7
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-276-46/+105
* SONAR-8630 query by filename and ext (#1555)Janos Gyerik2017-01-272-0/+24
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-279-114/+52
* Refactor resources APIDuarte Meneses2017-01-278-134/+167
* Improve qualityDuarte Meneses2017-01-271-1/+1
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2711-232/+287
* Fix some quality flawsJulien HENRY2017-01-035-12/+18