eclipse-sw360 / sw360

SW360 project
https://www.eclipse.org/sw360/
Other
119 stars 98 forks source link

feat(rest): includeAllAttachments parameter in licenseInfo endpoint #2488

Closed afsahsyeda closed 3 weeks ago

afsahsyeda commented 3 months ago

Description

The parameter "includeAllAttachments" when set to true generates license info file for a project including both CLX and ISR attachment of a release (only one attachment per release is considered and CLX is preferred).

How to reproduce

Query the GET endpoint for licenseInfo of a project.

Screenshots ( if applicable )

image

GMishx commented 1 month ago

@afsahsyeda please rebase with latest main to get the REST test cases.

afsahsyeda commented 3 weeks ago

This feature is live in our production environment and is working fine.