aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23968 Log a warning when encrypted properties are used on Scanner sideClaire Villard2024-12-191-2/+12
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard2024-12-181-107/+0
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-185-73/+70
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-5/+2
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-184-9/+8
* NO-JIRA fix GithubActionsTest resourcesSteve Marion2024-12-181-2/+2
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-182-117/+160
* SONAR-22640 Read PR head sha from trigger event of GitHub actionJavier García Orduña2024-12-181-23/+59
* SONAR-22185 SARIF issues are not imported for some location URI formatJavier García Orduña2024-12-061-7/+29
* 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 certifi...Julien HENRY2024-11-271-0/+25
* SONAR-23680 Support changeit as default keystore passwordJulien HENRY2024-11-221-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
* SONAR-22537 add support for short and full description in adhoc rule created ...Steve Marion2024-07-291-6/+25
* 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-3020-421/+641
* 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 org.apache.commons:commons...Matteo Mara2024-03-1615-28/+29
* 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
* SONAR-20958 Improve error message for startColumn on empty line (#10628)Dejan Milisavljevic2024-02-151-1/+26
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-091-7/+8
* Fix test depending on user localeJulien HENRY2024-02-091-1/+1
* SONAR-21195 sonar.plugins.downloadOnlyRequired defaults to false if not definedMatteo Mara2024-01-311-0/+1
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-041-9/+25