summaryrefslogtreecommitdiff
path: root/taskflow/atom.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-16/+12
* Allow same deps for requires and provides in taskRick van de Loo2015-05-251-11/+0
* Use ordered[set/dict] to retain orderingJoshua Harlow2015-03-111-60/+82
* Move 'provides' and 'name' to instance attributesJoshua Harlow2015-02-161-40/+28
* adding check for str/unicode type in requiresMin Pae2015-02-151-1/+4
* Make the atom class an abstract classJoshua Harlow2015-02-131-0/+11
* Map optional arguments as well as required argumentsMin Pae2015-02-101-26/+53
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-1/+2
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* 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