aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-168-222/+33
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-1610-176/+90
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-1620-224/+188
* SONAR-11480 Evaluate coverage exclusions at project levelJulien HENRY2019-01-162-4/+7
* Clean some scanner component namesJulien HENRY2019-01-169-31/+31
* SONAR-11465 NoSonarFilter moved to project levelJulien HENRY2019-01-162-2/+2
* SONAR-11471 Stop providing RulesProfile on scanner sideJulien HENRY2019-01-162-8/+4
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-162-5/+6
* SONAR-11605 No changed lines detected in P/R and SLB if target branch is not ...Duarte Meneses2019-01-092-12/+2
* Fix license headers for 2019Duarte Meneses2019-01-0263-63/+63
* SONAR-11365 Fix PR on PRJulien HENRY2018-10-163-13/+19
* SONAR-11218 Drop RuleFinder implementation on scanner side and remove depreca...Julien HENRY2018-10-111-2/+0
* SONAR-11241 Write analysis warnings to scanner reportJanos Gyerik2018-10-101-2/+3
* SONAR-11241 Provide API for SCM plugins to register analysis warningsJanos Gyerik2018-10-101-0/+3
* Fix quality flawsJulien HENRY2018-09-241-1/+1
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-241-2/+2
* SONAR-11125 Publish all components with measures but without sources of uncha...Janos Gyerik2018-09-191-4/+12
* SONAR-11166 Fall back to default branch when target is not specifiedJanos Gyerik2018-09-191-3/+20
* SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ...Duarte Meneses2018-09-191-7/+22
* SONAR-10138 Restore Java duplicationsJulien HENRY2018-06-291-0/+2
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-295-105/+7
* SONAR-10690 Core Extension installed at level 1 2 3 and 4Sébastien Lesaint2018-06-212-2/+4
* SONAR-10690 install Core Extensions before pluginsSébastien Lesaint2018-06-212-4/+4
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-122-15/+23
* SONAR-10542 Deprecation warning always logged when using generic test executi...Duarte Meneses2018-06-111-1/+0
* SONAR-10206 Allow to configure the location where scanner writes report-task.txtDuarte Meneses2018-06-113-8/+99
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-10/+5
* SONAR-10591 drop module sonar-homeSimon Brandhof2018-05-113-4/+83
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-04-272-3/+3
* SONAR-10202 Can't override Long-lived branch property regex from the scanner ...Duarte Meneses2018-04-051-5/+10
* SONAR-10061 Log the value of project baseDir at the beginning of scanner exec...Duarte Meneses2018-04-041-0/+1
* BRANCH-55 Fix bug with multiple pr with same branch name (#8)Janos Gyerik2018-03-222-10/+22
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1313-33/+272
* SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-252-3/+4
* SONAR-10122 fix misleading error message for multivalue propertiesSébastien Lesaint2018-01-251-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-0758-58/+58
* SONAR-10078 Logs ordering is messed up in case of exception during file indexingDuarte Meneses2017-12-291-3/+18
* SONAR-7992 Restrict length of version namesDaniel Schwarz2017-10-261-0/+5
* SONAR-9969 Change the validation logic of the new branch parameter (#2666)Janos Gyerik2017-10-202-6/+29
* Fix Quality flawsameya2017-10-164-7/+7
* SONAR-9799 deprecate legacy branch param (#2662)Janos Gyerik2017-10-121-0/+1
* SONAR-7245 Remove issues report (html/console) featureJulien HENRY2017-10-0412-1183/+0
* SONAR-9816 Transitively find long-lived branch to use as targetDuarte Meneses2017-10-022-1/+13
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-283-30/+47
* Clean containerDuarte Meneses2017-09-287-104/+34
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-285-10/+22
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-275-17/+10
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-192-2/+10
* Improve qualityDuarte Meneses2017-09-141-1/+1
* Use SettingsLoader only when needed for branchesDuarte Meneses2017-09-123-8/+25