aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-151-11/+37
* SONAR-22037 Support new HTTP proxy propertiesJulien HENRY2024-04-151-6/+23
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-153-3/+213
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-2/+10
* SONAR-22074 enable DownloadOnlyRequired by default10.5.0.89998Pierre2024-04-121-1/+1
* SONAR-22009 Fix NPE on SARIF import when Extensions don't have Rulesantoine.vinot2024-04-051-1/+6
* SONAR-21972 Fix tests to not depend on the operating system's localeJulien HENRY2024-04-031-2/+11
* SONAR-21587 adjust logging of SCM revision IDlukasz-jarocki-sonarsource2024-03-261-1/+1
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-223-3/+3
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-191-1/+1
* SONAR-21885 Fix native Git blame with Git CLI >= 2.43Julien HENRY2024-03-191-2/+2
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-1644-84/+84
* SONAR-20958 Improve error message for startColumn on empty line (#10628)Dejan Milisavljevic2024-02-151-0/+9
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-095-20/+58
* SONAR-21195 sonar.plugins.downloadOnlyRequired defaults to false if not definedMatteo Mara2024-01-311-1/+1
* 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-051-1/+1
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2024-01-043-24/+91
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-041-2/+3
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2024-01-042-1/+13
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-045-83/+139
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-041-5/+6
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2024-01-044-16/+21
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-0415-343/+771
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-0412-301/+742
* NO-JIRA Update license headers to 2024Pierre2024-01-03316-316/+316
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-2212-740/+298
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-2215-771/+343
* Revert "SONAR-21195 Fix issues raised by SonarQube"Matteo Mara2023-12-224-21/+16
* Revert "SONAR-21197 add a property to enable the download of the required plu...Matteo Mara2023-12-221-6/+5
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-225-138/+82
* 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-221-3/+2
* Revert "SONAR-21195 Fetch publishAllFiles value from the languages registered...Matteo Mara2023-12-223-91/+24
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2023-12-213-24/+91
* SONAR-21195 Address pull request feedbackMatteo Mara2023-12-211-2/+3
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2023-12-212-1/+13
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-215-82/+138
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2023-12-211-5/+6
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2023-12-214-16/+21
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-2115-343/+771
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-2112-298/+740
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-0427-73/+48
* SONAR-20737 Improve performance of large SARIF importsAlain Kermis2023-12-011-7/+35