summaryrefslogtreecommitdiff
path: root/taskflow/atom.py
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+0
* Document more function/class/method paramsJoshua Harlow2014-09-261-6/+14
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-1/+3
* Rename to atom from taskJoshua Harlow2014-05-311-13/+13
* Add docstring describing the inject instance variableJoshua Harlow2014-05-291-0/+5
* add the ability to inject arguments into tasks at task creationGreg Hill2014-05-281-2/+7
* Rework atom documentationJoshua Harlow2014-05-241-9/+28
* Merge "Adjust the exception hierachy"Jenkins2014-03-261-1/+1
|\
| * Adjust the exception hierachyJoshua Harlow2014-03-241-1/+1
* | Add __repr__ method to AtomIvan A. Melnikov2014-03-241-0/+3
|/
* Add base class for RetryAnastasia Karpinska2014-03-141-3/+8
* Update comment + six.text_type instead of str for nameJoshua Harlow2014-03-121-0/+1
* Fix few spelling and grammar errorsIvan A. Melnikov2014-02-201-1/+1
* Merge "Check atom doesn't provide and return same values"Jenkins2014-02-191-0/+7
|\
| * Check atom doesn't provide and return same valuesAnastasia Karpinska2014-02-181-0/+7
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Doc strings and comments clean-upskudriashev2014-01-261-1/+1
* Update atom commentsJoshua Harlow2014-01-231-2/+7
* Add base class Atom for all flow unitsAnastasia Karpinska2014-01-211-0/+145