summaryrefslogtreecommitdiff
path: root/taskflow/listeners
Commit message (Expand)AuthorAgeFilesLines
* Add a capturing listener (for test or other usage)Joshua Harlow2015-02-031-0/+105
* Use a class provided logger before falling back to moduleJoshua Harlow2015-01-221-15/+18
* Merge "Switch to using 'oslo_utils' vs 'oslo.utils'"Jenkins2015-01-161-1/+1
|\
| * Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* | Remove 'SaveOrderTask' and test state in class variablesJoshua Harlow2015-01-151-0/+1
|/
* Merge "Include the 'old_state' in all currently provided listeners"Jenkins2015-01-152-18/+21
|\
| * Include the 'old_state' in all currently provided listenersJoshua Harlow2015-01-102-18/+21
* | Use platform neutral line separator(s)Joshua Harlow2015-01-122-2/+5
* | The taskflow logger module does not provide a logging adapterJoshua Harlow2015-01-091-1/+2
|/
* Remove usage of listener base postfixJoshua Harlow2014-12-125-26/+48
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-083-3/+3
* Update listeners to ensure they correctly handle all atomsJoshua Harlow2014-12-043-50/+95
* Merge "Use a module level constant to provide the DEFAULT_LISTEN_FOR"Jenkins2014-12-033-10/+11
|\
| * Use a module level constant to provide the DEFAULT_LISTEN_FORJoshua Harlow2014-12-013-10/+11
* | Merge "Add a claims listener that connects job claims to engines"Jenkins2014-12-031-0/+100
|\ \
| * | Add a claims listener that connects job claims to enginesJoshua Harlow2014-12-011-0/+100
| |/
* | Format failures via a static methodJoshua Harlow2014-11-191-22/+43
|/
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-212-6/+6
* Remove direct usage of the deprecated notifier locationJoshua Harlow2014-10-193-9/+11
* Merge "Add a timing listener that also prints the results"Jenkins2014-10-181-7/+44
|\
| * Add a timing listener that also prints the resultsJoshua Harlow2014-09-181-7/+44
* | Merge "Add a more dynamic/useful logging listener"Jenkins2014-10-181-6/+129
|\ \
| * | Add a more dynamic/useful logging listenerJoshua Harlow2014-09-281-6/+129
* | | Switch to a custom NotImplementedError derivativeJoshua Harlow2014-10-081-2/+2
|/ /
* | Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
|/
* Avoid naming time type module the same as a builtinJoshua Harlow2014-08-121-2/+2
* Create a top level time typeJoshua Harlow2014-06-201-3/+2
* Allow jobboard event notificationJoshua Harlow2014-04-213-6/+6
* Use correct exception in the timing listenerStanislav Kudriashev2014-04-011-2/+2
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-2/+1
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-1/+2
* Rework documentation of notificationsIvan A. Melnikov2014-03-283-13/+29
* Persistence cleanup part oneJoshua Harlow2014-03-261-1/+1
* Merge "Removed copyright from empty files"Jenkins2014-03-231-15/+0
|\
| * Removed copyright from empty filesyangxurong2014-02-221-15/+0
* | Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-142-4/+4
|/
* Remove extraneous vim configuration commentsyangxurong2014-02-145-10/+0
* Doc strings and comments clean-upskudriashev2014-01-263-4/+3
* Do not create TaskAction for each taskAnastasia Karpinska2013-12-181-3/+3
* Storage: use names instead of uuids in interfaceAnastasia Karpinska2013-12-181-9/+9
* Capture task durationJoshua Harlow2013-12-094-30/+159
* All classes should explicitly inherit object classanastasia-karpinska2013-11-281-1/+2
* Move toward python 3/2 compatible metaclassJoshua Harlow2013-10-091-3/+3
* Add a set of useful listenersJoshua Harlow2013-10-074-0/+201