Create Catalogue page
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 21 Mar 2017 14:48:54 +0000 (14:48 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Sat, 25 Mar 2017 01:07:45 +0000 (01:07 +0000)
commit60b07c9cb49db8dd7db883058f2d25fc1b93efc6
tree46c2413200057a0b4477ea11a2b735647d1d118e
parent3bda241da0264a6a46cbda51f61931dd4299db20
Create Catalogue page

JIRA: RELENG-193

1.create a page to list all project.
2.This page can get test case list of certain project.
3.This page can show information of certain test case.

Change-Id: I79e0d3aafa99c054865a0d2948b99918802f32a7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
46 files changed:
reporting/api/api/__init__.py [moved from reporting/api/__init__.py with 100% similarity]
reporting/api/api/conf.py [new file with mode: 0644]
reporting/api/api/handlers/__init__.py [new file with mode: 0644]
reporting/api/api/handlers/landing.py [moved from reporting/api/handlers/landing.py with 92% similarity]
reporting/api/api/handlers/projects.py [new file with mode: 0644]
reporting/api/api/handlers/testcases.py [new file with mode: 0644]
reporting/api/api/server.py [moved from reporting/api/server.py with 96% similarity]
reporting/api/api/urls.py [moved from reporting/api/urls.py with 61% similarity]
reporting/api/handlers/__init__.py [deleted file]
reporting/api/install.sh [deleted file]
reporting/api/requirements.txt [new file with mode: 0644]
reporting/api/setup.cfg [new file with mode: 0644]
reporting/api/setup.py [new file with mode: 0644]
reporting/docker/Dockerfile
reporting/docker/supervisor.conf
reporting/pages/angular.sh
reporting/pages/app/images/overview.png [new file with mode: 0644]
reporting/pages/app/index.html
reporting/pages/app/scripts/app.js
reporting/pages/app/scripts/config.router.js
reporting/pages/app/scripts/controllers/admin.controller.js [new file with mode: 0644]
reporting/pages/app/scripts/controllers/case.controller.js [new file with mode: 0644]
reporting/pages/app/scripts/controllers/testvisual.controller.js [new file with mode: 0644]
reporting/pages/app/scripts/directives/mydirective.js [deleted file]
reporting/pages/app/scripts/factory/table.factory.js
reporting/pages/app/styles/animate.css [deleted file]
reporting/pages/app/styles/bootstrap.css [deleted file]
reporting/pages/app/styles/bootstrap.css.map [deleted file]
reporting/pages/app/styles/bootstrap.min.css [deleted file]
reporting/pages/app/styles/bootstrap.min.css.map [deleted file]
reporting/pages/app/styles/custome.css
reporting/pages/app/styles/fonts/glyphicons-halflings-regular.eot [deleted file]
reporting/pages/app/styles/fonts/glyphicons-halflings-regular.svg [deleted file]
reporting/pages/app/styles/fonts/glyphicons-halflings-regular.ttf [deleted file]
reporting/pages/app/styles/fonts/glyphicons-halflings-regular.woff [deleted file]
reporting/pages/app/styles/fonts/glyphicons-halflings-regular.woff2 [deleted file]
reporting/pages/app/styles/jquery-labelauty.css [deleted file]
reporting/pages/app/styles/style.css [deleted file]
reporting/pages/app/views/commons/admin.html [new file with mode: 0644]
reporting/pages/app/views/commons/selectTestcase.html [new file with mode: 0644]
reporting/pages/app/views/commons/testCaseList.html [new file with mode: 0644]
reporting/pages/app/views/commons/testCaseVisual.html [new file with mode: 0644]
reporting/pages/app/views/main.html
reporting/pages/app/views/modal/testcasedetail.html [new file with mode: 0644]
reporting/pages/app/views/testcase.html [new file with mode: 0644]
reporting/pages/bower.json