aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25269 Restore FileSystem predicate optimization when using the HiddenFi...Jonas Wielage2025-06-111-4/+4
* SONAR-24784 Fix wrongly excluded symlinksAleksandra Bozhinoska2025-05-221-4/+17
* SONAR-25143 Hidden files should not be published on default when assigned to ...Jonas Wielage2025-05-221-2/+4
* SONAR-12421 Restrict hasFilename, hasExtension to module files in mod…Aleksandra Bozhinoska2025-05-201-3/+24
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-167-53/+252
* SONAR-18640 Drop MutableModuleSettings and MutableProjectSettingsVictor Schneuwly2025-05-064-145/+3
* SQRP-316 Log telemetry with the value of sca.enabledTravis Collins2025-03-111-3/+2
* SQRP-149 Generate Manifest FilesMike Young2025-02-191-1/+13
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0965-65/+65
* SONAR-22045 Do not fail analysis due to broken symlinks or symlinks pointing ...Aleksandra Bozhinoska2025-01-071-0/+29
* SONAR-17771 Drop the support for 'sonar.password'Claire Villard2025-01-062-9/+20
* SONAR-24067 Improve logs when preprocessing filesJavier García Orduña2025-01-061-2/+3
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-277-21/+22
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-186-8/+8
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot2024-12-181-2/+19
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-1/+1
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-3/+0
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-301-1/+1
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-2/+10
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-169-17/+17
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-091-0/+7
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-301-1/+1
* 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-191-0/+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-041-3/+13
* 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 Fix issues raised by SonarQubeMatteo Mara2024-01-042-10/+6
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-049-326/+680
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-255/+29
* NO-JIRA Update license headers to 2024Pierre2024-01-0360-60/+60
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-29/+252
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-229-680/+326
* Revert "SONAR-21195 Fix issues raised by SonarQube"Matteo Mara2023-12-222-6/+10
* 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-221-13/+3
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2023-12-211-3/+13
* 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 Fix issues raised by SonarQubeMatteo Mara2023-12-212-10/+6
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-219-326/+680
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-252/+29
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-042-8/+5
* SONAR-20006 - fix warning on analysis for use of sonar.tests.exclusions Benjamin Campomenosi2023-07-271-16/+35
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-7/+2