stable
Clone or download
Read-only
This is part of story #9087: see linked artifacts in releases To test this: - Create a package and release, click on the 'show notes' icon. - You should see the release. There should not have been an XHR request to load it. - There should be an additional 'project' reference in the result of the REST route GET /frs_release/:id Change-Id: Idf3d0baa9257c36a5e7e6befb02dd3db217e7de6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php | +8 | −0 | Go to diff View file |
M | plugins/frs/include/FRS/ReleasePresenter.php | +7 | −10 | Go to diff View file |
M | plugins/frs/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/frs/include/frsPlugin.class.php | +5 | −3 | Go to diff View file |
M | plugins/frs/templates/release.mustache | +1 | −1 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app-config.js | +1 | −0 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app-controller.js | +3 | −3 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app-controller.spec.js | +11 | −7 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/release/release-controller.js | +1 | −7 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/release/release-controller.spec.js | +14 | −25 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/shared-properties-service.js | +7 | −7 | Go to diff View file |