aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1310-30/+30
* SONAR-19423 Files without suffixes can be declared as belonging to a LanguageJacek Poreda2023-06-011-18/+20
* SONAR-18213 - Make branches documentation link version sensitive in scanner logsAntoine Vinot2023-05-311-6/+10
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-083-5/+22
* SONAR-18828 Specify dotnet scanner version in warningEric Giffon2023-03-301-5/+26
* SONAR-18591 Different warning message if using sonar.login with tokenEric Giffon2023-03-291-6/+12
* SONAR-18591 Add sonar.token property and deprecate sonar.loginEric Giffon2023-03-171-5/+7
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-171-1/+1
* SONAR-18174 Analyzer cache should be kept in the file system to decrease memo...Duarte Meneses2023-01-121-0/+2
* SONAR-14656 fixed unit tests not passing on WindowsLukasz Jarocki2023-01-111-1/+1
* SONAR-16491 add aliases for sonar.test.inclusions and sonar.test.exclusionsBenjamin Campomenosi2023-01-094-22/+86
* Update license templates for 2023Pierre2023-01-0260-60/+60
* SONAR-4043 deprecate sonar.password for analysisPierre2022-12-152-0/+57