Create Test Reporting landing page
authorchenjiankun <chenjiankun1@huawei.com>
Mon, 20 Feb 2017 09:35:22 +0000 (09:35 +0000)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 3 Mar 2017 17:11:47 +0000 (17:11 +0000)
commit9762c5f7227cef5d953452216dcced6014aa4aad
tree7764013362af64edb806e24f695f6cce3d184382
parent7bd55a251deae0137887ce8429d634abd81a9042
Create Test Reporting landing page

JIRA: RELENG-165

In this patch, I upload the backend code

usage:
docker run -itd -p 8000:8000 -e SERVER_URL=server_ip:8000 opnfv/reporting:<tag>

note: must point SERVER_URL, it is the api server.

visit landing page:
http://server_ip:8000/reporting/index.html

Change-Id: I10121574e0c4b2733a8084c986d7a2746e7ce2a4
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
22 files changed:
reporting/api/handlers/landing.py
reporting/api/install.sh [new file with mode: 0755]
reporting/docker/reporting.sh
reporting/docker/supervisor.conf
reporting/pages/angular.sh [new file with mode: 0755]
reporting/pages/app/images/green.png [new file with mode: 0644]
reporting/pages/app/images/green@2x.png [new file with mode: 0644]
reporting/pages/app/index.html
reporting/pages/app/scripts/app.config.js [new file with mode: 0644]
reporting/pages/app/scripts/app.js
reporting/pages/app/scripts/config.js
reporting/pages/app/scripts/config.router.js
reporting/pages/app/scripts/controllers/main.controller.js [new file with mode: 0644]
reporting/pages/app/scripts/controllers/table.controller.js
reporting/pages/app/scripts/data.json [deleted file]
reporting/pages/app/scripts/factory/table.factory.js
reporting/pages/app/styles/custome.css
reporting/pages/app/styles/fonts/glyphicons-halflings-regular.svg
reporting/pages/app/views/commons/table.html
reporting/pages/app/views/main.html
reporting/pages/bower.json
reporting/pages/test/karma.conf.js