aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-099-69/+314
* Fix test depending on user localeJulien HENRY2024-02-091-1/+1
* SONAR-21195 sonar.plugins.downloadOnlyRequired defaults to false if not definedMatteo Mara2024-01-314-1/+9
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-301-1/+1
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-2/+1
* SONAR-21195 Support deprecated file suffixes properties from optional analyzersMatteo Mara2024-01-261-0/+14
* SONAR-21195 Ensure properties from optional analyzers are available in the Pr...Matteo Mara2024-01-191-0/+2
* SONAR-21195 Handle correctly .file.suffixes properties when their deprecated ...Matteo Mara2024-01-191-4/+10
* SONAR-21195 Move ProjectSensorOptimizer to the correct containerMatteo Mara2024-01-192-5/+4
* SONAR-21195 Ensure deprecated properties from optional analyzers are respectedMatteo Mara2024-01-171-1/+3
* SONAR-21195 Convert exception to a warning when no language plugins are insta...Dimitris Kavvathas2024-01-052-7/+18
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2024-01-044-25/+96
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-042-11/+28
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2024-01-042-1/+13
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-048-106/+167
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-042-8/+9
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2024-01-045-23/+28
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-0424-355/+992
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-0423-401/+1096
* NO-JIRA Update license headers to 2024Pierre2024-01-03526-526/+526
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-2222-991/+398
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-2224-992/+355
* Revert "SONAR-21195 Fix issues raised by SonarQube"Matteo Mara2023-12-225-28/+23
* Revert "SONAR-21197 add a property to enable the download of the required plu...Matteo Mara2023-12-222-9/+8
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-228-166/+105
* Revert "SONAR-21195 Support ProjectBuilders for on-demand plugins"Matteo Mara2023-12-222-13/+1
* Revert "SONAR-21195 Address pull request feedback"Matteo Mara2023-12-222-28/+11
* Revert "SONAR-21195 Fetch publishAllFiles value from the languages registered...Matteo Mara2023-12-224-96/+25
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2023-12-214-25/+96
* SONAR-21195 Address pull request feedbackMatteo Mara2023-12-212-11/+28
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2023-12-212-1/+13
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-218-105/+166
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2023-12-212-8/+9
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2023-12-215-23/+28
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-2124-355/+992
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-2122-398/+991
* 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