aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/scan
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25269 Restore FileSystem predicate optimization when using the ↵Jonas Wielage2025-06-111-1/+37
| | | | HiddenFilePredicate
* SONAR-12421 Restrict hasFilename, hasExtension to module files in mod…Aleksandra Bozhinoska2025-05-201-46/+111
|
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-164-16/+545
|
* SONAR-18640 Drop MutableModuleSettings and MutableProjectSettingsVictor Schneuwly2025-05-061-9/+5
| | | Co-authored-by: Aurelien Poscia <aurelien.poscia@sonarsource.com>
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0931-31/+31
|
* SONAR-17771 Drop the support for 'sonar.password'Claire Villard2025-01-062-25/+20
| | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-1/+1
|
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-3/+4
|
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-3/+3
|
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-0/+8
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-165-6/+6
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Convert some parameterized tests to Junit 5 (#10666)Dejan Milisavljevic2024-02-211-65/+55
|
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-041-9/+25
|
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-041-12/+19
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-043-7/+160
|
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-8/+8
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0329-29/+29
|
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-8/+8
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-223-160/+7
| | | | This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e.
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-221-19/+12
| | | | This reverts commit c7841606b3d4b469177a3426d4c5127b0ebb23cf.
* Revert "SONAR-21195 Address pull request feedback"Matteo Mara2023-12-221-25/+9
| | | | This reverts commit f6f1db0ef46a1ce50790a104d429aaaa42889c91.
* SONAR-21195 Address pull request feedbackMatteo Mara2023-12-211-9/+25
|
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-211-12/+19
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-213-7/+160
|
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-8/+8
|
* SONAR-20006 - fix warning on analysis for use of sonar.tests.exclusions Benjamin Campomenosi2023-07-271-1/+13
|
* NO-JIRA remove unused importsPierre2023-07-172-3/+0
|
* SONAR-19423 Files without suffixes can be declared as belonging to a LanguageJacek Poreda2023-06-011-30/+76
|
* SONAR-18213 - Make branches documentation link version sensitive in scanner logsAntoine Vinot2023-05-311-7/+18
|
* SONAR-18814 fixed a bug where sometimes on Windows analysis would fail if ↵Lukasz Jarocki2023-05-021-2/+3
| | | | the diff contained two files with the same case-insensitive-names
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-115-21/+21
|
* SONAR-18828 Specify dotnet scanner version in warningEric Giffon2023-03-301-1/+29
|
* SONAR-18591 Different warning message if using sonar.login with tokenEric Giffon2023-03-291-5/+7
|
* SONAR-18679 moved unit test to integration test in sonar-scanner-engineLukasz Jarocki2023-03-171-1/+0
|
* SONAR-18591 Add sonar.token property and deprecate sonar.loginEric Giffon2023-03-171-9/+25
|
* NOJIRA_fix_license_in_AbstractExclusionFiltersTest Benjamin Campomenosi2023-01-091-1/+1
|
* SONAR-16491 add aliases for sonar.test.inclusions and sonar.test.exclusionsBenjamin Campomenosi2023-01-092-5/+145
|
* Update license templates for 2023Pierre2023-01-0228-28/+28
|
* SONAR-4043 deprecate sonar.password for analysisPierre2022-12-151-0/+67
|
* SONAR-17722 Scanner doesn't need to download list of PRsDuarte Meneses2022-12-093-142/+3
|
* SONAR-15651 display clear message when sources or tests contain '*'.Wojtek Wajerowicz2022-11-161-10/+27
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-011-1/+1
|
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-261-1/+1
|
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-261-2/+6
| | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-17/+0
|
* SONAR-17305 prevent set sonar.global.XX properties in scannerBenjamin Campomenosi2022-10-073-0/+263
|
* SONAR-15915 Validate project key against forbidden phrasesJacek2022-08-091-1/+18
|
* SONAR-17088 Increase default timeout of scanner report publishing to 60 secJacek2022-07-271-0/+8
| | | | - Add scan property `sonar.report.publish.timeout`
* SONAR-16554 fix scanner failing to create report for multi-modules projects ↵Philippe Perrin2022-07-121-0/+34
| | | | with no code to analyse
* SONAR-16050 Scanner fails with NPE if user doesn't have permission to ↵Duarte Meneses2022-03-281-13/+5
| | | | analyze project