stable

Clone or download

Read-only

Display linked artifacts

This is part of story #9087: see linked artifacts in releases To test this: - in the frs plugin's www/js/angular/ folder, run 'bower install && npm run build' - Create a 'Release' tracker - Create a release artifact - Create links to other artifacts (e.g. user stories, epics, requests). Create links with and without natures. You can link to artifacts from other projects. - Bind an FRS Release to your newly created release artifact -> You should be able to see the artifacts linked to the release artifact in the 'Linked Artifacts' tab. -> You should not see the artifacts linked without nature (forward or reverse) - Try with an FRS Release where you did not link to an artifact. -> You should not see the 'Linked Artifacts' tab. - Try with an FRS Release bound to an artifact that has no artifact links -> You should see an empty table. Change-Id: Iefff6818d93a502420c264fb13b8f157553f1099

Modified Files

Name
M plugins/frs/www/js/angular/bower.json +2 −1 Go to diff View file
M plugins/frs/www/js/angular/build.config.js +2 −1 Go to diff View file
M plugins/frs/www/js/angular/po/fr.po +59 −11 Go to diff View file
M plugins/frs/www/js/angular/po/template.pot +47 −11 Go to diff View file
M plugins/frs/www/js/angular/src/app/app-config.js +6 −3 Go to diff View file
M plugins/frs/www/js/angular/src/app/app.js +2 −1 Go to diff View file
R plugins/frs/www/js/angular/src/app/release/file-download/file-download-directive.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/file-download/file-download-directive.spec.js Go to diff View file
M plugins/frs/www/js/angular/src/app/release/_release.scss +2 −25 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/files/_files.scss +46 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/files/files-config.js +16 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/files/files-controller.js +19 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/files/files-directive.js +13 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/files/files.tpl.html +58 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/linked-artifacts/_linked-artifacts.scss +60 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-config.js +16 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-controller.js +61 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-controller.spec.js +132 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-directive.js +13 −0 Go to diff View file
A plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts.tpl.html +68 −0 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-controller.js +7 −4 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-controller.spec.js +37 −19 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-rest-service.js +84 −7 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-rest-service.spec.js +137 −15 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release.tpl.html +19 −54 Go to diff View file
A plugins/frs/www/js/angular/src/app/rest-error-service.js +31 −0 Go to diff View file
A plugins/frs/www/js/angular/src/assets/loader-mini.gif Binary file Go to diff View file
A plugins/frs/www/js/angular/src/assets/loader.gif Binary file Go to diff View file
M plugins/frs/www/themes/FlamingParrot/css/style.scss +2 −1 Go to diff View file
M plugins/frs/www/themes/default/css/style.scss +3 −8 Go to diff View file