aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Skip unchanged files and dirs on short living branchesDuarte Meneses2017-09-122-12/+92
|
* 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-1211-21/+129
|
* SONAR-9701 Skip unchanged components in short living branchesDuarte Meneses2017-09-122-10/+17
|
* Improve tests and qualityDuarte Meneses2017-09-125-5/+74
|
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-1217-61/+347
|