aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10880 No hotspots on PR and short living branchesJulien HENRY2018-07-041-3/+23
* SONAR-10138 Restore Java duplicationsJulien HENRY2018-06-292-0/+115
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-2981-4034/+395
* SONAR-10690 Core Extension installed at level 1 2 3 and 4Sébastien Lesaint2018-06-213-3/+6
* SONAR-10690 install Core Extensions before pluginsSébastien Lesaint2018-06-213-6/+6
* SONAR-10690 move deprecated views task to public scannerSimon Brandhof2018-06-122-1/+51
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-126-27/+98
* SONAR-10464 Improve error message when passing a wrong organization during th...Duarte Meneses2018-06-111-7/+21
* SONAR-10201 Expose issue precise location in the FilterableIssue APIDuarte Meneses2018-06-111-0/+15
* SONAR-10542 Deprecation warning always logged when using generic test executi...Duarte Meneses2018-06-114-13/+30
* SONAR-10206 Allow to configure the location where scanner writes report-task.txtDuarte Meneses2018-06-116-66/+136
* SONAR-10467 scanner report link support branches and pull requestsGuillaume Jambet2018-06-061-17/+86
* SONAR-9396 remove usage of dashboard/index<project_key> in scanner reportGuillaume Jambet2018-06-061-4/+12
* SONAR-10658 Prevent Scanner Context from being too bigJulien HENRY2018-05-251-2/+3
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-10/+5
* SONAR-10591 do not instantiate class PluginWSCommonsSimon Brandhof2018-05-111-54/+0
* SONAR-10591 drop module sonar-homeSimon Brandhof2018-05-113-4/+83
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-115-111/+283
* SONAR-10591 Remove unused code in sonar-homeSimon Brandhof2018-05-111-1/+4
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-093-1/+82
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-04-272-3/+3
* SONAR-10543 Fix external issues effortDuarte Meneses2018-04-261-1/+4
* SONAR-10544 Set effort for external issuesDuarte Meneses2018-04-261-1/+4
* Fix testsDuarte Meneses2018-04-261-1/+1
* Fix quality issuesDuarte Meneses2018-04-263-24/+56
* SONAR-10544 fix testsDuarte Meneses2018-04-262-0/+3
* SONAR-10551 Import issues from external rule engines from generic reportDuarte Meneses2018-04-266-2/+349
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ...Duarte Meneses2018-04-262-14/+1
* SONAR-10588 Don't import external issues in preview modeDuarte Meneses2018-04-262-3/+105
* SONAR-10544 Fix tests handling of external rulesDuarte Meneses2018-04-261-1/+1
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-261-0/+1
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-264-5/+81
* 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
* SONAR-10509 Use BufferedOutputStream when writing source in the scanner reportDuarte Meneses2018-04-042-6/+14
* SONAR-10489 stop filtering x-file locations in scannerStas Vilchik2018-03-271-6/+0
* 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-1322-65/+326
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-011-3/+2
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-202-2/+2
* SONAR-10071 Omit stack trace when SCM provider autodetection failedDuarte Meneses2018-02-091-1/+2
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-2/+11
* SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-254-201/+5
* SONAR-10122 fix misleading error message for multivalue propertiesSébastien Lesaint2018-01-251-1/+1
* SONAR-10288 scanner multivalue property parsing ignore empty fieldsSébastien Lesaint2018-01-252-1/+132
* Fix license headers for 2018Simon Brandhof2018-01-07306-306/+306
* 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-071-1/+10
* SONAR-10168 Log downloading of plugins in debugDuarte Meneses2017-12-071-5/+4
* SONAR-10125 Add project relative path for all componentsJanos Gyerik2017-12-051-1/+26