Age | Commit message (Expand) | Author | Files | Lines |
2017-07-19 | Add API(v2) to create project | chenjiankun | 1 | -0/+33 |
2017-07-14 | Initial all url of api v2 | chenjiankun | 2 | -7/+32 |
2017-07-14 | Add API(v2) to get pod info | chenjiankun | 2 | -0/+20 |
2017-07-14 | Merge "Add API(v2) to delete openrc" | Rex Lee | 1 | -0/+21 |
2017-07-14 | Add API(v2) to upload pod file | chenjiankun | 2 | -0/+62 |
2017-07-14 | Add API(v2) to delete openrc | chenjiankun | 1 | -0/+21 |
2017-07-14 | Add API(v2) to get openrc info | chenjiankun | 2 | -2/+34 |
2017-07-14 | Add API(v2) to update openrc | chenjiankun | 1 | -0/+41 |
2017-07-14 | Add API(v2) to upload openrc | chenjiankun | 3 | -0/+121 |
2017-07-13 | Add API to delete single environment | chenjiankun | 1 | -0/+46 |
2017-07-13 | Add API to get single environment info | chenjiankun | 2 | -0/+21 |
2017-07-13 | Add API to get environments | chenjiankun | 3 | -0/+22 |
2017-07-13 | Add API to create environment | chenjiankun | 3 | -1/+37 |
2017-07-12 | Change endpoint to url in API | chenjiankun | 2 | -3/+15 |
2017-07-12 | Merge "Yardstick api database v2 model" | Jing Lu | 3 | -0/+285 |
2017-07-12 | Yardstick api database v2 model | chenjiankun | 3 | -0/+285 |
2017-07-11 | Yardstick API architecture improvement | chenjiankun | 20 | -950/+823 |
2017-07-06 | Add API to update hosts info about SUT | rexlee8776 | 2 | -5/+31 |
2017-06-30 | Merge "Change prepareYardstickEnv to prepare_env and add log info" | Jing Lu | 5 | -90/+135 |
2017-06-30 | Change prepareYardstickEnv to prepare_env and add log info | chenjiankun | 5 | -90/+135 |
2017-06-30 | Add API to show test case documentation | chenjiankun | 4 | -1/+39 |
2017-06-29 | Merge "Call core code directly in the API of run test case" | Rex Lee | 15 | -253/+166 |
2017-06-29 | Call core code directly in the API of run test case | chenjiankun | 15 | -253/+166 |
2017-06-29 | Add API to update pod yaml file | chenjiankun | 1 | -0/+17 |
2017-06-25 | Add API to update hosts info about SUT | rexlee8776 | 1 | -0/+13 |
2017-06-24 | Merge "Yardstick output format unified" | Jing Lu | 1 | -4/+59 |
2017-06-24 | Add API to upload pod.yaml file | chenjiankun | 2 | -3/+29 |
2017-06-24 | Add API to update openrc variable | chenjiankun | 1 | -4/+35 |
2017-06-22 | auto restart influxdb and grafana support | rexlee8776 | 1 | -2/+7 |
2017-06-22 | Yardstick output format unified | chenjiankun | 1 | -4/+59 |
2017-04-27 | Bugfix: yardstick env prepare cmd do not support other installer | chenjiankun | 1 | -23/+7 |
2017-04-20 | Yardstick virtualenv support | chenjiankun | 1 | -0/+3 |
2017-04-01 | Yardstick virtualenv support | chenjiankun | 10 | -95/+77 |
2017-03-28 | Bugfix: improper license header in swagger docs | chenjiankun | 3 | -74/+50 |
2017-03-09 | Merge "Record test case names when run a task using API" | Rex Lee | 1 | -4/+21 |
2017-03-02 | env prepare check openrc already sourced | rexlee8776 | 1 | -5/+11 |
2017-02-24 | Add common method of openstack in openstack_utils | chenjiankun | 1 | -1/+2 |
2017-02-23 | Record test case names when run a task using API | chenjiankun | 1 | -4/+21 |
2017-02-23 | Merge "Update missing license headers" | Rex Lee | 3 | -0/+24 |
2017-02-22 | Create Grafana dashboards according config file under root_path/dashboard | chenjiankun | 1 | -4/+9 |
2017-02-17 | Update missing license headers | Deepak S | 3 | -0/+24 |
2017-02-16 | Merge "pylint fixes: remove redundant parens, fix comparison order" | Rex Lee | 3 | -3/+3 |
2017-02-08 | uwsgi: move init_db to uwsgi entry point | Ross Brattain | 2 | -4/+9 |
2017-02-08 | pylint fixes: remove redundant parens, fix comparison order | Ross Brattain | 3 | -3/+3 |
2017-01-20 | Create API to get a list of all test cases | chenjiankun | 4 | -0/+64 |
2017-01-17 | Add unittest framework for Yardstick API | chenjiankun | 3 | -4/+4 |
2017-01-12 | Add support for Python 3 | Ross Brattain | 15 | -27/+51 |
2017-01-11 | Merge "Create API to run test suite" | Rex Lee | 7 | -1/+142 |
2017-01-10 | Create API to run test suite | JingLu5 | 7 | -1/+142 |
2017-01-10 | Merge "Add API to get the status of async task" | Jing Lu | 8 | -28/+174 |