aboutsummaryrefslogtreecommitdiffstats
path: root/api/server.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Add function to upload image from local/url in GUIchenjiankun1-0/+1
2017-07-14Initial all url of api v2chenjiankun1-5/+8
2017-07-12Change endpoint to url in APIchenjiankun1-1/+13
2017-07-11Yardstick API architecture improvementchenjiankun1-2/+10
2017-06-29Call core code directly in the API of run test casechenjiankun1-1/+1
2017-02-08uwsgi: move init_db to uwsgi entry pointRoss Brattain1-3/+8
2017-01-17Add unittest framework for Yardstick APIchenjiankun1-1/+1
2017-01-12Add support for Python 3Ross Brattain1-5/+8
2017-01-10Add API to get the status of async taskchenjiankun1-3/+20
2016-12-24Add sqlite and SQLAlchemy support for APIchenjiankun1-0/+9
2016-12-01Add swagger support for Rest APIchenjiankun1-0/+4
2016-11-29centralize logging into root loggerRoss Brattain1-0/+3
2016-11-24Create API to get test case resultchenjiankun1-0/+8
2016-11-21Create API to run test caseschenjiankun1-0/+19
'>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