add filter based on begin&end time of start_date
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)
commitc9cb0fd7d6b7f3736f94b0eebb517f248b8e670e
tree6131161dcfa4f28325cff463e211293d06549328
parent462b86646cd4fc6c4885790e99218aa52a56283d
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>
testapi/3rd_party/static/testapi-ui/components/results/resultsController.js
testapi/opnfv_testapi/resources/result_handlers.py