aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* remove misleading thread safety commentSébastien Lesaint2017-10-101-3/+0
* Utilize parameterized loggingDaniel Trebbien2017-10-101-1/+1
* SONAR-9770 Stop listing deprecated modesJulien HENRY2017-10-041-5/+1
* SONAR-7245 Remove issues report (html/console) featureJulien HENRY2017-10-0413-1195/+0
* 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-021-20/+15
* SONAR-9883 Project name is 'null' if not specified and branch is usedDuarte Meneses2017-10-021-1/+1
* 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-281-4/+2
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-284-34/+69
* Clean containerDuarte Meneses2017-09-2810-114/+45
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-288-13/+144
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-2710-121/+16
* 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-151-4/+7
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-152-9/+13
* SONAR-8855 Make it obvious that generic coverage report expect an XML fileJulien HENRY2017-09-152-7/+13
* 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-151-2/+45
* Improve qualityDuarte Meneses2017-09-142-4/+5
* Use SettingsLoader only when needed for branchesDuarte Meneses2017-09-124-58/+35
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-122-23/+27
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-123-12/+8
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-1248-238/+509
* 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-1210-40/+41
* SONAR-9701 Don't publish empty modulesJulien HENRY2017-09-121-4/+5
* SONAR-9626 update log messages (#2472)Janos Gyerik2017-09-121-2/+12
* SONAR-9616 Use base branch to get project repository (#2426)Janos Gyerik2017-09-128-20/+30
* SONAR-9616 Send branch type into the report as characteristicJulien Lancelot2017-09-121-2/+9
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-123-0/+15
* Skip unchanged files and dirs on short living branchesDuarte Meneses2017-09-121-7/+16
* 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-128-14/+100
* SONAR-9701 Skip unchanged components in short living branchesDuarte Meneses2017-09-121-6/+9
* Improve tests and qualityDuarte Meneses2017-09-124-5/+10
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-1212-25/+270
* SONAR-9616 new branch param (#2321)Janos Gyerik2017-09-123-6/+24
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-124-21/+22
* SONAR-9679 Add plugins and their updated_at date to the scanner reportJulien HENRY2017-09-076-40/+121
* SONAR-9684 Use api/plugins/installed to load pluginsJulien HENRY2017-09-071-38/+26
* 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-291-0/+24
* Use LinkedHashSet to make output order consistentJulien HENRY2017-08-081-2/+2
* Fix regression introduced during previous scanner hardeningJulien HENRY2017-08-083-59/+86
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-071-0/+4
* SONAR-9607 Do not copy unchanged source files in scanner reportJulien HENRY2017-08-072-4/+10
* SONAR-9600 Disable "force coverage to zero" in incremental modeJulien HENRY2017-08-071-19/+15
* SONAR-9575 Allow to replace ProjectRepositoriesProvider core implementationJulien HENRY2017-08-073-6/+10