- In FRS, for a given release, I can link with an artifact (given it's id). The artifact to be linked is supposed to be a "Release" one (see mock-up n°6)
- The "release" view is rewamped (see mock-up n°7) to display
- The release with changelog and release not + files in one tab
- Linked artifacts in another tab
- In the "Linked artifact" tab, all natures used in the linked artifact are displayed (see mock-up n°8)
- In XML import, I can import the link between artifact & release
Technically speaking
- The release view is made with angluar
- It's a new plugin (frs)
- There are new REST routes:
{
id:
uri:
files: {name, id, download_url, ...}
changelog:
resources: {
artifacts : {
uri: frs_release/:id/artifacts
}
}
-
- /frs_release/:id/artifacts
{
"fixed_in": {
nature: {}
artifacts : ....
}
}