aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SQRP-272 Fix negative duration metricJavier García Orduña2025-02-281-1/+1
|
* SQRP-272 Improve CLI cache error managementJavier García Orduña2025-02-281-1/+2
|
* SONAR-24358 Make measures migration reentrantAleksandra Bozhinoska2025-02-283-2/+113
|
* SQRP-272 Add scanner-engine telemetry for SCA servicesJavier García Orduña2025-02-284-55/+131
|
* SONAR-24350 Decrypt encrypted properties from SMTP configurationPawel Kupinski2025-02-283-2/+103
|
* SONAR-24441 Update UIJay2025-02-281-1/+1
|
* SCA-57 Simplify ScaStep IOCTravis Collins2025-02-2812-396/+105
|
* SONAR-23977 Add IT for aiCodeAssuranceZipeng WU2025-02-282-0/+18
|
* SCA-56 Run "reformat code" on SCA filesHavoc Pennington2025-02-2817-165/+157
|
* SQRP-191 Ingest and persist the new "chains" field on each dependencyTieg Zaharia2025-02-2811-21/+123
| | | Co-authored-by: Travis Collins <travistx@gmail.com>
* SQRP-156 A frontend-used API is created that returns a CycloneDX SBOM for a ↵John Bintz2025-02-282-9/+10
| | | | | project Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
* SONAR-23456 Bump Orchestrator to incorporate IPv6 supportAlain Kermis2025-02-281-2/+2
|
* SONAR-23456 Add IPv6 support to health check endpointAlain Kermis2025-02-283-3/+20
|
* SONAR-23456 allowing users to set IPv6 address in square brackets for ↵Lukasz Jarocki2025-02-282-4/+29
| | | | property 'sonar.cluster.node.host'
* SONAR-23456 enabled support for IPv6 in hazelcastlukasz-jarocki-sonarsource2025-02-281-0/+2
|
* SONAR-23454 Add telemetry data about usage of IPv6Matteo Mara2025-02-286-18/+223
|
* SONAR-23456 ElasticSearch changeslukasz-jarocki-sonarsource2025-02-282-0/+8
|
* SONAR-23456 fix sonar.cluster.hosts not supporting default port on ipv6 ↵Steve Marion2025-02-284-96/+183
| | | | addresses
* SQRP-242 Add releases endpointsTravis Collins2025-02-286-2/+123
|
* SQRP-253 Update UI versionAmbroise C2025-02-281-1/+1
|
* SONAR-24376 Fix env variables and remove argument quotingJulien HENRY2025-02-282-7/+24
|
* SONAR-24399 inNewCodePeriod has no effect on portfolios when using ↵Zipeng WU2025-02-281-1/+2
| | | | api/issues/search
* SONAR-24403 Improve Security analysis: Python and Java detection improvementsKarim El Ouerghemmi2025-02-191-6/+6
|
* SQRP-255 SCA CLI test should work on Windowsantoine.vinot2025-02-192-17/+41
|
* SONAR-24380 Upgrade Java analyzer to 8.10.0.38194Dorian Burihabwa2025-02-191-2/+2
|
* SQRP-191 add new "sca_dependencies.chains" columnTieg Zaharia2025-02-194-0/+8
|
* SQRP-221 Add sca_releases table splitting out part of sca_dependenciesHavoc Pennington2025-02-1935-250/+1502
| | | | | | | | This will allow us to do paginated queries of releases instead of dependencies. In this commit, the behavior of the dependencies endpoint is not changed; this commit sets it up to be change-able, but just keeps it the same for the time being.
* SQRP-192 Store SCA analysis errors as task messagesHavoc Pennington2025-02-193-11/+13
|
* SQRP-149 Cache Downloaded CLIMike Young2025-02-197-37/+462
|
* SQRP-150 Endpoints to download the CLIantoine.vinot2025-02-194-53/+115
|
* SQRP-188 Add filtering to "search" dependencies REST APIJavier García Orduña2025-02-195-97/+174
|
* SQRP-149 Package manifest files into the scanner reportMike Young2025-02-194-4/+46
|
* SQRP-166 Check the feature flag before running the CLIJulien HENRY2025-02-192-3/+27
|
* SQRP-139 store normalized dependency information in database after sca analysisHavoc Pennington2025-02-196-1/+181
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SQRP-149 Generate Manifest FilesMike Young2025-02-197-1/+427
|
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-1910-5/+12
|
* SQRP-140 Expose dependency details with new REST APIsJavier García Orduña2025-02-1911-483/+4
|
* SQRP-169 Write the ScaDependencies to an in-memory ScaHolderTravis Collins2025-02-196-10/+66
|
* SQRP-172 fix typo in selectByUuid in ScaDependenciesMapperHavoc Pennington2025-02-192-1/+10
|
* SQRP-170 Rename ScaStep classes to shorter namesTravis Collins2025-02-194-9/+9
|
* SQRP-138 Create the sca_dependencies database tableHavoc Pennington2025-02-1924-3/+1150
|
* SQRP-158 Create SCA CE step in the SCA moduleJulien HENRY2025-02-1911-2015/+150
|
* SQRP-136 Create BuildSoftwareCompositionAnalysisStepTravis Collins2025-02-1916-0/+2153
|
* SONAR-24376 Rewrite ProcessWrapper using Apache commons-execJulien HENRY2025-02-185-45/+115
| | | | | | | | | | 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 JUnit5Julien HENRY2025-02-182-83/+55
|
* SONAR-24389 Upgrade `iac` plugins to version 1.43.0.14517github-actions[bot]2025-02-181-2/+2
| | | Co-authored-by: jonas-wielage-sonarsource <jonas-wielage-sonarsource@users.noreply.github.com>
* Revert "SONAR-24376 Fix stdout and stderr streams conflicting with each other"antoine.vinot2025-02-182-48/+28
| | | | This reverts commit aa4c47f4bb5fe2a641e06252953395f4029f4945.
* Fix build cache issuesMichael Ondrejko2025-02-182-0/+8
|
* SONAR-24381 Upgrade `php` plugins to version 3.44.0.12898github-actions[bot]2025-02-171-1/+1
|
* SONAR-24379 Upgrade SonarJS 10.21.0.30473 (#12915)zglicz2025-02-171-1/+1
|