aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08159-159/+159
* SONAR-13312 drop 'sonar.organization' scanner parameterJacek2020-12-2219-245/+117
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-14/+0
* fix code smellsPierre2020-12-1411-49/+61
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-298-39/+131
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-181-3/+18
* SONAR-13867 revertMichal Duda2020-09-178-131/+39
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-178-39/+131
* Fix scanner engine test failing on macOSMichal Duda2020-09-101-1/+2
* SONAR-13792 Embed sonar-scm-gitDuarte Meneses2020-08-281-0/+1
* SONAR-13734 Coverage might be missing when merging multiple reportsDuarte Meneses2020-08-061-0/+25
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-116-1/+270
* SONAR-13221 MetricsDuarte Meneses2020-05-251-1/+1
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-173-6/+6
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-146-15/+21
* fix tests on WindowsDuarte Meneses2020-03-301-3/+3
* SONAR-13214 Restore a minimal Settings API for backward compatibilityJulien HENRY2020-03-231-1/+1
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-231-8/+2
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-237-15/+9
* SONAR-13155 upgrade testing dependenciesSimon Brandhof2020-03-212-12/+3
* SONAR-11853 Improve logs about autoconfiguration in CIsDuarte Meneses2020-03-131-2/+2
* SONAR-13158 Scanner logs files indexed with language 'null'Duarte Meneses2020-03-131-0/+1
* SONAR-11853 SONAR-13161 Auto-configuration pull requests and branches on JenkinsDuarte Meneses2020-03-131-4/+40
* SONAR-13160 Fix display of Portfolio Admin page when project contains UTF-8 c...Julien Lancelot2020-03-121-4/+35
* SONAR-13165 Scanner warns that it wasn't able to detected changed lines on fi...Duarte Meneses2020-03-061-8/+16
* Do not warn about a file out of basedir if file is not includedSaid Tahsin Dane2020-03-061-4/+26
* Format all headers for 2020Wouter Admiraal2020-01-07158-158/+158
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1038-133/+89
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-093-7/+7
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-094-6/+6
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-092-14/+1
* SONAR-12624 Scanner no longer supports short living branchesDuarte Meneses2019-12-0912-97/+59
* SONAR-12630 Improve Quality Gate Check logging messagesJacek2019-11-083-112/+28
* SONAR-12630 Add dashboard url to message exception in case QG failsJacek2019-11-081-3/+1
* SONAR-12629 unit and integration tests + minor fixesJacek2019-11-081-0/+358
* SONAR-12630 reorganize log resultsJacek2019-11-084-56/+200
* SONAR-11154 Remove parameters deprecated before 6.7 and enforce mandatory par...Duarte Meneses2019-10-301-7/+7
* Remove deprecated code in scannerDuarte Meneses2019-10-213-38/+3
* SONAR-11245 Record a warning when blame information is missing on some files ...Duarte Meneses2019-10-211-7/+27
* SONAR-12427 Patterns to ignore all issues in files are not always taken into ...Duarte Meneses2019-10-121-7/+2
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-1214-353/+38
* 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-241-6/+37
* SONAR-11546 add time info to scm logs (#1939)Jacek2019-07-243-5/+19
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-121-2/+2
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1260-131/+131
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-12104-3951/+183
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-121-1/+2
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1257-114/+1256