aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24082 Fix issues turning QG redHEADmasterMatteo Mara3 hours1-3/+3
|
* SONAR-24082 Fix quality gate statusMatteo Mara5 hours1-1/+0
|
* SONAR-20659 Add logs when importing SARIF report if the referenced files ↵Javier García Orduña4 days1-21/+24
| | | | | location cannot be resolved Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus4 days2-17/+15
|
* SONAR-23990 Replace with text blockJulien Camus5 days5-253/+286
|
* SONAR-23968 Log a warning when encrypted properties are used on Scanner sideClaire Villard5 days1-2/+12
|
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard6 days1-107/+0
|
* SONAR-23974 Optimize the scanner reportJulien HENRY6 days5-73/+70
|
* SONAR-24003 Delete unnecessary importsJulien Camus6 days1-5/+2
|
* SONAR-24004 Replace lambda with method referenceJulien Camus6 days4-9/+8
|
* NO-JIRA fix GithubActionsTest resourcesSteve Marion6 days2-2/+450
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot6 days2-117/+160
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-22640 Read PR head sha from trigger event of GitHub actionJavier García Orduña6 days1-23/+59
|
* SONAR-22185 SARIF issues are not imported for some location URI formatJavier García Orduña2024-12-061-7/+29
| | | Co-authored-by: antoine.vinot <antoine.vinot@sonarsource.com>
* SONAR-23647 Improve logs when a sensor is skipped because of a missing propertyJavier García Orduña2024-12-041-0/+137
|
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-035-21/+35
|
* SONAR-23774 Add a scanner property to disable loading of OS-level SSL ↵Julien HENRY2024-11-271-0/+25
| | | | certificates
* SONAR-23680 Support changeit as default keystore passwordJulien HENRY2024-11-224-13/+60
|
* SONAR-23270 Handle type and severity in new generic import formatLéo Geoffroy2024-11-133-35/+113
|
* NO-JIRA improved performance of tests in sonar-scanner-engine modulelukasz-jarocki-sonarsource2024-10-235-31/+52
|
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-213-5/+43
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-163-1/+76
|
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-153-9/+8
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-144-16/+16
|
* SONAR-23327 Update tests to Junit5Matteo Mara2024-10-112-56/+56
|
* SONAR-23327 Implement addTelemetryProperty in the scanner engineMatteo Mara2024-10-115-50/+305
|
* SONAR-23013 Improve coverageJulien HENRY2024-09-271-0/+14
|
* SONAR-18941 Dont run flaky test on macosantoine.vinot2024-09-261-9/+5
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-4/+5
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22537 add support for short and full description in adhoc rule created ↵Steve Marion2024-07-291-6/+25
| | | | from SARIF import.
* SONAR-22541 Import SARIF stacks as issue flowsJulien HENRY2024-07-262-39/+102
|
* SONAR-22538 Import SARIF related locations as secondary issue locationsJulien HENRY2024-07-251-3/+21
|
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-248-70/+68
|
* Fix stacktrace in the Json outputJulien HENRY2024-05-131-4/+6
|
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-071-58/+62
|
* Fix some quality flawsJulien HENRY2024-05-023-11/+8
|
* SONAR-22159 Modify the way the creation date is set in junit testMatteo Mara2024-04-301-0/+11
|
* SONAR-22086 Add support to configure scanner with env variablesJulien HENRY2024-04-301-0/+170
|
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-3038-421/+1563
| | | | | * Move scanner HttpClient code in its own package * Factorize the computation of the Sonar User Home
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-151-0/+40
|
* SONAR-22037 Support new HTTP proxy propertiesJulien HENRY2024-04-151-19/+158
|
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-151-0/+76
|
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-0/+8
|
* SONAR-22009 Fix NPE on SARIF import when Extensions don't have Rulesantoine.vinot2024-04-051-0/+31
|
* SGB-11 Do not cleanup tempdirDejan Milisavljevic2024-04-041-1/+5
|
* SONAR-21972 Fix tests to not depend on the operating system's localeJulien HENRY2024-04-031-2/+3
|
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-191-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1615-28/+29
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Fix IT CompositeBlameCommandIT (#10709)Dejan Milisavljevic2024-02-231-21/+23
|
* SONAR-21643 Convert some parameterized tests to Junit 5 (#10666)Dejan Milisavljevic2024-02-215-205/+189
|