summaryrefslogtreecommitdiffstats
path: root/api/utils
AgeCommit message (Expand)AuthorFilesLines
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
>296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370