summaryrefslogtreecommitdiff
path: root/oslo_messaging/notify
Commit message (Expand)AuthorAgeFilesLines
* [rabbit] use retry parameters during notification sendingBalazs Gibizer2022-01-121-6/+17
* Remove the oslo_utils.fnmatchdengzhaosen2021-05-111-1/+1
* Remove six usageAndreas Jaeger2020-05-113-12/+6
* Update hacking for Python312.1.0Andreas Jaeger2020-03-302-2/+3
* Remove the deprecated blocking executorHervé Beraud2020-02-181-4/+4
* Add help msg to payload for CLI notifierHervé Beraud2019-05-231-1/+2
* Remove log translation and i18nHervé Beraud2019-04-246-23/+17
* Clarify the documentation for pooled Notification ListenersKenneth Giusti2019-03-111-16/+22
* Remove transport aliases supportSteve Kowalik2018-07-051-5/+2
* Merge "sort when using groupby"Zuul2017-11-291-3/+4
|\
| * sort when using groupbygord chung2017-11-261-3/+4
* | don't convert generator to list unless requiredgord chung2017-11-271-3/+1
|/
* Warn when wrong transport instance is usedRajath Agasthya2017-09-112-2/+13
* deprecated blocking executorMehdi Abaakouk2017-06-041-10/+5
* Clean up the TransportURL documentationKenneth Giusti2017-06-011-1/+1
* Add get_rpc_transport callAndrew Smith2017-05-121-2/+2
* Retry support for oslo_messaging_notifications driverElancheran Subramanian2017-04-181-1/+8
* Trivial: Add executor 'threading' in docstringChangBo Guo(gcb)2017-03-201-4/+4
* Merge "Allow checking if notifier is enabled"Jenkins2017-03-061-0/+8
|\
| * Allow checking if notifier is enabledBalazs Gibizer2017-03-031-0/+8
* | Remove old messaging notify driver alias5.18.0Matt Riedemann2017-03-051-24/+0
|/
* drop topic keyword from Notifiergord chung2017-02-272-15/+5
* Replace six.iteritems() with .items()Li-zhigang2016-11-232-5/+3
* [document] The example which is written in the developer guide ofHiroyasu.OHYAMA2016-10-071-4/+8
* Fixups to the inline documentationKenneth Giusti2016-09-123-53/+99
* Fix notify filter when data item is Nonetengqm2016-09-031-6/+20
* Add docstring for get_notification_transportGeorge Silvis, III2016-08-151-0/+25
* Fix syntax error on notification listener docsGregory Haynes2016-07-281-1/+1
* notify: add a CLI tool to manually send notificationsJulien Danjou2016-07-131-0/+45
* [Trival] fix a typo nitliusheng2016-06-131-1/+1
* Remove deprecated localcontextMehdi Abaakouk2016-05-181-5/+0
* Improves exception handling and loggingDmitriy Ukhlov2016-04-261-4/+5
* Merge "Refactor base interfaces"Jenkins2016-04-221-27/+24
|\
| * Refactor base interfacesDmitriy Ukhlov2016-04-201-27/+24
* | use thread safe fnmatchZhiQiang Fan2016-04-211-1/+1
|/
* Merge "Make transport_url config option secret"Jenkins2016-04-071-0/+1
|\
| * Make transport_url config option secretJuan Antonio Osorio Robles2016-04-071-0/+1
* | Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-10/+6
* | Merge "Move server related logic from dispatchers"Jenkins2016-03-302-106/+163
|\ \ | |/ |/|
| * Move server related logic from dispatchersDmitriy Ukhlov2016-03-302-106/+163
* | [py34] replace file() with open()Davanum Srinivas2016-03-241-1/+1
|/
* Merge "Revert "Ensure the json result type is bytes on Python 3""Jenkins2016-03-111-1/+0
|\
| * Revert "Ensure the json result type is bytes on Python 3"Victor Stinner2016-03-111-1/+0
* | Merge "Ensure the json result type is bytes on Python 3"Jenkins2016-03-111-0/+1
|\ \ | |/
| * Ensure the json result type is bytes on Python 3Javeme2016-02-241-0/+1
* | Allow Notifier to have multiple topicsDavanum Srinivas2016-02-251-3/+15
|/
* Use more efficient mask_dict_password to mask passwordJaveme2016-02-241-1/+1
* Remove executor callbackVictor Stinner2016-02-181-14/+9
* Improvement of logging acorrding to oslo.i18n guidelineChangBo Guo(gcb)2016-01-073-7/+10
* Merge "notif: Check the driver features in dispatcher"Jenkins2015-12-112-2/+1
|\