| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-24679 Remove Cycle Dependency on CliService | Mike Young | 2 days | 3 | -25/+18 |
* | SCA-157 Always log tidelift output | Travis Collins | 3 days | 2 | -11/+4 |
* | SONAR-21514 Remove hardcoded property definition for sonar.rpg.suffixes | Julien HENRY | 3 days | 1 | -16/+0 |
* | SCA-155 Exclude WorkDir | Travis Collins | 3 days | 2 | -11/+46 |
* | SCA-141 recursive by default | Travis Collins | 5 days | 2 | -7/+42 |
* | SCA-140 Respect .gitignore rules | Travis Collins | 5 days | 6 | -50/+358 |
* | SONAR-24623 Remove the support of ProfileExporter and ProfileImporter | Julien HENRY | 5 days | 1 | -0/+1 |
* | SONAR-24639 Accept S1291 as a valid nosonar rule key | Victor | 5 days | 2 | -6/+11 |
* | SONAR-24233 Add web api v2 architecture domain and file-graph endpoint. | Steve Marion | 6 days | 2 | -1/+2 |
* | SONAR-24521 Implements sonar plugin API addAnalysisData method in the scanner... | Steve Marion | 6 days | 9 | -29/+151 |
* | SCA-101 Scanner property to disable SCA scanning | Travis Collins | 10 days | 2 | -12/+50 |
* | SCA-121 make sonar.sca.debug affect the debug logs | Travis Collins | 11 days | 1 | -7/+7 |
* | SQRP-316 Log telemetry with the value of sca.enabled | Travis Collins | 12 days | 1 | -3/+2 |
* | SCA-112 Send SQ Server Type and Version to CLI | Mike Young | 12 days | 4 | -44/+60 |
* | SCA-105 update scanner engine to use new SCA clis endpoint path | Havoc Pennington | 13 days | 1 | -1/+1 |
* | SCA-65 Pass Variable to Allow CLI Resolution Failures | Mike Young | 2025-03-08 | 4 | -0/+4 |
* | SCA-63 Enable Separate SCA CLI Debug Mode | Mike Young | 2025-03-06 | 2 | -6/+93 |
* | SCA-75 Map Sonar Property Names to CLI Environment Variables | Mike Young | 2025-03-04 | 8 | -13/+212 |
* | SQRP-279 Don't say SCA analysis | Bill Nottingham | 2025-02-28 | 2 | -3/+3 |
* | SQRP-272 Fix negative duration metric | Javier García Orduña | 2025-02-28 | 1 | -1/+1 |
* | SQRP-272 Improve CLI cache error management | Javier García Orduña | 2025-02-28 | 1 | -1/+2 |
* | SQRP-272 Add scanner-engine telemetry for SCA services | Javier García Orduña | 2025-02-28 | 4 | -55/+131 |
* | SCA-56 Run "reformat code" on SCA files | Havoc Pennington | 2025-02-28 | 4 | -60/+55 |
* | SQRP-255 SCA CLI test should work on Windows | antoine.vinot | 2025-02-19 | 2 | -17/+41 |
* | SQRP-149 Cache Downloaded CLI | Mike Young | 2025-02-19 | 7 | -37/+462 |
* | SQRP-149 Package manifest files into the scanner report | Mike Young | 2025-02-19 | 2 | -4/+16 |
* | SQRP-166 Check the feature flag before running the CLI | Julien HENRY | 2025-02-19 | 2 | -3/+27 |
* | SQRP-149 Generate Manifest Files | Mike Young | 2025-02-19 | 7 | -1/+427 |
* | SONAR-24317 Move ProcessWrapperFactory to sonar-core | antoine.vinot | 2025-02-19 | 9 | -217/+7 |
* | SONAR-24376 Rewrite ProcessWrapper using Apache commons-exec | Julien HENRY | 2025-02-18 | 4 | -45/+114 |
* | SONAR-24394 Migrate some tests to JUnit5 | Julien HENRY | 2025-02-18 | 2 | -83/+55 |
* | Revert "SONAR-24376 Fix stdout and stderr streams conflicting with each other" | antoine.vinot | 2025-02-18 | 2 | -48/+28 |
* | SONAR-24369 Increase test coverage on master | Alain Kermis | 2025-02-17 | 1 | -0/+13 |
* | SONAR-24376 Fix stdout and stderr streams conflicting with each other | antoine.vinot | 2025-02-17 | 2 | -28/+48 |
* | SONAR-24319 Allow the scanner engine to query feature flags (#12874) | Julien HENRY | 2025-02-13 | 12 | -7/+388 |
* | SONAR-24285 Improve LogListenerIT test output | Travis Collins | 2025-02-04 | 1 | -1/+1 |
* | SQRP-154 Cleanup leftovers from FOSSA | Javier García Orduña | 2025-02-04 | 1 | -4/+0 |
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 566 | -566/+566 |
* | SONAR-22045 Do not fail analysis due to broken symlinks or symlinks pointing ... | Aleksandra Bozhinoska | 2025-01-07 | 2 | -9/+100 |
* | SONAR-24126 Fix issues turning QG red | Matteo Mara | 2025-01-07 | 2 | -7/+8 |
* | SONAR-17771 Drop the support for 'sonar.password' | Claire Villard | 2025-01-06 | 9 | -54/+74 |
* | SONAR-24067 Improve logs when preprocessing files | Javier García Orduña | 2025-01-06 | 3 | -10/+29 |
* | SONAR-24021 Invoke method(s) only conditionally | Julien Camus | 2024-12-27 | 23 | -68/+154 |
* | SONAR-24082 Fix issues turning QG red | Matteo Mara | 2024-12-24 | 1 | -3/+3 |
* | SONAR-24082 Fix quality gate status | Matteo Mara | 2024-12-24 | 1 | -1/+0 |
* | SONAR-20659 Add logs when importing SARIF report if the referenced files loca... | Javier García Orduña | 2024-12-20 | 2 | -22/+35 |
* | SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J Level | Julien Camus | 2024-12-20 | 2 | -17/+15 |
* | Fix failing filesystem tests due to Path issues on MacOS | Aleksandra Bozhinoska | 2024-12-19 | 1 | -6/+10 |
* | SONAR-23990 Replace with text block | Julien Camus | 2024-12-19 | 7 | -295/+425 |
* | SONAR-23968 Log a warning when encrypted properties are used on Scanner side | Claire Villard | 2024-12-19 | 2 | -2/+16 |