aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* Prepare development version 6.7.5-SNAPSHOTSimon Brandhof2018-05-301-1/+1
|
* Release 6.7.46.7.4Simon Brandhof2018-05-301-1/+1
|
* SONAR-10658 Prevent Scanner Context from being too big (fix merge issue)Julien HENRY2018-05-251-1/+1
|
* SONAR-10658 Prevent Scanner Context from being too bigJulien HENRY2018-05-252-15/+40
|
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-05-215-7/+22
| | | | SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton.
* Prepare for dev version 6.7.4-SNAPSHOTSimon Brandhof2018-04-061-1/+1
|
* Release 6.7.36.7.3Simon Brandhof2018-04-061-1/+1
|
* Prepare version 6.7.3-SNAPSHOTSimon Brandhof2018-02-231-1/+1
|
* Release 6.7.26.7.2Simon Brandhof2018-02-221-1/+1
|
* Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
|
* Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
|
* Prepare for next development iterationJulien Lancelot2017-11-071-1/+1
|
* Release 6.76.7Simon Brandhof2017-11-071-1/+1
|
* 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
|
* 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
|
* 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
|