summaryrefslogtreecommitdiff
path: root/ceilometer/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated oslo_utils.timeutils.isotimeTakashi Kajinami2021-07-241-0/+14
* Switch to oslo privsepzhurong2019-04-281-8/+0
* utils: move hash_of_set where it's solely usedJulien Danjou2018-01-311-4/+0
* utils: move kill_listeners to ceilometer.notificationJulien Danjou2018-01-311-9/+0
* utils: move publisher-only utils functions in publisherJulien Danjou2018-01-291-37/+0
* utils: remove unused decimal/dt conversion functionsJulien Danjou2018-01-161-30/+0
* Fix typo in utils.pyHuachao Mao2017-12-141-2/+2
* Merge "Move utils.dict_to_keyval to opendaylight"Zuul2017-12-131-24/+0
|\
| * Move utils.dict_to_keyval to opendaylightJulien Danjou2017-12-081-24/+0
* | Move delayed out of utilsJulien Danjou2017-12-081-6/+0
|/
* Merge "Remove unused ceilometer.utils.update_nested"Zuul2017-11-271-16/+0
|\
| * Remove unused ceilometer.utils.update_nestedJulien Danjou2017-11-171-16/+0
* | Merge "utils: remove unused create_periodic function"Zuul2017-11-271-11/+0
|\ \
| * | utils: remove unused create_periodic functionJulien Danjou2017-11-171-11/+0
| |/
* | Merge "Remove unused ceilometer.utils.EPOCH_TIME"Zuul2017-11-201-2/+0
|\ \
| * | Remove unused ceilometer.utils.EPOCH_TIMEJulien Danjou2017-11-171-2/+0
| |/
* | Remove unused ceilometer.utils.sanitize_timestampJulien Danjou2017-11-171-13/+0
|/
* Remove Ceilometer APIJulien Danjou2017-10-251-40/+0
* explicitly note sanitize_timestamp return conditiongord chung2017-07-071-1/+4
* use tooz hashringgord chung2017-03-031-34/+0
* Fix same type of simple message errorqin.jiang2017-01-191-1/+1
* utils: remove unused function stringify_timestampsJulien Danjou2016-12-131-7/+0
* register ceilometer options at runtimeMehdi Abaakouk2016-11-241-2/+0
* utils: stop using global confMehdi Abaakouk2016-11-241-2/+9
* Fix UnicodeEncodeError in Ceilometer pollingHanxi2016-09-211-2/+3
* pollsters: Remove eventlet timersMehdi Abaakouk2016-07-041-0/+17
* Fix oslo_service stop/start mechanismMehdi Abaakouk2016-05-021-0/+8
* replace fnmatch with oslo.utils.fnmatchZhiQiang Fan2016-04-121-29/+0
* Fix typos in comments and config strings.Dao Cong Tien2016-03-291-1/+1
* re-implement thread safe fnmatchZhiQiang Fan2015-11-271-0/+29
* Change and move the workers options to corresponding service sectionliu-sheng2015-08-121-8/+0
* Fix more tests on Python 3Victor Stinner2015-07-311-1/+3
* [MongoDB] Use a aggregate pipeline in statisticsIlya Tyaptin2015-07-291-0/+2
* add event listener to collectorgordon chung2015-02-021-0/+9
* Use oslo_config instead of deprecated oslo.configDina Belova2015-01-151-1/+1
* Use oslo_utils instead of deprecated oslo.utilsZhiQiang Fan2015-01-101-2/+2
* fix import oslo.concurrency issueKennan2014-12-031-1/+1
* Switch to oslo.concurrencyJulien Danjou2014-11-171-1/+1
* Fix hacking rule H305 imports not grouped correctlyZhiQiang Fan2014-10-301-1/+2
* switch to oslo-config-generatorgordon chung2014-10-121-5/+7
* Fix signature validation failure when using qpid message queueFeng Xi Yan2014-10-101-15/+23
* Partition static resources defined in pipeline.yamlNejc Saje2014-09-291-0/+4
* Add IPMI supportEdwin Zhai2014-09-131-0/+21
* Central agent work-load partitioningNejc Saje2014-09-011-0/+33
* Switch to oslo.utilsJulien Danjou2014-08-221-3/+2
* Enable some tests against py33Julien Danjou2014-07-281-1/+1
* Replace dict.iteritems() with six.iteritems(dict)Dina Belova2014-07-281-4/+4
* Fix H405 violations and re-enable gatingIgor Degtiarov2014-07-011-8/+6
* Fix H904 violations and re-enable gatingIgor Degtiarov2014-07-011-3/+3
* replaced unicode() with six.text_type()Christian Berendt2014-05-271-3/+5