We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We recently added support for providing a PURL as the input of "Add Package" as an alternative to a download_url. #131
download_url
When a PURL is provided, the purl2url is called to get a download_url but it cannot be done for all types of PURL.
purl2url
The UI should be explicit about letting know the user that a download URL couldn't be generated and the consequences of it.
Related discussion:
The text was updated successfully, but these errors were encountered:
Display warning when a "download_url" could not be determined from a …
939ca39
…PURL #163 Signed-off-by: tdruez <[email protected]>
2fdfb5c
…PURL #163 (#170) Signed-off-by: tdruez <[email protected]>
No branches or pull requests
We recently added support for providing a PURL as the input of "Add Package" as an alternative to a
download_url
.#131
When a PURL is provided, the
purl2url
is called to get adownload_url
but it cannot be done for all types of PURL.The UI should be explicit about letting know the user that a download URL couldn't be generated and the consequences of it.
Related discussion:
The text was updated successfully, but these errors were encountered: