summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-1812-266/+15
* Merge "Add a history retry object, makes retry histories easier to use"Jenkins2014-12-182-13/+21
|\
| * Add a history retry object, makes retry histories easier to useJoshua Harlow2014-11-192-13/+21
* | Merge "Base task executor should provide 'wait_for_any'"Jenkins2014-12-181-3/+3
|\ \
| * | Base task executor should provide 'wait_for_any'Joshua Harlow2014-12-151-3/+3
* | | Merge "Properly handle and skip empty intermediary flows"Jenkins2014-12-181-0/+101
|\ \ \
| * | | Properly handle and skip empty intermediary flowsJoshua Harlow2014-12-101-0/+101
* | | | Add a 'can_be_registered' method that checks before notifyingJoshua Harlow2014-12-151-0/+14
| |/ / |/| |
* | | Merge "Fix split on "+" for connection strings that specify dialects"Jenkins2014-12-151-4/+12
|\ \ \
| * | | Fix split on "+" for connection strings that specify dialectsJoshua Harlow2014-12-041-4/+12
* | | | Use the notifier type in the task class/module directlyJoshua Harlow2014-12-138-125/+157
* | | | Use a tiny clamp helper to clamp the 'on_progress' valueJoshua Harlow2014-12-131-0/+29
| |/ / |/| |
* | | Stop returning atoms from execute/revert methodsJoshua Harlow2014-12-062-7/+13
* | | Have tasks be able to provide copy() methodsJoshua Harlow2014-12-061-0/+23
* | | Rework pieces of the task callback capabilityJoshua Harlow2014-12-061-41/+31
* | | Merge "Allow for the notifier to provide a 'details_filter'"Jenkins2014-12-061-5/+69
|\ \ \
| * | | Allow for the notifier to provide a 'details_filter'Joshua Harlow2014-12-041-5/+69
| |/ /
* | | Merge "Ensure that the zookeeper backend creates missing atoms"Jenkins2014-12-051-1/+42
|\ \ \
| * | | Ensure that the zookeeper backend creates missing atomsJoshua Harlow2014-11-241-1/+42
* | | | Merge "Be explicit about publish keyword arguments"Jenkins2014-12-052-12/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Be explicit about publish keyword argumentsJoshua Harlow2014-12-042-12/+11
* | | | Merge "Raise value errors instead of asserts"Jenkins2014-12-043-2/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Raise value errors instead of assertsJoshua Harlow2014-12-023-2/+18
* | | | Merge "Allow the worker banner to be written to an arbitrary location"Jenkins2014-12-031-0/+10
|\ \ \ \
| * | | | Allow the worker banner to be written to an arbitrary locationJoshua Harlow2014-10-081-0/+10
* | | | | Merge "Add a claims listener that connects job claims to engines"Jenkins2014-12-031-0/+138
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a claims listener that connects job claims to enginesJoshua Harlow2014-12-011-0/+138
| * | | | Revert wrapt usage until further noticeJoshua Harlow2014-11-202-21/+0
| | |/ / | |/| |
| * | | Merge "Use wrapt to provide the deprecated class proxy"Jenkins2014-11-202-0/+21
| |\ \ \ | | |_|/ | |/| |
| | * | Use wrapt to provide the deprecated class proxyJoshua Harlow2014-11-192-0/+21
* | | | When creating daemon threads use the bundled threading_utilsJoshua Harlow2014-11-198-42/+20
|/ / /
* | | Merge "Remove attrdict and just use existing types"Jenkins2014-11-192-113/+6
|\ \ \ | |/ / |/| |
| * | Remove attrdict and just use existing typesJoshua Harlow2014-10-182-113/+6
* | | Merge "Remove direct usage of the deprecated failure location"Jenkins2014-11-198-58/+57
|\ \ \
| * | | Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-218-58/+57
* | | | Merge "Remove direct usage of the deprecated notifier location"Jenkins2014-11-191-2/+2
|\ \ \ \ | |/ / /
| * | | Remove direct usage of the deprecated notifier locationJoshua Harlow2014-10-191-2/+2
* | | | Merge "Handle the case where '_exc_type_names' is empty"Jenkins2014-11-191-0/+8
|\ \ \ \
| * | | | Handle the case where '_exc_type_names' is emptyJoshua Harlow2014-10-251-0/+8
* | | | | Merge "Reduce the worker-engine joint testing time"Jenkins2014-11-161-22/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Reduce the worker-engine joint testing timeJoshua Harlow2014-10-301-22/+31
| | |/ / | |/| |
* | | | Merge "Use the mock that finds a working implementation"Jenkins2014-10-211-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Use the mock that finds a working implementationJoshua Harlow2014-10-181-1/+1
| |/ /
* | | Add a futures type that can unify our future functionalityJoshua Harlow2014-10-185-163/+250
|/ /
* | Merge "Use and verify event and latch wait() return using timeouts"Jenkins2014-10-195-34/+44
|\ \
| * | Use and verify event and latch wait() return using timeoutsJoshua Harlow2014-10-185-34/+44
* | | Merge "Deprecate `engine_conf` and prefer `engine` instead"Jenkins2014-10-196-38/+37
|\ \ \ | |/ / |/| |
| * | Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-186-38/+37
* | | Merge "Hoist the notifier to its own module"Jenkins2014-10-182-84/+104
|\ \ \
| * | | Hoist the notifier to its own moduleJoshua Harlow2014-10-182-84/+104