aboutsummaryrefslogtreecommitdiffstats
path: root/api/utils
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Add ability to get data from different DBs in influxEmma Foley1-8/+11
2018-05-04Parse "dispatcher" options correctly from InfluxDB clientRodolfo Alonso Hernandez1-12/+16
2017-07-24Bugfix: missing license in api directorychenjiankun1-0/+8
2017-07-21Add API(v2) to run taskchenjiankun1-15/+23
2017-07-11Yardstick API architecture improvementchenjiankun1-44/+0
2017-06-30Change prepareYardstickEnv to prepare_env and add log infochenjiankun1-11/+2
2017-06-29Call core code directly in the API of run test casechenjiankun3-70/+38
2017-04-01Yardstick virtualenv supportchenjiankun3-7/+7
2017-02-08pylint fixes: remove redundant parens, fix comparison orderRoss Brattain2-2/+2
2017-01-12Add support for Python 3Ross Brattain3-10/+15
2016-12-28Record test case names when run a task using APIchenjiankun3-42/+26
2016-11-30Use flask jsonify method to return json resultchenjiankun1-3/+4
2016-11-29Bugfix: dict don't have startwith method error when use API to run test casechenjiankun1-1/+1
2016-11-24Create API to get test case resultchenjiankun3-1/+56
2016-11-22influx: use urlsplit.hostname instead of netlocRoss Brattain1-1/+1
2016-11-21Create API to run test caseschenjiankun4-0/+132