aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/http
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-092-2/+2
|
* SONAR-17771 Drop the support for 'sonar.password'Claire Villard2025-01-061-3/+3
| | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* 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-221-13/+60
|
* SONAR-23013 Improve coverageJulien HENRY2024-09-271-0/+14
|
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-071-58/+62
|
* Fix some quality flawsJulien HENRY2024-05-021-5/+3
|
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-302-0/+653
* Move scanner HttpClient code in its own package * Factorize the computation of the Sonar User Home