summaryrefslogtreecommitdiff
path: root/taskflow/engines/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-2/+1
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-101-106/+32
* Update all removal_version from being ? to being 2.0Joshua Harlow2015-07-121-1/+1
* Use sphinx deprecated docstring markupJoshua Harlow2015-06-101-0/+28
* Use links instead of raw block quotesJoshua Harlow2015-03-051-3/+5
* Use debtcollector library to replace internal utilityJoshua Harlow2015-02-191-9/+9
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
* Merge "Add and use a new simple helper logging module"Jenkins2014-12-111-0/+3
|\
| * Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-0/+3
* | Use an appropriate ``extract_traceback`` limitJoshua Harlow2014-12-071-2/+3
|/
* Correctly identify stack level in ``_extract_engine``Joshua Harlow2014-12-071-28/+59
* Use the deprecation utility module instead of warningsJoshua Harlow2014-11-231-5/+8
* Remove attrdict and just use existing typesJoshua Harlow2014-10-181-3/+3
* Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-181-75/+86
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* Update oslo incubator code to commit 0b02fc0f36814968Joshua Harlow2014-07-021-3/+11
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-8/+9
* Merge "Wrap the failure to load in the not found exception"Jenkins2014-05-051-9/+14
|\
| * Wrap the failure to load in the not found exceptionJoshua Harlow2014-04-301-9/+14
* | Pass executor via kwargs instead of configJoshua Harlow2014-05-041-2/+2
|/
* Load engines with defined args and provided kwargsJoshua Harlow2014-04-281-13/+11
* Integrate urlparse for configuration augmentationJoshua Harlow2014-04-281-1/+11
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Retain the same api for all helpersJoshua Harlow2014-01-271-31/+93
* Doc strings and comments clean-upskudriashev2014-01-261-7/+7
* Helpers to save flow factory in metadataIvan A. Melnikov2013-10-141-1/+91
* Create logbook if not provided for create_flow_detailsIvan A. Melnikov2013-10-141-5/+2
* Simpler API to load flows into enginesIvan A. Melnikov2013-10-031-0/+112