Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCA-101 Scanner property to disable SCA scanning | Travis Collins | 2025-03-13 | 2 | -12/+50 |
| | |||||
* | SCA-121 make sonar.sca.debug affect the debug logs | Travis Collins | 2025-03-12 | 1 | -7/+7 |
| | |||||
* | SQRP-316 Log telemetry with the value of sca.enabled | Travis Collins | 2025-03-11 | 1 | -3/+2 |
| | |||||
* | SCA-112 Send SQ Server Type and Version to CLI | Mike Young | 2025-03-11 | 4 | -44/+60 |
| | |||||
* | SCA-105 update scanner engine to use new SCA clis endpoint path | Havoc Pennington | 2025-03-10 | 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 |
| | | | | | | | | | | Maintaining a custom implementation started to be quite complex, and error prone. The initial use of this class was to run simple commands, getting stdout synchronously. But when used for more complex commands, it started to show its limits: * dead lock when not consumming stdout/stderr buffers * poor management of exceptions Using commons-exec will also allow us to set timeout if needed. | ||||
* | 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 |
| | | | | This reverts commit aa4c47f4bb5fe2a641e06252953395f4029f4945. | ||||
* | 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 |
| | | | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> | ||||
* | 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 |
| | | | | outside project/module | ||||
* | 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 |
| | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> | ||||
* | 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 ↵ | Javier García Orduña | 2024-12-20 | 2 | -22/+35 |
| | | | | | location cannot be resolved Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com> | ||||
* | 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 |
| | |||||
* | SONAR-19122 Update annotations from javax to jakarta | Jacek Poreda | 2024-12-18 | 15 | -17/+17 |
| | |||||
* | SONAR-19122 Upgrade to Spring 6 | Jacek Poreda | 2024-12-18 | 1 | -1/+1 |
| | |||||
* | SONAR-23972 Update scanner-related broken documentation links | Claire Villard | 2024-12-18 | 3 | -159/+1 |
| | |||||
* | SONAR-23974 Optimize the scanner report | Julien HENRY | 2024-12-18 | 12 | -97/+139 |
| | |||||
* | SONAR-24003 Delete unnecessary imports | Julien Camus | 2024-12-18 | 3 | -9/+2 |
| | |||||
* | SONAR-24004 Replace lambda with method reference | Julien Camus | 2024-12-18 | 5 | -12/+11 |
| | |||||
* | NO-JIRA fix GithubActionsTest resources | Steve Marion | 2024-12-18 | 2 | -2/+2 |
| | |||||
* | SONAR-17640 Do not visit directories when all the files will be excluded | antoine.vinot | 2024-12-18 | 2 | -163/+185 |
| | |||||
* | SONAR-22998 fetch active rules with a dedicated endpoint | Pierre Guillot | 2024-12-18 | 11 | -271/+270 |
| | | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com> | ||||
* | SONAR-22640 Read PR head sha from trigger event of GitHub action | Javier García Orduña | 2024-12-18 | 3 | -32/+634 |
| |