index
:
delta/openstack/taskflow.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
opendev.org: openstack/taskflow.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
taskflow
/
tests
/
unit
/
worker_based
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove six
Takashi Kajinami
2022-05-18
2
-5
/
+3
*
Use LOG.warning instead of deprecated LOG.warn
Takashi Kajinami
2021-11-29
1
-1
/
+1
*
Use unittest.mock instead of mock
Hervé Beraud
2021-04-27
1
-1
/
+1
*
Fix invalid json unit test
Ben Nemec
2018-02-08
1
-1
/
+5
*
Replace assertEqual(None, *) with assertIsNone in tests
weiweigu
2016-07-12
1
-1
/
+1
*
Make tests less dependent on transient state
Greg Hill
2016-06-02
1
-3
/
+2
*
Instead of a multiprocessing queue use sockets via asyncore
Joshua Harlow
2016-05-24
1
-1
/
+1
*
Make conductor.stop stop the running engine gracefully
Greg Hill
2016-05-03
1
-1
/
+1
*
Merge "Use a automaton machine for WBE request state machine"
Jenkins
2016-04-28
1
-2
/
+2
|
\
|
*
Use a automaton machine for WBE request state machine
Joshua Harlow
2016-02-21
1
-2
/
+2
*
|
Allow for revert to have a different argument list from execute
Greg Hill
2016-02-26
1
-1
/
+1
|
/
*
Add WBE worker expiry
Joshua Harlow
2016-02-14
2
-5
/
+20
*
Some WBE protocol/executor cleanups
Joshua Harlow
2016-02-14
4
-32
/
+38
*
Remove need for separate notify thread
Joshua Harlow
2016-02-14
1
-3
/
+2
*
Fix for WBE sporadic timeout of tasks
Joshua Harlow
2016-02-05
2
-88
/
+19
*
Handle cases where exc_args can't be serialized as JSON in the WBE
Greg Hill
2016-01-28
1
-0
/
+8
*
Fix order of assertEqual for unit.worker_based
lin-hua-cheng
2015-10-17
7
-60
/
+60
*
Bump futurist and remove waiting code in taskflow
Joshua Harlow
2015-07-25
1
-3
/
+3
*
Create and use a serial retry executor
Joshua Harlow
2015-07-21
2
-26
/
+3
*
Merge "Remove direct usage of timeutils overrides and use fixture"
Jenkins
2015-07-15
1
-3
/
+4
|
\
|
*
Remove direct usage of timeutils overrides and use fixture
Joshua Harlow
2015-07-13
1
-3
/
+4
*
|
Merge "Retain atom 'revert' result (or failure)"
Jenkins
2015-07-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Retain atom 'revert' result (or failure)
Joshua Harlow
2015-07-10
1
-1
/
+1
*
|
Integrate futurist (and **remove** taskflow originating code)
Joshua Harlow
2015-07-09
4
-8
/
+8
|
/
*
Remove 2.6 classifier + 2.6 compatibility code
Joshua Harlow
2015-06-21
2
-4
/
+6
*
Add a test that checks for task result visibility
Joshua Harlow
2015-05-29
1
-1
/
+1
*
Merge "Just let the future executors handle the max workers"
Jenkins
2015-05-12
1
-10
/
+4
|
\
|
*
Just let the future executors handle the max workers
Joshua Harlow
2015-03-18
1
-10
/
+4
*
|
Move to using the oslo.utils stop watch
Joshua Harlow
2015-03-20
2
-14
/
+17
|
/
*
Add + use failure json schema validation
Joshua Harlow
2015-03-11
1
-4
/
+4
*
Fix lookup scoping multi-match ordering
Joshua Harlow
2015-02-24
1
-1
/
+1
*
Merge "Make the dispatcher handler be an actual type"
Jenkins
2015-02-20
2
-8
/
+9
|
\
|
*
Make the dispatcher handler be an actual type
Joshua Harlow
2015-02-15
2
-8
/
+9
*
|
adding check for str/unicode type in requires
Min Pae
2015-02-15
1
-1
/
+1
|
/
*
Improve upon/adjust/move around new optional example
Joshua Harlow
2015-02-11
1
-1
/
+1
*
Abstract out the worker finding from the WBE engine
0.7.0
Joshua Harlow
2015-01-31
4
-64
/
+43
*
Add and use a nicer kombu message formatter
Joshua Harlow
2015-01-29
1
-12
/
+10
*
Use monotonic time when/if available
Joshua Harlow
2015-01-27
2
-15
/
+11
*
Add a thread bundle helper utility + tests
Joshua Harlow
2015-01-24
1
-3
/
+0
*
Merge "Use explicit WBE worker object arguments (instead of kwargs)"
Jenkins
2015-01-24
1
-6
/
+13
|
\
|
*
Use explicit WBE worker object arguments (instead of kwargs)
Joshua Harlow
2015-01-23
1
-6
/
+13
*
|
Tidy up the WBE cache (now WBE types) module
Joshua Harlow
2015-01-22
2
-1
/
+140
|
/
*
Use explicit WBE object arguments (instead of kwargs)
Joshua Harlow
2015-01-22
4
-12
/
+19
*
Increase robustness of WBE producer/consumers
Joshua Harlow
2015-01-20
2
-26
/
+51
*
Merge "Switch to using 'oslo_utils' vs 'oslo.utils'"
Jenkins
2015-01-16
6
-7
/
+7
|
\
|
*
Switch to using 'oslo_utils' vs 'oslo.utils'
Joshua Harlow
2015-01-14
6
-7
/
+7
*
|
Remove 'SaveOrderTask' and test state in class variables
Joshua Harlow
2015-01-15
1
-1
/
+1
|
/
*
Allow specifying the engine 'executor' as a string
Joshua Harlow
2015-01-01
1
-25
/
+41
*
Move over to using oslo.utils [reflection, uuidutils]
Joshua Harlow
2014-12-18
5
-5
/
+7
*
Base task executor should provide 'wait_for_any'
Joshua Harlow
2014-12-15
1
-3
/
+3
[next]