Skip to content

Tags: hanbaoying/python-ceilometerclient

Tags

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dhellmann Doug Hellmann
python-ceilometerclient 1.4.0 release

icehouse-eol

Toggle icehouse-eol's commit message
Icehouse EOL

1.3.0

Toggle 1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dhellmann Doug Hellmann
python-ceilometerclient 1.3.0 release

1.0.14

Toggle 1.0.14's commit message
python-ceilometerclient 1.0.14 release

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dhellmann Doug Hellmann
python-ceilometerclient 1.2.0 release

1.1.0

Toggle 1.1.0's commit message
python-ceilometerclient 1.1.0 release

1.0.13

Toggle 1.0.13's commit message
python-ceilometerclient 1.0.13

Includes the following changes:

 * Corrected the errors in sample-show and sample-create
 * Allow create/update gnocchi alarm rule
 * Don't enforce a kind of alarm rules
 * Update get_client() parameters with correct variable names
 * Add Sample API support
 * add --no-traits for event-list
 * Add severity field to alarm CLI
 * Remove trailing space before , in the help string of --time-constraint
 * Fix improper parameter setup for cacert and client certs
 * event-list should sort by timestamp, not id
 * Allow all pep8 checks
 * Fix H105 pep8 error
 * Triple double-quoted strings should be used for docstrings
 * Support ceilometer-url and os-endpoint
 * sync to latest oslo-incubator code
 * Add apiclient to openstack-common.conf
 * Add client property for common.base.Manager
 * Allow graceful shutdown on Ctrl+C
 * Make methods static where it's possible
 * Fix old-style classes declaration
 * Remove redundant parentheses (except openstack.common)
 * Enable --os-insecure CLI option
 * sync with oslo and use oslo.i18n
 * Workflow documentation is now in infra-manual
 * Support os-endpoint-type
 * Alarm TimeConstraint display incorrect
 * Add `requests` to requirements
 * Fix timeout argument not treated as integer
 * Refactor tests/test_shell.py
 * Add --slowest option for testr
 * Fix wrong initialization of AuthPlugin for keystone v3
 * Add CONTRIBUTING.rst

1.0.12

Toggle 1.0.12's commit message
python-ceilometerclient 1.0.12

Includes the following changes:

* sync olso code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75 (Closes-Bug: #1357343)

1.0.11

Toggle 1.0.11's commit message
python-ceilometerclient 1.0.11

Includes the following changes:

 * Reduce redundant parameter of some commands in CLI
 * Fix AuthPlugin authentification
 * Stop using intersphinx
 * Updated from global requirements
 * Fix sample-create in v2 api calls
 * keystone discovery fallback support
 * Fix a help string nit for statistics command
 * Verify alarm found before modifying
 * Revamp documentation, add module references
 * Check if the alarm has time constraints field before displaying
 * Removed undefined method in install_env.py file
 * Replace assertTrue with assertIsNotNone for check an object
 * Add endpoint opt into auth_plugin
 * Use HTTPClient from common Oslo code
 * Update developer docs template
 * Add doc/build to .gitignore
 * Add docs job to tox.ini
 * Don't expose X-Auth-Token in ceilometer CLI
 * Calculate a suitable column width for positional arguments
 * Improve --debug logging output
 * Update python-ceilometerclient to support Keystone V3 API
 * Fix the alarm history order shown to user
 * Provide explicit help string of resource-metadata
 * Add methods to resource classes
 * Improve a bit query API
 * Fix hacking rules: H302,H305,H307,H402
 * Fix alarm-threshold-update --query option
 * Refactor split_by_op and split_by_datatype
 * use mock instead of try...finally
 * Avoid unnecessary stderr message when run test
 * Avoid empty entity field in uri path
 * replace dict.iteritems() with six.iteritems(dict)
 * Fix exception handling of CLI
 * fixed several pep8 issues
 * Remove out-dated exceptions
 * extraneous vim editor configuration comments
 * Correct help string about insufficient_data
 * Avoid dead loop when token is string format
 * Fix some help strings
 * Display message on HTTPException
 * Update v2.options docstring
 * Correct testcase content
 * Statistics groupby handling improvement
 * Fix the ceilometer trait-description-list command

1.0.10

Toggle 1.0.10's commit message
python-ceilometerclient 1.0.9

Includes the following changes:

 * Ensure statistics aggregates are ordered with parameterized first
 * Implementation of statistics aggregators
 * Adds alarm time constraint support to ceilometer CLI
 * Updated from global requirements
 * Fix temporary pypy gate issue with setuptools
 * Add complex query support for alarm history
 * Add complex query support for alarms
 * Checking the type of auth_token, and fixing it if necessary
 * Deprecate 'alarm-update'
 * Add complex query support for samples
 * test created virtual env directory should git ignored
 * Updated from global requirements
 * Updated from global requirements
 * py3kcompat: remove in python-ceilometerclient
 * Python 3 compatibility
 * Fix a typo in a comment in v2 client
 * test_url_generation_with_proxy: do not use contextlib.nested()
 * Ensure url sent to proxy don't have redundant /
 * Remove unused mock in v2/test_shell.py
 * fix help message of deprecated command
 * Sync with Oslo
 * Python 3: fix format_nested_list_of_dict()
 * Remove tox locale overrides
 * Improve help strings
 * Updated from global requirements