summaryrefslogtreecommitdiff
path: root/taskflow
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve docstrings in graph flow to denote exceptions raised"Jenkins2015-08-071-4/+27
|\
| * Improve docstrings in graph flow to denote exceptions raisedJoshua Harlow2015-08-051-4/+27
* | Merge "Show intermediary compilation(s) when BLATHER is enabled"Jenkins2015-08-071-13/+16
|\ \ | |/ |/|
| * Show intermediary compilation(s) when BLATHER is enabledJoshua Harlow2015-08-021-13/+16
* | Give the GC more of a break with regard to cycles1.18.0Joshua Harlow2015-08-013-12/+12
|/
* Merge "Use the action engine '_check' helper method"Jenkins2015-08-011-4/+1
|\
| * Use the action engine '_check' helper methodJoshua Harlow2015-07-251-4/+1
* | Merge "Base class for deciders"Jenkins2015-08-011-16/+29
|\ \
| * | Base class for decidersTimofey Durakov2015-07-311-16/+29
* | | Merge "Avoid adding 1 to a failure (if it gets triggered)"Jenkins2015-07-311-1/+5
|\ \ \
| * | | Avoid adding 1 to a failure (if it gets triggered)Joshua Harlow2015-07-271-1/+5
* | | | Merge "Replace the tree 'pformat()' recursion with non-recursive variant"Jenkins2015-07-315-46/+467
|\ \ \ \
| * | | | Replace the tree 'pformat()' recursion with non-recursive variantJoshua Harlow2015-07-275-46/+467
* | | | | Remove extra runner layer and just use use machine in engineJoshua Harlow2015-07-284-216/+211
| |_|/ / |/| | |
* | | | Merge "Bump futurist and remove waiting code in taskflow"Jenkins2015-07-294-147/+6
|\ \ \ \
| * | | | Bump futurist and remove waiting code in taskflowJoshua Harlow2015-07-254-147/+6
| | |_|/ | |/| |
* | | | Merge "Remove legacy py2.6 backwards logging compat. code"Jenkins2015-07-281-39/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove legacy py2.6 backwards logging compat. codeJoshua Harlow2015-07-231-39/+1
* | | | Merge "Remove no longer used '_was_failure' static method"Jenkins2015-07-271-5/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove no longer used '_was_failure' static methodJoshua Harlow2015-07-231-5/+0
| |/ /
* | | Merge "Use io.open vs raw open"1.17.0Jenkins2015-07-261-4/+4
|\ \ \ | |_|/ |/| |
| * | Use io.open vs raw openJoshua Harlow2015-07-101-4/+4
* | | Merge "Add ability to reset an engine via a `reset` method"Jenkins2015-07-254-3/+214
|\ \ \
| * | | Add ability to reset an engine via a `reset` methodJoshua Harlow2015-07-184-3/+214
* | | | Merge "Modify listeners to handle the results now possible from revert()"Jenkins2015-07-252-23/+11
|\ \ \ \
| * | | | Modify listeners to handle the results now possible from revert()Joshua Harlow2015-07-232-23/+11
| | |_|/ | |/| |
* | | | Merge "Create and use a serial retry executor"Jenkins2015-07-2512-101/+120
|\ \ \ \
| * | | | Create and use a serial retry executorJoshua Harlow2015-07-2112-101/+120
* | | | | Merge "Make currently implemented jobs use @functools.total_ordering"Jenkins2015-07-242-3/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make currently implemented jobs use @functools.total_orderingJoshua Harlow2015-07-082-3/+28
* | | | | Fix lack of space between functionsJoshua Harlow2015-07-221-0/+1
* | | | | Merge "Remove **most** usage of taskflow.utils in examples"Jenkins2015-07-2112-134/+159
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove **most** usage of taskflow.utils in examplesJoshua Harlow2015-07-1712-134/+159
* | | | | Merge "Document more of the retry subclasses special keyword arguments"Jenkins2015-07-211-1/+38
|\ \ \ \ \
| * | | | | Document more of the retry subclasses special keyword argumentsJoshua Harlow2015-06-151-1/+38
* | | | | | Merge "Remove kazoo hack/fix for issue no longer needed"Jenkins2015-07-211-7/+1
|\ \ \ \ \ \
| * | | | | | Remove kazoo hack/fix for issue no longer neededJoshua Harlow2015-06-291-7/+1
* | | | | | | Merge "Use encodeutils for exception -> string function"Jenkins2015-07-214-34/+76
|\ \ \ \ \ \ \
| * | | | | | | Use encodeutils for exception -> string functionJoshua Harlow2015-06-304-34/+76
* | | | | | | | Merge "Unify the zookeeper/redis jobboard iterators"Jenkins2015-07-213-96/+105
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Unify the zookeeper/redis jobboard iteratorsJoshua Harlow2015-07-123-96/+105
* | | | | | | | Merge "Update 'make_client' kazoo docs and link to them"Jenkins2015-07-173-1/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | Update 'make_client' kazoo docs and link to themJoshua Harlow2015-07-173-1/+57
| |/ / / / / / /
* | | | | | | | Merge "Run the '99_bottles.py' demo at a fast rate when activated"Jenkins2015-07-171-4/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Run the '99_bottles.py' demo at a fast rate when activatedJoshua Harlow2015-07-101-4/+21
* | | | | | | | | Merge "Address concurrent mutation of sqlalchemy backend"Jenkins2015-07-171-13/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Address concurrent mutation of sqlalchemy backendJoshua Harlow2015-06-151-13/+8
* | | | | | | | | | Merge "Compile lists of retry/task atoms at runtime compile time"Jenkins2015-07-172-7/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Compile lists of retry/task atoms at runtime compile timeJoshua Harlow2015-07-092-7/+24
* | | | | | | | | | | Merge "Just make the compiler object at __init__ time"Jenkins2015-07-171-5/+1
|\ \ \ \ \ \ \ \ \ \ \