summaryrefslogtreecommitdiff
path: root/taskflow/task.py
Commit message (Expand)AuthorAgeFilesLines
* Allow for revert to have a different argument list from executeGreg Hill2016-02-261-3/+16
* Refactor Atom/BaseTask/Task/Retry class hierarchyGreg Hill2016-02-181-108/+18
* Use compatible map and update map/reduce task docsJoshua Harlow2015-03-131-14/+15
* Added a map and a reduce taskMin Pae2015-03-121-0/+89
* 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
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-139/+27
* Use a tiny clamp helper to clamp the 'on_progress' valueJoshua Harlow2014-12-131-7/+7
* Merge "Add and use a new simple helper logging module"Jenkins2014-12-111-1/+1
|\
| * Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* | Merge "Just assign a empty collection instead of copy/clear"Jenkins2014-12-101-2/+1
|\ \
| * | Just assign a empty collection instead of copy/clearJoshua Harlow2014-12-091-2/+1
| |/
* | Remove rtype from task clone() docJoshua Harlow2014-12-091-1/+0
|/
* Have tasks be able to provide copy() methodsJoshua Harlow2014-12-061-0/+19
* Rework pieces of the task callback capabilityJoshua Harlow2014-12-061-44/+96
* Merge "Raise value errors instead of asserts"Jenkins2014-12-041-6/+9
|\
| * Raise value errors instead of assertsJoshua Harlow2014-12-021-6/+9
* | Merge "Improve some of the task docstrings"Jenkins2014-12-031-8/+13
|\ \ | |/ |/|
| * Improve some of the task docstringsJoshua Harlow2014-10-151-8/+13
* | Merge "Use constants for revert automatically provided kwargs"Jenkins2014-10-181-0/+8
|\ \
| * | Use constants for revert automatically provided kwargsJoshua Harlow2014-10-171-0/+8
| |/
* | Document more function/class/method paramsJoshua Harlow2014-09-261-13/+19
|/
* add pre/post execute/retry callbacks to tasksGreg Hill2014-08-061-0/+34
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-8/+17
* add the ability to inject arguments into tasks at task creationGreg Hill2014-05-281-6/+7
* Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-141-5/+6
* docs: Improve BaseTask method docstringsIvan A. Melnikov2014-03-131-12/+16
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Update execute/revert commentsJoshua Harlow2014-01-261-7/+20
* Merge "Added more unit tests for Task and FunctorTask"Jenkins2014-01-271-1/+1
|\
| * Added more unit tests for Task and FunctorTaskskudriashev2014-01-271-1/+1
* | Doc strings and comments clean-upskudriashev2014-01-261-9/+9
|/
* Add base class Atom for all flow unitsAnastasia Karpinska2014-01-211-121/+9
* Move autobinding to task base class0.1.2Joshua Harlow2014-01-101-0/+21
* Assert functor task revert/execute are callableJoshua Harlow2014-01-091-2/+6
* Refactor task handler bindingJoshua Harlow2014-01-091-23/+32
* All classes should explicitly inherit object classanastasia-karpinska2013-11-281-1/+2
* Support for optional task argumentsIvan A. Melnikov2013-10-221-16/+15
* Add more comments to flow/taskJoshua Harlow2013-10-121-0/+11
* Move toward python 3/2 compatible metaclassJoshua Harlow2013-10-091-3/+1
* Correctly save task versionsIvan A. Melnikov2013-10-051-1/+1
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-1/+1
* A few adjustments to the progress codeJoshua Harlow2013-10-011-3/+16
* Allow to specify default provides at task definitionIvan A. Melnikov2013-09-191-0/+6
* Task progressVictor Rodionov2013-09-181-0/+49
* Use six string types instead of basestringJoshua Harlow2013-09-121-1/+2
* Add provides and requires properties to FlowAnastasia Karpinska2013-09-111-6/+14
* Allow provides to be a set and results to be a dictionaryJoshua Harlow2013-09-071-1/+16
* Engine, task, linear_flow unificationJoshua Harlow2013-09-051-49/+82
* State management for enginesIvan A. Melnikov2013-09-041-2/+2