aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/FileIndexer.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25143 Hidden files should not be published on default when assigned to ...Jonas Wielage2025-05-221-2/+4
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-161-4/+7
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-6/+2
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-1/+1
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2024-01-041-3/+13
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-041-117/+24
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-221-24/+117
* 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 Refactor file indexing into two distinct stepsMatteo Mara2023-12-211-117/+24
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-081-2/+5
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17571 Ensure file existence prior to file size assessmentKlaudio Sinani2022-11-081-3/+6
* SONAR-11096 Discard files from analysis scope greater 20MBJacek2022-10-261-1/+8
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-261-1/+1
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-261-3/+14
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-021-8/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-211-4/+5
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-291-9/+10
* SONAR-13867 revertMichal Duda2020-09-171-10/+9
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-171-9/+10
* SONAR-13158 Scanner logs files indexed with language 'null'Duarte Meneses2020-03-131-1/+4
* Do not warn about a file out of basedir if file is not includedSaid Tahsin Dane2020-03-061-8/+8
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-121-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-5/+5
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-5/+5
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-121-4/+4
* SONAR-11449 Drop deprecated property sonar.languageBenoît Gianinetti2019-03-191-4/+1
* Add missing value in FileIndexer debug logBenoit2019-02-111-1/+1
* SONAR-11621 Use scm based exclusion in scanner engineBenoît Gianinetti2019-01-221-10/+13
* SONAR-11484 Fix NPE by restoring old behavior of ignoring files outside modul...Julien HENRY2019-01-161-0/+4
* SONAR-11508 Rework inclusion/exclusion to restore support of module overridesJulien HENRY2019-01-161-52/+91
* SONAR-11598 Rework CPD exclusionsJulien HENRY2019-01-161-16/+42
* SONAR-11587 Rework issue exclusionsJulien HENRY2019-01-161-3/+1
* SONAR-11480 SONAR-11508 Consider server side settings when evaluating module ...Julien HENRY2019-01-161-2/+2
* SONAR-11508 Change messageJulien HENRY2019-01-161-1/+2
* SONAR-11508 Update the messageJulien HENRY2019-01-161-2/+3
* SONAR-11480 Change warning messageJulien HENRY2019-01-161-2/+2
* Fix quality flawsJulien HENRY2019-01-161-2/+2
* SONAR-11480 Revert the warning when using module level coverage exclusionsJulien HENRY2019-01-161-4/+0
* SONAR-11508 Revert the warning when people uses module level propertiesJulien HENRY2019-01-161-4/+0
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-161-2/+0
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-161-17/+59
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-161-204/+91