3 Star 0 Fork 0

openstack / python-ceilometerclient

标签名
描述
提交信息
操作

Juno EOL

2015-07-29 05:32

python-ceilometerclient 1.5.1 release

meta:version: 1.5.1
meta:series: liberty
meta:release-type: release

2015-11-17 11:18

python-ceilometerclient 2.1.0 release

meta:version: 2.1.0
meta:series: mitaka
meta:release-type: release

2015-11-30 22:25

python-ceilometerclient 1.1.2 release

meta:version: 1.1.2
meta:series: kilo
meta:release-type: release

2015-11-18 07:17

python-ceilometerclient 2.0.1 release

2015-11-13 03:08

python-ceilometerclient 2.0.0 release

2015-10-27 02:52

python-ceilometerclient 1.0.15 release

2015-07-29 05:32

python-ceilometerclient 1.1.1 release

2015-09-08 23:09

python-ceilometerclient 1.5.0 release

2015-09-09 03:00

python-ceilometerclient 1.4.0 release

2015-08-10 23:20

Icehouse EOL

2014-09-04 04:21

python-ceilometerclient 1.3.0 release

2015-06-18 15:11

python-ceilometerclient 1.0.14 release

2015-04-22 00:22

python-ceilometerclient 1.2.0 release

2015-04-18 01:44

python-ceilometerclient 1.1.0 release

2015-04-16 16:20

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
2015-02-15 11:24

python-ceilometerclient 1.0.12

Includes the following changes:

  • sync olso code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75 (Closes-Bug: #1357343)
2014-09-04 04:21

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
2014-09-21 22:29

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
2014-03-27 18:28

python-ceilometerclient 1.0.9

Includes the following changes:

  • Modify ceilometer client cmd line help info
  • Remove unused import for print_function
  • Remove ununsed httplib2 requirement
  • Update client to display data type of traits
  • Using common methods from oslo cliutils
  • Avoid discarding alarm-threshold-create --query option
  • Fix typos picked up by misspellings
  • return sample info when creating sample with CLI
  • Enable hacking H233 rule
  • Using common method 'bool_from_string' from oslo strutils
  • Raise traceback on error when using CLI and -debug
  • Remove print debugs statements.
  • replace assertTrue(isinstance) to assertIsInstance
  • Add support for groupby in statistics for API v2
  • Remove dependencies on pep8, pyflakes and flake8
  • Replace inheritance hierarchy with composition
  • fix optional parameter of creating sample
  • abbreviating --meter-name to -m in alarm commands
  • Remove unused imports
  • Support the Event API
  • Python 3: fix test_sample_list
  • Use Resource() class from common Oslo code
  • client looking at wrong cacert argument name
  • Supports bash_completion for ceilometerclient
  • Fix the ceilometerlient log curl request incorrectly
  • Python 3: use six.moves.zip() rather than itertools.izip()
  • Display message on HTTP 400
  • Fix alarm-combination-update operator argument
  • Improve description of some commands
  • Updates tox.ini to use new features
  • Updated from global requirements
  • Update .gitignore
  • Encode exception on ceilometer-client for UnicodeDecodeError
2014-01-29 02:19
Python
1
https://gitee.com/openstack/python-ceilometerclient.git
git@gitee.com:openstack/python-ceilometerclient.git
openstack
python-ceilometerclient
python-ceilometerclient

搜索帮助