aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner
Commit message (Expand)AuthorAgeFilesLines
* 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-233-5/+17
* 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-152-4/+4
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-143-14/+14
* 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-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
* 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-1613-22/+22
* SONAR-21643 Convert some parameterized tests to Junit 5 (#10666)Dejan Milisavljevic2024-02-214-185/+172
* 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
* 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
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-042-18/+23
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-041-3/+3
* 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-045-94/+213
* NO-JIRA Update license headers to 2024Pierre2024-01-03160-160/+160
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-225-213/+94
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-223-160/+7
* Revert "SONAR-21197 add a property to enable the download of the required plu...Matteo Mara2023-12-221-3/+3
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-222-23/+18
* Revert "SONAR-21195 Address pull request feedback"Matteo Mara2023-12-221-25/+9
* SONAR-21195 Address pull request feedbackMatteo Mara2023-12-211-9/+25
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-212-18/+23
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2023-12-211-3/+3
* 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-215-94/+213