summaryrefslogtreecommitdiff
path: root/ceilometerclient
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary GET of existing alarm for update1.0.1Eoghan Glynn2013-06-241-5/+2
* Make authenticated client easier to consume.Eoghan Glynn2013-06-213-55/+82
* Add support for specifying statistics period.Eoghan Glynn2013-06-203-8/+19
* Merge "Use Python 3.x compatible except construct"Jenkins2013-06-141-1/+1
|\
| * Use Python 3.x compatible except constructDirk Mueller2013-06-071-1/+1
* | Drop unnecessary arg when instantiating HTTP classBrian Waldon2013-06-131-1/+1
* | Start using pyflakesDirk Mueller2013-06-093-4/+4
|/
* Add client support for creating new alarms.Eoghan Glynn2013-05-283-3/+59
* Add client support for updating alarms.Eoghan Glynn2013-05-283-8/+81
* Enable more pep8 checksAngus Salkeld2013-05-231-1/+1
* Migrate to pbr.Monty Taylor2013-05-233-465/+4
* Merge "Fix pep H306 (import order)"Jenkins2013-05-223-4/+2
|\
| * Fix pep H306 (import order)Angus Salkeld2013-05-203-4/+2
* | Merge "Fix pep H402 and H401 errors"Jenkins2013-05-229-45/+36
|\ \ | |/
| * Fix pep H402 and H401 errorsAngus Salkeld2013-05-209-45/+36
* | Add support for deleting alarms.Eoghan Glynn2013-05-172-4/+21
|/
* Merge "Add support for getting individual alarms."Jenkins2013-05-172-0/+26
|\
| * Add support for getting individual alarms.Eoghan Glynn2013-05-162-0/+26
* | Merge "Add support for listing alarms."Jenkins2013-05-173-1/+53
|\ \ | |/
| * Add support for listing alarms.Eoghan Glynn2013-05-163-1/+53
* | Fix mis-scoped Client class breaking CLIEoghan Glynn2013-05-151-1/+2
|/
* client does not show versionGordon Chung2013-05-075-48/+72
* 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-294-10/+48
* Make it possible to pass -q "metadata.field=value"1.0.0Angus Salkeld2013-03-271-4/+6
* 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-141-1/+4
|\ \ | |/ |/|
| * Catch KeyError exception as early as possible when there is no matching data ...Dan Florea2013-03-081-1/+4
* | Properly removing start and ending slashesyolanda.robla2013-03-081-2/+6
|/
* Merge "Add resources and meters to the v2 shell"Jenkins2013-03-047-28/+184
|\
| * Add resources and meters to the v2 shellAngus Salkeld2013-02-277-28/+184
* | Merge "Support --os-auth-token."Jenkins2013-03-041-32/+38
|\ \
| * | Support --os-auth-token.Lianhao Lu2013-02-201-32/+38
* | | Correct the help info of resource-list sub-command.Jason Zhang2013-02-261-1/+1
| |/ |/|
* | Merge "Add shell.py so we can do v2 shell commands"Jenkins2013-02-251-0/+66
|\ \
| * | Add shell.py so we can do v2 shell commandsAngus Salkeld2013-02-251-0/+66
| |/
* | v1-api: Added timestamp support.Lianhao Lu2013-02-202-9/+44
* | v1-api: Adapted resouce/user api.Lianhao Lu2013-02-202-4/+20
|/
* Add support for v2 APIJulien Danjou2013-02-185-2/+135
* Update to latest oslo-versionMonty Taylor2013-02-104-247/+149
* fix the fields in v1 do_meter_listAngus Salkeld2013-01-181-1/+1
* Pin pep8 to 1.3.3Chuck Short2013-01-074-77/+82
* Add support for metadata queryAngus Salkeld2012-12-122-6/+22
* Fix testsJulien Danjou2012-12-064-5/+10
* Revert "Remove the event class and use Meter instead."Angus Salkeld2012-11-303-19/+74