taskflow/taskflow
Joshua Harlow 1e3dc09453 Rename logbook module -> models module
Since this module contains more than the logbook
class and really is a our generic models that are used
to hold the runtime structure it is more appropriate to
place it under a models module and deprecate the usage
of the old module by placing a warning there (so that
when it is imported that warning is triggered).

Change-Id: I79def5ee08f560d38f2c9dcefd0b33becc2a4d36
2015-07-08 17:04:35 -07:00
..
conductors Merge "Notify on the individual engine steps" 2015-07-08 23:52:37 +00:00
engines Merge "Add bulk ensure_atoms method to storage" 2015-07-08 23:41:58 +00:00
examples Rename logbook module -> models module 2015-07-08 17:04:35 -07:00
jobs Build-out + test a redis backed jobboard 2015-06-29 12:13:01 -07:00
listeners Use sphinx deprecated docstring markup 2015-06-10 20:12:07 -07:00
patterns Use 'node' terminology instead of 'item' terminology 2015-03-30 13:05:43 -07:00
persistence Rename logbook module -> models module 2015-07-08 17:04:35 -07:00
tests Rename logbook module -> models module 2015-07-08 17:04:35 -07:00
types Merge "Remove 2.6 classifier + 2.6 compatibility code" 2015-06-29 15:41:07 +00:00
utils Rename logbook module -> models module 2015-07-08 17:04:35 -07:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
atom.py Remove 2.6 classifier + 2.6 compatibility code 2015-06-21 09:39:12 -07:00
exceptions.py Use the excutils.raise_with_cause after doing our type check 2015-06-16 15:33:51 -07:00
flow.py Update Flow::__str__ 2015-02-17 14:18:57 -08:00
logging.py Handy access to INFO level 2015-06-12 09:05:41 -07:00
retry.py Adding a revert_all option to retry controllers 2015-06-11 17:31:54 -07:00
states.py Split-off the additional retry states from the task states 2015-06-18 07:41:25 -07:00
storage.py Rename logbook module -> models module 2015-07-08 17:04:35 -07:00
task.py Use compatible map and update map/reduce task docs 2015-03-13 21:14:30 -07:00
test.py Add and use a new simple helper logging module 2014-12-08 22:09:13 -08:00
version.py Make version.py handle pbr not being installed 2014-09-01 20:09:59 +00:00