-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
In order for us to just load all the downloads for the site from the download manager, we need to be able to query a few things. On a per product basis:
- what downloads are currently available
- which artifact (e.g. installer, zip) should be the one we promote (e.g. via a Download button for a product - see right rail on http://www.jboss.org/products/fuse/overview/)
For each product release we need:
- Version name
- Release Date (the date the product was released, should default to the date the entry is added to the download manager)
- Description (per file)
- Available downloads
- Download type (e.g. zip, installer, release_notes, docker image, source, md5, sha1) (default according to file extension, but allow the user to select others from a list)
- download group (optional) _(this allows to provide some visual indicator that this download is part of a group e.g. Hot Rod client for .NET, C++, Java etc.)
- whether the download is n alpha, beta or a GA (dropdown selected by the user)
- blocks
-
DEVELOPER-621 Download JBDS 8.0.0.Beta1 (B93), get Install Instructions for JBDS 7.1.1
- Done
-
DEVELOPER-646 Official product downloads lack https URLs and checksums
- Done
- clones
-
CGW-692 Add REST API that exposes md5 and sha-256 file checksums, file size, file type, file name (human readable), any grouping needed and whether to display on www.jboss.org to the download Manager
- Done