aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src
Commit message (Expand)AuthorAgeFilesLines
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-12132-258/+258
* Reduce dependency of sonar-scanner-engine on GuavaDuarte Meneses2019-07-1240-139/+130
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-12262-11097/+517
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-121-1/+2
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-12139-586/+2889
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-1274-1004/+2993
* Extract implementation from plugin API - Scanner SensorDuarte Meneses2019-07-1219-29/+899
* Extract implementation from plugin API - Scanner rulesDuarte Meneses2019-07-1218-16/+663
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1258-10/+4836
* Fix unit test on WindowsDuarte Meneses2019-06-281-2/+7
* SONAR-12002 Fail startup of SonarQube server if JRE < 11Duarte Meneses2019-06-281-1/+1
* SONAR-12068 Use project settings to load branch configJulien HENRY2019-06-284-55/+15
* SONAR-11850 Don't warn user if properties are inheritedJulien HENRY2019-06-282-3/+25
* Clean old remains of the preview modeJulien HENRY2019-06-284-49/+7
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-281-1/+1
* SONAR-12186 Fix SSF-78Michal Duda2019-06-282-103/+2
* SONAR-12182 drop "sonar.branch" from SQMichal Duda2019-06-158-19/+115
* SONAR-12181 Improve the error message when using sonar.branch.name on Communi...Duarte Meneses2019-06-112-9/+10
* SONAR-12172 CI auto-configuration conflict with JenkinsSimon Brandhof2019-06-042-1/+8
* SONAR-11950 add support of Azure DevOpsSimon Brandhof2019-05-223-0/+139
* SONAR-11950 autoconfig of SCM revision on Travis CISimon Brandhof2019-05-223-0/+143
* SONAR-11950 autoconfig of SCM revision on Gitlab CISimon Brandhof2019-05-223-0/+115
* SONAR-11950 autoconfig of SCM revision on Github ActionsSimon Brandhof2019-05-223-0/+141
* SONAR-11950 autoconfig of SCM revision on AppVeyorSimon Brandhof2019-05-223-0/+131
* SONAR-11950 autoconfig of SCM revision on BuildkiteSimon Brandhof2019-05-223-0/+126
* SONAR-11950 autoconfig of SCM revision on CircleCISimon Brandhof2019-05-223-0/+126
* SONAR-11950 autoconfig of SCM revision on JenkinsSimon Brandhof2019-05-223-0/+140
* SONAR-11950 autoconfig of SCM revision on DroneCISimon Brandhof2019-05-223-0/+120
* SONAR-11950 autoconfig of SCM revision on SemaphoreCISimon Brandhof2019-05-223-0/+128
* SONAR-11950 autoconfig of SCM revision on Cirrus and BitbucketSimon Brandhof2019-05-2219-80/+897
* Fix Quality flawsSimon Brandhof2019-05-222-4/+4
* SONAR-11950 add scm revision scanner parameterMichal Duda2019-05-223-4/+33
* SONARCLOUD-628 Allow UTF-8 characters in project keyBenoît Gianinetti2019-05-202-28/+3
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-1/+12
* SONARCLOUD-633 Fix analysis of projects using 'sonar.branch'Julien HENRY2019-05-072-36/+68
* SONAR-11966 Add security hotspot to Github ChecksBenoît Gianinetti2019-05-062-61/+12
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-063-5/+11
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w...Duarte Meneses2019-04-301-3/+3
* Refactor code to avoid costly loopJulien HENRY2019-04-251-10/+6
* SONAR-11859, SONAR-11879 Track issues with the target branchJulien HENRY2019-04-231-1/+2
* SONAR-11856 Store the "true" target branch in the scanner report to display i...Duarte Meneses2019-04-2323-163/+162
* SONAR-11946 Point to Overview page of a PR in report-task.txtJanos Gyerik2019-04-092-5/+3
* Fix simple quality issuesJanos Gyerik2019-04-091-2/+3
* SONAR-11878 fix scanner behaviour on /batch/project timeoutMichal Duda2019-04-052-11/+15
* SONAR-11449 Drop deprecated property sonar.profileBenoît Gianinetti2019-03-1911-124/+32
* SONAR-11449 Drop deprecated property sonar.languageBenoît Gianinetti2019-03-195-79/+9
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-194-62/+24
* SONAR-11631 Add sonar.buildString to scanner reportJanos Gyerik2019-03-195-7/+76
* SONAR-11795 Make metric 'executable_lines_data' availableDuarte Meneses2019-03-122-3/+9
* SONAR-11641 Add testsJulien HENRY2019-03-081-0/+30