•  
     
    story #9087 see linked artifacts in releases
Summary
developer
see linked artifacts in releases

I can get a better view of what is fixed / discovered as bug for a given delivery

  • 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:
    • /frs_release/:id
{
    id:
    uri:
    files: {name, id, download_url, ...}
    changelog:
    resources: {
    artifacts : {
        uri: frs_release/:id/artifacts
    }
}
 
    • /frs_release/:id/artifacts
{
    "fixed_in": {
        nature: {}
        artifacts : ....
    }
}
Thomas Gerbet (tgerbet), Joris MASSON (jmasson), Marie Ange Garnier (marieange)
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#9087
Manuel Vacelet (vaceletm)
2016-05-26 09:56
2016-04-20 08:54
4641

References

Follow-ups

User avatar
Joris MASSON (jmasson)2016-05-23 17:38
The XML import part of the story was not done

  • Status changed from Done to On going
User avatar
Thomas Gerbet (tgerbet)2016-05-02 14:18
  • Status changed from Ready (stalled) to On going
  • CC list set to Thomas Gerbet (tgerbet)
User avatar
  • So that
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes