aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui/components/results-report
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02Merge "API validation only for NFVI and gets from results.json"Dan Xu1-2/+0
2019-08-29Update portal to get portal_key_file from results.jsonxudan1-16/+46
Change-Id: I210a9c240b720e3367134112ad2cdb5c3fdeffe0 Signed-off-by: xudan <xudan16@huawei.com>
2019-08-21API validation only for NFVI and gets from results.jsonxudan1-2/+0
Change-Id: Ia84d67098d7fc2f5e8da88900a2a8846f718f085 Signed-off-by: xudan <xudan16@huawei.com>
2019-04-29Add License for Dovetail webportalxudan2-0/+18
Add license for all files in this repo except following: 1. all .png, .gif and .json files 2. all empty __init__.py files 3. MANIFEST.in 4. .htmllintrc 5. node-requirements.txt 6. update/README.md 7. opnfv_testapi/ui/auth/rsa.pem 8. opnfv_testapi/tornado_swagger/README.md 9. 3rd_party/static/testapi_ui/favicon.ico 10. 3rd_party/static/onap_ui/favicon.ico Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009 Signed-off-by: xudan <xudan16@huawei.com>
2019-03-20Enable Web Portal for ONAP resultspkaralis5-0/+343
The web portal needs to be able to read test results of the ONAP compliance program and display them. In order for the above goal to be achieved, the following two parts should be impacted: 1- A new front-end should be prepared in order to handle and display the results 2- The REST API should be extended in order to support the aforementioned operation. JIRA: DOVETAIL-669 Change-Id: I36bbb6e602a67020d7e27aedbfc776f5cf4f3dc3 Signed-off-by: pkaralis <pkaralis@intracom-telecom.com> Co-Authored-By: Stamatis Katsaounis <mokats@intracom-telecom.com>