add filter based on begin&end time of start_date 77/35777/4
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 5 Jun 2017 07:44:16 +0000 (15:44 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 7 Jun 2017 02:42:45 +0000 (10:42 +0800)
commit165885e2466f1e6f386ab9f6b16da7a439123035
treeac23ba08d13d060510031a48fb82a00b107ce123
parenta0d5ced294e40d3ac091012ea325361aa5fc3011
add filter based on begin&end time of start_date

filter of 'Start Date' & 'End Date' in Community Results page now works,
currently, only 20 records will be shown due to pagination is not
supported.
From server side, query from date to date is supported now, query as:
/api/v1/results?from=2016-11-01%2000:00:00&to=2017-06-01%2023:59:59

Change-Id: I482b117129dbae38fa5a2858a86442c80d87d19e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/test/testapi/3rd_party/static/testapi-ui/components/results/resultsController.js
utils/test/testapi/opnfv_testapi/resources/result_handlers.py