Enable Web Portal for ONAP results 07/65607/63
authorpkaralis <pkaralis@intracom-telecom.com>
Wed, 5 Dec 2018 22:43:12 +0000 (00:43 +0200)
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>
Wed, 20 Mar 2019 13:28:23 +0000 (15:28 +0200)
commitd0bbf3b8952379883550c6eb2062476a6d15043e
tree106f65b223054077279bda7ff988a73bea314a34
parent5f20495d6e3ec984c4e86fd76399ddf0d042b336
Enable Web Portal for ONAP results

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>
56 files changed:
3rd_party/static/onap-ui/app.js [new file with mode: 0644]
3rd_party/static/onap-ui/assets/css/ascend.css [new file with mode: 0644]
3rd_party/static/onap-ui/assets/css/combine.css [new file with mode: 0644]
3rd_party/static/onap-ui/assets/css/cvp-style.css [new file with mode: 0644]
3rd_party/static/onap-ui/assets/css/header.css [new file with mode: 0644]
3rd_party/static/onap-ui/assets/css/home/home.css [new file with mode: 0644]
3rd_party/static/onap-ui/assets/css/index.css [new file with mode: 0644]
3rd_party/static/onap-ui/assets/img/icon.png [new file with mode: 0644]
3rd_party/static/onap-ui/assets/img/logo.png [new file with mode: 0644]
3rd_party/static/onap-ui/components/application/application.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/application/applicationController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/auth-failure/authFailureController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/directory/directory.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/directory/directoryController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/home/home.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/home/homeController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/logout/logout.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/logout/logoutController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/profile/profile.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/profile/profileController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/results-report/data/2019.04/heat-testcases.json [new file with mode: 0644]
3rd_party/static/onap-ui/components/results-report/data/2019.04/tosca-testcases.json [new file with mode: 0644]
3rd_party/static/onap-ui/components/results-report/partials/reportDetails.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results-report/resultsReport.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results-report/resultsReportController.js [new file with mode: 0644]
3rd_party/static/onap-ui/components/results/modal/applicationModal.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results/modal/applicationView.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results/modal/reviewsModal.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results/modal/sharedModal.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results/results.html [new file with mode: 0644]
3rd_party/static/onap-ui/components/results/resultsController.js [new file with mode: 0644]
3rd_party/static/onap-ui/config.json [new file with mode: 0644]
3rd_party/static/onap-ui/favicon.ico [new file with mode: 0644]
3rd_party/static/onap-ui/index.html [new file with mode: 0644]
3rd_party/static/onap-ui/package.json [new file with mode: 0644]
3rd_party/static/onap-ui/robots.txt [new file with mode: 0644]
3rd_party/static/onap-ui/shared/alerts/alertModal.html [new file with mode: 0644]
3rd_party/static/onap-ui/shared/alerts/alertModalFactory.js [new file with mode: 0644]
3rd_party/static/onap-ui/shared/filters.js [new file with mode: 0644]
3rd_party/static/onap-ui/shared/footer/footer.html [new file with mode: 0644]
3rd_party/static/onap-ui/shared/header/header.html [new file with mode: 0644]
3rd_party/static/onap-ui/shared/header/headerController.js [new file with mode: 0644]
docker/Dockerfile.api
etc/config.ini
opnfv_testapi/cmd/server.py
opnfv_testapi/resources/application_handlers.py
opnfv_testapi/resources/handlers.py
opnfv_testapi/resources/result_handlers.py
opnfv_testapi/resources/review_handlers.py [new file with mode: 0644]
opnfv_testapi/resources/review_models.py [new file with mode: 0644]
opnfv_testapi/resources/test_handlers.py
opnfv_testapi/router/url_mappings.py
opnfv_testapi/tornado_swagger/swagger.py
opnfv_testapi/ui/auth/sign.py
opnfv_testapi/ui/auth/user.py
requirements.txt