summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove explicit distribute depend.Monty Taylor2013-06-111-1/+0
* | Start using pyflakesDirk Mueller2013-06-095-9/+5
|/
* Add client support for creating new alarms.Eoghan Glynn2013-05-284-3/+76
* Add client support for updating alarms.Eoghan Glynn2013-05-284-8/+103
* Merge "Fix install_venv.py requirements file"Jenkins2013-05-231-2/+2
|\
| * Fix install_venv.py requirements fileAngus Salkeld2013-05-231-2/+2
* | Enable more pep8 checksAngus Salkeld2013-05-233-5/+4
|/
* Migrate to pbr.Monty Taylor2013-05-237-507/+43
* Merge "Fix pep H306 (import order)"Jenkins2013-05-225-7/+5
|\
| * Fix pep H306 (import order)Angus Salkeld2013-05-205-7/+5
* | Merge "Fix pep H402 and H401 errors"Jenkins2013-05-229-45/+36
|\ \ | |/
| * Fix pep H402 and H401 errorsAngus Salkeld2013-05-209-45/+36
* | Rename tools/pip-requires to requirements.txtAngus Salkeld2013-05-213-4/+2
* | Merge "Add support for deleting alarms."Jenkins2013-05-203-5/+37
|\ \ | |/ |/|
| * Add support for deleting alarms.Eoghan Glynn2013-05-173-5/+37
* | Migrate to flake8.Monty Taylor2013-05-183-13/+14
|/
* Merge "Add support for getting individual alarms."Jenkins2013-05-173-0/+42
|\
| * Add support for getting individual alarms.Eoghan Glynn2013-05-163-0/+42
* | Merge "Add support for listing alarms."Jenkins2013-05-174-1/+147
|\ \ | |/
| * Add support for listing alarms.Eoghan Glynn2013-05-164-1/+147
* | Fix mis-scoped Client class breaking CLIEoghan Glynn2013-05-151-1/+2
|/
* Use testr to run testsAngus Salkeld2013-05-109-128/+201
* Merge "Add install_venv_common from oslo"Jenkins2013-05-104-9/+299
|\
| * Add install_venv_common from osloAngus Salkeld2013-05-084-9/+299
* | Merge "client does not show version"Jenkins2013-05-102-21/+11
|\ \ | |/ |/|
| * client does not show versionGordon Chung2013-05-075-48/+72
* | Update oslo code and split the module linesAngus Salkeld2013-05-084-28/+64
* | Use the utils.BaseTestCase for all testsAngus Salkeld2013-05-0813-39/+36
* | Fix pep8 errors in test codeAngus Salkeld2013-05-088-33/+34
* | Remove unused test code in test_util.pyAngus Salkeld2013-05-081-5/+0
* | Fix manifest (README.rst -> README.md)Angus Salkeld2013-05-081-2/+1
|/
* Merge "Sync requirements with openstack-common/requirements"Jenkins2013-05-023-6/+59
|\
| * Sync requirements with openstack-common/requirementsDirk Mueller2013-05-023-6/+59
* | Fix for Bug #1167521, ceilometer client crashes with missing content type res...Eric Pendergrass2013-05-011-1/+5
* | Restore compatibility with PrettyTable < 0.7.2Dirk Mueller2013-04-291-2/+4
* | Change the default API version used by the cli to v2Angus Salkeld2013-04-101-2/+2
|/
* v2 API: added resource-show.Lianhao Lu2013-03-295-10/+154
* Make it possible to pass -q "metadata.field=value"1.0.0Angus Salkeld2013-03-272-4/+10
* Merge "Corrected help strings."Jenkins2013-03-191-3/+3
|\
| * Corrected help strings.Lianhao Lu2013-03-141-3/+3
* | Merge "Don't log unneccessarly on each http request"Jenkins2013-03-191-4/+0
|\ \ | |/ |/|
| * Don't log unneccessarly on each http requestAngus Salkeld2013-03-131-4/+0
* | Merge "Catch KeyError exception as early as possible when there is no matchin...Jenkins2013-03-142-1/+18
|\ \ | |/ |/|
| * Catch KeyError exception as early as possible when there is no matching data ...Dan Florea2013-03-082-1/+18
* | Properly removing start and ending slashesyolanda.robla2013-03-084-4/+58
|/
* Remove warlock from pip-requires as it is not usedAngus Salkeld2013-03-071-1/+0
* Merge "Add resources and meters to the v2 shell"Jenkins2013-03-048-28/+252
|\
| * Add resources and meters to the v2 shellAngus Salkeld2013-02-278-28/+252
* | Merge "Support --os-auth-token."Jenkins2013-03-042-32/+53
|\ \
| * | Support --os-auth-token.Lianhao Lu2013-02-202-32/+53