remove deprecated dashboard code 35/48435/1
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 6 Dec 2017 01:07:43 +0000 (09:07 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 6 Dec 2017 01:07:43 +0000 (09:07 +0800)
commit3f672f0e918c5c461008a7fc0e53e63b79083d34
tree12bfc267788dff461cc6bb500ada150223f42ca2
parent41ff15069d96ea1040cb457b39f909967dabb8bc
remove deprecated dashboard code

dashboard is not used anymore, substitute by Bitergia dashboard

Change-Id: Iccfd634d0d404d23b09d88454dab38425359a2b8
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
33 files changed:
dashboard/README.rst [deleted file]
dashboard/backup-db.sh [deleted file]
dashboard/dashboard/__init__.py [deleted file]
dashboard/dashboard/common/__init__.py [deleted file]
dashboard/dashboard/common/elastic_access.py [deleted file]
dashboard/dashboard/common/logger_utils.py [deleted file]
dashboard/dashboard/conf/__init__.py [deleted file]
dashboard/dashboard/conf/config.py [deleted file]
dashboard/dashboard/conf/testcases.py [deleted file]
dashboard/dashboard/elastic2kibana/__init__.py [deleted file]
dashboard/dashboard/elastic2kibana/dashboard_assembler.py [deleted file]
dashboard/dashboard/elastic2kibana/main.py [deleted file]
dashboard/dashboard/elastic2kibana/templates/dashboard.json [deleted file]
dashboard/dashboard/elastic2kibana/templates/duration.json [deleted file]
dashboard/dashboard/elastic2kibana/templates/qpi.json [deleted file]
dashboard/dashboard/elastic2kibana/templates/success_percentage.json [deleted file]
dashboard/dashboard/elastic2kibana/templates/tests_failures.json [deleted file]
dashboard/dashboard/elastic2kibana/templates/visualization.json [deleted file]
dashboard/dashboard/elastic2kibana/utility.py [deleted file]
dashboard/dashboard/elastic2kibana/visualization_assembler.py [deleted file]
dashboard/dashboard/functest/__init__.py [deleted file]
dashboard/dashboard/functest/format.py [deleted file]
dashboard/dashboard/functest/testcases.yaml [deleted file]
dashboard/dashboard/mongo2elastic/__init__.py [deleted file]
dashboard/dashboard/mongo2elastic/main.py [deleted file]
dashboard/dashboard/qtip/__init__.py [deleted file]
dashboard/dashboard/qtip/format.py [deleted file]
dashboard/dashboard/qtip/testcases.yaml [deleted file]
dashboard/etc/config.ini [deleted file]
dashboard/install.sh [deleted file]
dashboard/kibana_cleanup.py [deleted file]
dashboard/setup.cfg [deleted file]
dashboard/setup.py [deleted file]