aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner
Commit message (Expand)AuthorAgeFilesLines
* Revert "SONAR-9757 Copy issues in directories with unchanged files only"Janos Gyerik2017-10-121-48/+0
* Skip storage on short branch if file status is SAMEJanos Gyerik2017-10-121-4/+81
* Analyze all files even in short branchesJanos Gyerik2017-10-121-7/+3
* SONAR-9929 Filter secondary locations that are in a different file than prima...Julien HENRY2017-10-101-0/+23
* SONAR-9770 Stop listing deprecated modesJulien HENRY2017-10-041-17/+1
* SONAR-7245 Remove issues report (html/console) featureJulien HENRY2017-10-043-287/+0
* SONAR-9836 Fix @Phase annotation support on new PostJob APIJulien HENRY2017-10-021-18/+85
* SONAR-9883 Project name is 'null' if not specified and branch is usedDuarte Meneses2017-10-021-0/+24
* Fix SCM testsDuarte Meneses2017-09-281-0/+3
* Drop ScmBranchProvider (blend it into ScmProvider)Janos Gyerik2017-09-281-4/+8
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-282-2/+43
* Clean containerDuarte Meneses2017-09-284-90/+5
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-285-10/+217
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-2714-200/+22
* SONAR-9223 Properly handle case when SONAR_USER_HOME point to a symlinkJulien HENRY2017-09-151-0/+15
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-153-7/+44
* SONAR-8855 Make it obvious that generic coverage report expect an XML fileJulien HENRY2017-09-152-35/+54
* SONAR-9666 Restore support of multi-valued properties containing line breaksJulien HENRY2017-09-151-0/+6
* Use SettingsLoader only when needed for branchesDuarte Meneses2017-09-123-29/+27
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-121-7/+10
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-122-27/+53
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-1232-217/+296
* Remove message about deprecated sonar.branchDuarte Meneses2017-09-121-1/+0
* SONAR-9701 Don't publish coverage, scm and source of unchanged filesJulien HENRY2017-09-1213-25/+40
* SONAR-9701 Don't publish empty modulesJulien HENRY2017-09-121-1/+57
* SONAR-9626 update log messages (#2472)Janos Gyerik2017-09-121-2/+20
* SONAR-9616 Use base branch to get project repository (#2426)Janos Gyerik2017-09-121-5/+12
* SONAR-9616 Send branch type into the report as characteristicJulien Lancelot2017-09-121-12/+49
* Add medium test for branches (#2359)Janos Gyerik2017-09-123-96/+243
* Skip unchanged files and dirs on short living branchesDuarte Meneses2017-09-121-5/+76
* SONAR-9711 Skip duplications and coverage in short living branchesDuarte Meneses2017-09-123-7/+29
* SONAR-9701 Skip unchanged components in short living branchesDuarte Meneses2017-09-121-4/+8
* Improve tests and qualityDuarte Meneses2017-09-121-0/+64
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-125-36/+77
* SONAR-9616 new branch param (#2321)Janos Gyerik2017-09-123-14/+35
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-123-8/+9
* SONAR-9679 Add plugins and their updated_at date to the scanner reportJulien HENRY2017-09-073-6/+34
* SONAR-9684 Use api/plugins/installed to load pluginsJulien HENRY2017-09-071-8/+12
* SONAR-9757 Copy issues in directories with unchanged files onlyDuarte Meneses2017-08-291-0/+49
* Fix FP in encoding detection testDuarte Meneses2017-08-221-1/+13
* Fix regression introduced during previous scanner hardeningJulien HENRY2017-08-081-16/+39
* SONAR-9576 More simple predicate to skip default status filterJulien HENRY2017-08-071-0/+1
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-071-0/+31
* 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-0710-10/+52
* SONAR-9600 Disable "force coverage to zero" in incremental modeJulien HENRY2017-08-071-0/+46
* SONAR-9575 Allow to replace ProjectRepositoriesProvider core implementationJulien HENRY2017-08-071-1/+1
* SONAR-9576 Add component status in the scanner reportJulien HENRY2017-08-072-8/+65