summaryrefslogtreecommitdiff
path: root/ceilometer/publisher
Commit message (Expand)AuthorAgeFilesLines
* Remove eventlet usageJulien Danjou2015-11-241-1/+0
* mark logging.info translation accordinglygordon chung2015-10-071-2/+2
* Merge "do not translate debug logs"Jenkins2015-08-131-3/+3
|\
| * do not translate debug logsgordon chung2015-08-121-3/+3
* | start rpc deprecationgordon chung2015-08-111-0/+1
|/
* Fixes the kafka publisherMehdi Abaakouk2015-08-062-136/+58
* use oslo.log instead of oslo-incubator codeZhiQiang Fan2015-05-284-4/+4
* Enable more tests on Python 3Victor Stinner2015-05-261-0/+2
* Python 3: encode to UTF-8 when neededVictor Stinner2015-05-151-1/+3
* Drop use of 'oslo' namespace package.Doug Hellmann2015-04-281-3/+3
* Fix a issue for kafka-publisher and refactor the test codeKomei Shimamura2015-04-091-1/+1
* Merge "support ability to skip message signing"Jenkins2015-03-311-2/+9
|\
| * support ability to skip message signinggordon chung2015-03-261-2/+9
* | Added ipv6 support for udp publisherLianhao Lu2015-03-271-1/+5
|/
* add ability to publish to multiple topicsgordon chung2015-03-161-1/+3
* Add a Kafka publisher as a Ceilometer publisherKomei Shimamura2015-03-111-0/+199
* enable oslo namespace check for ceilometer projectZhiQiang Fan2015-02-111-2/+2
* add event listener to collectorgordon chung2015-02-024-11/+11
* add notifier publisher for eventsgordon chung2015-02-021-15/+35
* enable event pipelinegordon chung2015-02-022-4/+17
* Merge "add event pipeline"Jenkins2015-01-296-1/+46
|\
| * add event pipelinegordon chung2015-01-266-1/+46
* | Upgrade to hacking 0.10Julien Danjou2015-01-237-17/+0
|/
* Merge "Add a direct to database publisher"Jenkins2015-01-151-0/+55
|\
| * Add a direct to database publisherChris Dent2015-01-141-0/+55
* | Use oslo_config instead of deprecated oslo.configDina Belova2015-01-153-3/+3
* | Use oslo_utils instead of deprecated oslo.utilsZhiQiang Fan2015-01-102-2/+2
|/
* Port to graduated library oslo.i18nZhiQiang Fan2014-12-093-3/+3
* Add encoding to keys in compute_signatureIlya Tyaptin2014-11-121-1/+1
* switch to oslo-config-generatorgordon chung2014-10-122-13/+6
* Use oslo.msg retry API in rpc publisherMehdi Abaakouk2014-09-251-43/+7
* Permit usage of notifications for meteringMehdi Abaakouk2014-08-271-16/+59
* Switch to oslo.utilsJulien Danjou2014-08-222-6/+5
* Triple double-quoted strings should be used for docstringsDina Belova2014-08-201-1/+1
* Merge "Fix typos in code comments & docstrings"Jenkins2014-07-171-1/+1
|\
| * Fix typos in code comments & docstringsAbhishek Lekshmanan2014-07-101-1/+1
* | Use hmac.compare_digest to compare signatureMehdi Abaakouk2014-07-171-2/+39
|/
* Fix H405 violations and re-enable gatingIgor Degtiarov2014-07-012-11/+10
* Fix H904 violations and re-enable gatingIgor Degtiarov2014-07-011-2/+2
* Fix H307 violations and re-enable gatingIgor Degtiarov2014-07-011-1/+1
* use urlparse from sixGordon Chung2014-06-242-2/+3
* Merge "Fix list of modules not included in auto-gen docs"Jenkins2014-06-171-2/+3
|\
| * Fix list of modules not included in auto-gen docsIldiko Vancsa2014-06-161-2/+3
* | Don't keep a single global TRANSPORT objectMehdi Abaakouk2014-06-161-1/+2
|/
* Downgrade publisher logging to debug level againDirk Mueller2014-06-121-2/+2
* Remove low-value logging from publication codepathEoghan Glynn2014-06-101-2/+0
* Merge "Remove (c) and remove unnecessary encoding lines"Jenkins2014-06-106-12/+6
|\
| * Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-316-12/+6
* | replaced unicode() with six.text_type()Christian Berendt2014-05-271-1/+2
|/
* oslo.messaging context must be a dictMehdi Abaakouk2014-05-201-3/+3