aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9816 Transitively find long-lived branch to use as targetDuarte Meneses2017-10-022-1/+13
* SONAR-9836 Fix @Phase annotation support on new PostJob APIJulien HENRY2017-10-022-38/+100
* SONAR-9883 Project name is 'null' if not specified and branch is usedDuarte Meneses2017-10-022-1/+25
* Fix SCM testsDuarte Meneses2017-09-281-0/+3
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-281-1/+1
* Drop ScmBranchProvider (blend it into ScmProvider)Janos Gyerik2017-09-282-8/+10
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-286-36/+112
* Clean containerDuarte Meneses2017-09-2814-204/+50
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-2813-23/+361
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-2724-321/+38
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-252-3/+3
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-195-9/+26
* SONAR-9223 Properly handle case when SONAR_USER_HOME point to a symlinkJulien HENRY2017-09-152-4/+22
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-155-16/+57
* SONAR-8855 Make it obvious that generic coverage report expect an XML fileJulien HENRY2017-09-154-42/+67
* SONAR-9770 Deprecate 'preview'/'issues' analysis modeJulien HENRY2017-09-151-1/+3
* SONAR-9666 Restore support of multi-valued properties containing line breaksJulien HENRY2017-09-152-2/+51
* Improve qualityDuarte Meneses2017-09-142-4/+5
* 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