aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src
Commit message (Expand)AuthorAgeFilesLines
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-237-36/+30
* Auto-generate sonar-ws for integration testsDaniel Schwarz2017-11-1612-22/+22
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-031-6/+4
* SONAR-7992 Restrict length of version namesDaniel Schwarz2017-10-262-7/+31
* SONAR-9984 Coverage per tests should be disabled for short living branchesJulien HENRY2017-10-202-1/+61
* 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-204-10/+69
* Delete deprecated and unused Server#getDeployDir()Simon Brandhof2017-10-162-8/+0
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-163-4/+3
* Fix Quality flawsameya2017-10-164-7/+7
* SONAR-9799 deprecate legacy branch param (#2662)Janos Gyerik2017-10-122-0/+2
* Revert "SONAR-9757 Copy issues in directories with unchanged files only"Janos Gyerik2017-10-122-72/+0
* Skip storage on short branch if file status is SAMEJanos Gyerik2017-10-122-10/+121
* Analyze all files even in short branchesJanos Gyerik2017-10-122-12/+5
* SONAR-9929 Filter secondary locations that are in a different file than prima...Julien HENRY2017-10-102-8/+36
* 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-042-22/+2
* SONAR-7245 Remove issues report (html/console) featureJulien HENRY2017-10-0429-2394/+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-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