aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Expand)AuthorAgeFilesLines
...
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-143-0/+28
* SONAR-12427 Patterns to ignore all issues in files are not always taken into ...Duarte Meneses2019-10-123-14/+18
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-091-1/+0
* use stopInfo() instead of stopDebug()Donghui Wang2019-09-301-1/+1
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-1230-474/+72
* Fix test to make it run on mac os (#1977)Jacek2019-08-011-2/+15
* Fix unit tests for windowsphilippe-perrin-sonarsource2019-07-301-8/+13
* SONAR-11778 Measure 'new lines' doesn't match 'lines' if the file ends with n...Duarte Meneses2019-07-242-9/+46
* SONAR-11546 add time info to scm logs (#1939)Jacek2019-07-247-16/+49
* Clean depsDuarte Meneses2019-07-171-4/+19
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-1210-59/+62
* 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-12263-11098/+518
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-122-1/+4
* 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