summaryrefslogtreecommitdiff
path: root/taskflow/utils/persistence_utils.py
Commit message (Expand)AuthorAgeFilesLines
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-2/+2
* Retrieve the store from flowdetails as well, if it existsGreg Hill2016-01-251-2/+9
* Remove **most** usage of taskflow.utils in examplesJoshua Harlow2015-07-171-75/+0
* Rename logbook module -> models moduleJoshua Harlow2015-07-081-5/+5
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Use platform neutral line separator(s)Joshua Harlow2015-01-121-3/+4
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+2
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-6/+14
* Persistence cleanup part oneJoshua Harlow2014-03-261-220/+10
* Add atom intentions for tasks and retriesAnastasia Karpinska2014-03-181-4/+6
* Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-4/+35
* Correct LOG.warning in persistence utilsStanislav Kudriashev2014-03-071-1/+1
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Implement ZooKeeper as persistence storage backendChangbin Liu2014-01-281-0/+73
* Doc strings and comments clean-upskudriashev2014-01-261-9/+8
* Fix function name typo in persistence utilsskudriashev2014-01-191-4/+4
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-1/+1
* Remove uuid from taskflow.flow.FlowIvan A. Melnikov2013-10-151-10/+5
* Merge "Helpers to save flow factory in metadata"Jenkins2013-10-141-1/+6
|\
| * Helpers to save flow factory in metadataIvan A. Melnikov2013-10-141-1/+6
* | Merge "Create logbook if not provided for create_flow_details"Jenkins2013-10-141-2/+5
|\ \ | |/
| * Create logbook if not provided for create_flow_detailsIvan A. Melnikov2013-10-141-2/+5
* | Add a persistence util logbook formatting functionJoshua Harlow2013-10-121-0/+72
|/
* Correctly save task versionsIvan A. Melnikov2013-10-051-0/+2
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-4/+38
* Simpler API to load flows into enginesIvan A. Melnikov2013-10-031-11/+13
* Memory persistence backend improvementsIvan A. Melnikov2013-09-301-18/+43
* Add a directory/filesystem based persistence layerJoshua Harlow2013-09-211-0/+130