summaryrefslogtreecommitdiff
path: root/ceilometerclient/common
Commit message (Expand)AuthorAgeFilesLines
* remove py24 compatible codeZhiQiang Fan2016-01-081-7/+0
* Merge "Catch missing 404 exceptions in client"Jenkins2015-06-031-1/+5
|\
| * Catch missing 404 exceptions in clientJuan Antonio Osorio Robles2015-05-181-1/+5
* | Drop use of 'oslo' namespace packageDoug Hellmann2015-06-031-1/+1
* | Use oslo_utils instead of deprecated oslo.utilsDina Belova2015-05-111-2/+2
|/
* Support unicode for alarmZhiQiang Fan2015-02-061-2/+2
* Add Sample API supportZhiQiang Fan2015-02-051-1/+2
* Allow all pep8 checksDina Belova2015-01-122-7/+12
* Add client property for common.base.ManagerZhiQiang Fan2014-12-191-0/+5
* Alarm TimeConstraint display incorrectRohit Jaiswal2014-11-251-4/+6
* switch to oslo.utilsgordon chung2014-09-291-12/+11
* Verify alarm found before modifyingEric Pendergrass2014-08-291-1/+5
* Use HTTPClient from common Oslo codeekudryashova2014-07-312-317/+4
* Don't expose X-Auth-Token in ceilometer CLIZhi Kun Liu2014-07-181-1/+13
* Fix hacking rules: H302,H305,H307,H402ZhiQiang Fan2014-06-112-5/+6
* Merge "fixed several pep8 issues"Jenkins2014-05-291-1/+1
|\
| * fixed several pep8 issuesChristian Berendt2014-05-161-1/+1
* | Fix exception handling of CLIliu-sheng2014-05-231-3/+3
|/
* Adds alarm time constraint support to ceilometer CLIUros Jovanovic2014-03-261-0/+21
* py3kcompat: remove in python-ceilometerclientJia Dong2014-02-211-4/+4
* Ensure url sent to proxy don't have redundant /Mehdi Abaakouk2014-02-131-1/+2
* Python 3: fix format_nested_list_of_dict()Cyril Roelandt2014-02-101-1/+1
* Merge "Update client to display data type of traits"Jenkins2014-01-281-6/+8
|\
| * Update client to display data type of traitsJohn Herndon2014-01-241-6/+8
* | Using common methods from oslo cliutilsJia Dong2014-01-241-14/+0
* | Using common method 'bool_from_string' from oslo strutilsllg82122014-01-221-4/+0
|/
* Support the Event APIJohn Herndon2014-01-101-0/+15
* Merge "Use Resource() class from common Oslo code"Jenkins2014-01-101-51/+2
|\
| * Use Resource() class from common Oslo codeekudryashova2014-01-081-51/+2
* | Fix the ceilometerlient log curl request incorrectlyls11752013-12-201-1/+1
|/
* Python 3: use six.moves.zip() rather than itertools.izip()Cyril Roelandt2013-12-191-2/+1
* Display message on HTTP 400Thomas Herve2013-12-161-1/+1
* Merge "Add HTTP proxy support to ceilometer client"1.0.8Jenkins2013-12-021-3/+21
|\
| * Add HTTP proxy support to ceilometer clientIlya Tyaptin2013-11-281-3/+21
* | Enable pep8 E711/E712/E721/H302 checkingLianhao Lu2013-11-221-4/+3
|/
* Ceilometer UnicodeEncodeError when update or show alarm fixChenZheng2013-10-301-0/+3
* Fix order of sample listfujioka yuuichi2013-10-281-13/+15
* Fix cacert argument to HTTPS connectionKieran Spear2013-10-241-1/+1
* align the order of parameters for urlencode()Kui Shi2013-10-151-1/+1
* replace basetring/xrangeKui Shi2013-10-141-1/+1
* replace dict.keys() with list(dict)Kui Shi2013-10-141-1/+1
* Use six.iteritems() for dictKui Shi2013-10-142-3/+5
* Translate print statement to print functionKui Shi2013-10-141-3/+4
* Fix module importing issues for Python 3Kui Shi2013-10-141-10/+6
* Merge "Added support to --os-cacert"Jenkins2013-10-031-8/+8
|\
| * Added support to --os-cacertStefano Zilli2013-10-011-8/+8
* | Allow to update an alarm partiallyMehdi Abaakouk2013-10-011-0/+9
|/
* Help messages: specify which options are requiredCyril Roelandt2013-09-251-0/+7
* Improve the CM shell client alarm visualisationMehdi Abaakouk2013-09-251-2/+4
* Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-09-233-3/+3
|\