aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10122 fix misleading error message for multivalue propertiesSébastien Lesaint2018-01-251-1/+1
* SONAR-10288 scanner multivalue property parsing ignore empty fieldsSébastien Lesaint2018-01-252-1/+132
* Fix license headers for 2018Simon Brandhof2018-01-07306-306/+306
* SONAR-10078 Logs ordering is messed up in case of exception during file indexingDuarte Meneses2017-12-292-6/+24
* SONAR-10142 Download compressed pluginsDuarte Meneses2017-12-071-1/+10
* SONAR-10168 Log downloading of plugins in debugDuarte Meneses2017-12-071-5/+4
* SONAR-10125 Add project relative path for all componentsJanos Gyerik2017-12-051-1/+26
* SONAR-10126 Add relative path of project basedir to scanner reportJanos Gyerik2017-12-051-1/+48
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-232-5/+3
* Auto-generate sonar-ws for integration testsDaniel Schwarz2017-11-166-12/+12
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-031-6/+4
* SONAR-7992 Restrict length of version namesDaniel Schwarz2017-10-261-0/+5
* SONAR-9984 Coverage per tests should be disabled for short living branchesJulien HENRY2017-10-201-1/+7
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-201-1/+8
* SONAR-9913 Match issues from short living branches more aggressivelyJulien HENRY2017-10-202-0/+10
* SONAR-9969 Change the validation logic of the new branch parameter (#2666)Janos Gyerik2017-10-202-6/+29
* Delete deprecated and unused Server#getDeployDir()Simon Brandhof2017-10-161-7/+0
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-162-2/+2
* Fix Quality flawsameya2017-10-164-7/+7
* SONAR-9799 deprecate legacy branch param (#2662)Janos Gyerik2017-10-121-0/+1
* Revert "SONAR-9757 Copy issues in directories with unchanged files only"Janos Gyerik2017-10-121-24/+0
* Skip storage on short branch if file status is SAMEJanos Gyerik2017-10-121-6/+40
* Analyze all files even in short branchesJanos Gyerik2017-10-121-5/+2
* SONAR-9929 Filter secondary locations that are in a different file than prima...Julien HENRY2017-10-101-8/+13
* 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