aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-256-428/+5
|
* SONAR-10122 fix misleading error message for multivalue propertiesSébastien Lesaint2018-01-251-1/+1
| | | | | when parsing fails in ProjectReactor it concerns only sonar.sources, sonar.tests and sonar.modules
* SONAR-10288 scanner multivalue property parsing ignore empty fieldsSébastien Lesaint2018-01-256-6/+368
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|
* Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-141-3/+3
|
* Upgrade Mockito from 1.10.19 to 2.13.0Simon Brandhof2018-01-142-24/+9
|
* Fix license headers for 2018Simon Brandhof2018-01-07484-484/+484
|
* 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-072-1/+28
|
* SONAR-10168 Log downloading of plugins in debugDuarte Meneses2017-12-071-5/+4
|
* SONAR-10125 Add project relative path for all componentsJanos Gyerik2017-12-052-16/+175
|
* SONAR-10152 Add revision id to scanner reportJanos Gyerik2017-12-051-4/+91
|
* SONAR-10126 Add relative path of project basedir to scanner reportJanos Gyerik2017-12-052-2/+48
|
* fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-241-0/+3
|
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-238-41/+30
|
* Auto-generate sonar-ws for integration testsDaniel Schwarz2017-11-1612-22/+22
|
* Automatic merge from branch-6.7ssjenka2017-11-031-6/+4
|\ | | | | | | | | | | | | | | * origin/branch-6.7: SONAR-9973 IT for report processing resilient to failure during start SONAR-9973 TaskContainer now support errors during start of components SONAR-9973 add IT ensuring resilience of Ce Workers to exceptions SONAR-9973 ComponentContainer#stopComponent now never fail
| * SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-031-6/+4
| | | | | | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called
| * Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
| |
| * Release 6.76.7-RC1Julien Lancelot2017-10-271-1/+1
| |
* | Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|/
* SONAR-7992 Restrict length of version namesDaniel Schwarz2017-10-262-7/+31
| | | | | | | | * SONAR-7992 Restrict length of name in api/project_analyses/update_event to 100 characters * SONAR-7992 Restrict length of version name of an analysis * SONAR-7992 Restrict length of version name of SnapshotDto * SONAR-7992 Include the module's name in the validation error message
* 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
| | | | | When there are multiple candidates (from multiple branches), prefer any of the RESOLVED one, before taking any of the CONFIRMED ones.
* SONAR-9969 Change the validation logic of the new branch parameter (#2666)Janos Gyerik2017-10-204-10/+69
| | | | | | * Fail-fast when branch name or target used without branch plugin * Allow missing BranchParamsValidator, improve the check for missing * Reuse branches doc link constant
* Remove unused dependency on commons-beanutilsSimon Brandhof2017-10-161-4/+0
|
* 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
| | | | This reverts commit aa5537ba9748dd4f3f9c876064ff6a6e641cba3e.
* 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 ↵Julien HENRY2017-10-102-8/+36
| | | | primary location
* remove misleading thread safety commentSébastien Lesaint2017-10-101-3/+0
| | | | thanks to dtrebbien for spotting it
* Utilize parameterized loggingDaniel Trebbien2017-10-101-1/+1
| | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-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
|