aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-0429-77/+51
* SONAR-21157 Drop support for running the scanners with Java 11Matteo Mara2023-12-011-5/+0
* SONAR-20737 Improve performance of large SARIF importsAlain Kermis2023-12-011-7/+35
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-284-62/+31
* SONAR-20540 Use proxy settings in DefaultHttpDownloaderWojtek Wajerowicz2023-11-081-2/+4
* SONAR-20875 Clean up module concept issue integration testsZipeng WU2023-10-271-1/+1
* SONAR-20699 Add ITs for GitHub projects onboarding from scannerWojtek Wajerowicz2023-10-201-4/+4
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-208-17/+173
* SONAR-20840 update the warning message about the version dropping JDK11 analy...Matteo Mara2023-10-201-2/+2
* SONAR-20552 Refactor external issue format to comply with CCTAlain Kermis2023-10-208-201/+258
* SONAR-20552 Introduce new generic issue import format in scannerAlain Kermis2023-10-0421-581/+1286
* SONAR-20553 - Support the new taxonomy for SARIF Formatantoine.vinot2023-10-0411-99/+423
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-2/+2
* SONAR-19725 Fix false positive from QualityGateCheckTestMatteo Mara2023-08-231-3/+3
* SONAR-20021 Fix Quality gate failure and issue with adhoc rule definitionLéo Geoffroy2023-08-212-2/+75
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-182-10/+43
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-182-2/+20
* Revert "SONAR-19233 Drop deprecated paging response fields"Jacek Poreda2023-08-022-5/+6
* SONAR-19233 Drop deprecated paging response fieldsEric Giffon2023-07-312-6/+5
* SONAR-20006 - fix warning on analysis for use of sonar.tests.exclusions Benjamin Campomenosi2023-07-272-17/+48
* SONAR-19994 Scanner property for plugins download timeoutEric Giffon2023-07-262-2/+25
* SONAR-19983 warning when running scanner with a Java version older than 17Pierre2023-07-213-3/+161
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-187-250/+2
* NO-JIRA remove unused importsPierre2023-07-179-16/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-177-11/+11
* SONAR-19418 Add debug logging in case error Scanner WS clientJacek Poreda2023-06-202-33/+103
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab...Bruno Andrade2023-06-191-5/+5
* SONAR-19522 Fail-fast if SARIF file doesn't exist. (#8587)Wojtek Wajerowicz2023-06-152-13/+41
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1357-169/+169
* [NOJIRA] Remove unused imports. (#8541)Wojtek Wajerowicz2023-06-131-1/+0
* SONAR-19532 PythonXUnitSensor takes too long due to non-optimized file queryDuarte Meneses2023-06-122-16/+42
* SONAR-19309 Improve SARIF logs in case of failure. (#8503)Wojtek Wajerowicz2023-06-122-33/+122
* SONAR-19160 handle missing locations in SARIF import. (#8476)Wojtek Wajerowicz2023-06-072-3/+17
* SONAR-19423 Files without suffixes can be declared as belonging to a LanguageJacek Poreda2023-06-015-67/+133
* SONAR-18213 - Make branches documentation link version sensitive in scanner logsAntoine Vinot2023-05-312-13/+28
* SONAR-19197 Add field for code variants to scanner-engineEric Giffon2023-05-162-1/+7
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-085-15/+32
* SONAR-19110 Update Not Authorized message to include sonar.tokenLéo Geoffroy2023-05-082-9/+10
* SONAR-18814 fixed a bug where sometimes on Windows analysis would fail if the...Lukasz Jarocki2023-05-025-16/+36
* [NO JIRA] fix FPDuarte Meneses2023-04-251-1/+2
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-122-2/+0
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1155-180/+221
* SONAR-18880 Ignore empty Sarif runsAurelien Poscia2023-03-312-2/+16
* NO-JIRA added missing package-info.javaAurelien Poscia2023-03-301-0/+23
* SONAR-18828 Specify dotnet scanner version in warningEric Giffon2023-03-302-6/+55
* SONAR-18591 Different warning message if using sonar.login with tokenEric Giffon2023-03-292-11/+19
* SONAR-18867 When native git fails, it should output the actual error messageZipeng WU2023-03-272-7/+66
* SONAR-18679 moved unit test to integration test in sonar-scanner-engineLukasz Jarocki2023-03-1743-137/+68
* SONAR-18591 Add sonar.token property and deprecate sonar.loginEric Giffon2023-03-176-20/+40
* SONAR-18389 - Fix Sarif import triggered multiple times for project with many...Antoine Vinot2023-03-171-2/+2