summaryrefslogtreecommitdiff
path: root/taskflow/types/notifier.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-6/+5
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-3/+3
* Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-2/+2
* Expose r/o listener callback + details filter callbackJoshua Harlow2015-04-121-1/+11
* Expose listener notification type + docsJoshua Harlow2015-04-111-7/+19
* Ensure listener args are always a tuple/immutableJoshua Harlow2015-04-101-2/+7
* Rename notifier 'listeners' to 'topics'Joshua Harlow2015-04-081-16/+18
* Tweak some of the types thread safety docstringsJoshua Harlow2015-02-211-1/+9
* Docstrings should document parameters return valuesVilobh Meshram2015-02-111-7/+58
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-2/+1
* Add a 'can_be_registered' method that checks before notifyingJoshua Harlow2014-12-151-1/+19
* Replace autobind with a notifier module helper functionJoshua Harlow2014-12-141-0/+23
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-9/+73
* Allow for the notifier to provide a 'details_filter'Joshua Harlow2014-12-041-35/+86
* Raise value errors instead of assertsJoshua Harlow2014-12-021-2/+3
* Hoist the notifier to its own moduleJoshua Harlow2014-10-181-0/+122