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
/
jobs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix parsing of zookeeper jobboard backend options"
Zuul
2023-04-19
1
-1
/
+3
|
\
|
*
Fix parsing of zookeeper jobboard backend options
Gregory Thiemonge
2023-01-12
1
-1
/
+3
*
|
Replace abc.abstractproperty with property and abc.abstractmethod
ljhuang
2022-08-03
1
-6
/
+12
|
/
*
Remove six
Takashi Kajinami
2022-05-18
3
-19
/
+14
*
Handle invalid redis entries in RedisJobBoard
Gregory Thiemonge
2022-01-10
1
-1
/
+4
*
Add sentinel redis support
Ann Taraday
2020-08-05
1
-1
/
+14
*
Update various links in docs
Vu Cong Tuan
2018-07-17
2
-5
/
+5
*
Avoid log warning when closing is underway (on purpose)
Joshua Harlow
2017-08-01
1
-1
/
+8
*
do not allow redis job reclaim by same owner
Rick van de Loo
2017-05-13
1
-5
/
+3
*
python3.0 has deprecated LOG.warn
xhzhf
2017-03-07
2
-13
/
+14
*
Some classes not define __ne__() built-in function
Ji-Wei
2016-08-31
2
-0
/
+6
*
Merge "Ensure the fetching jobs does not fetch anything when in bad state"
Jenkins
2016-07-25
1
-8
/
+66
|
\
|
*
Ensure the fetching jobs does not fetch anything when in bad state
Joshua Harlow
2016-05-31
1
-8
/
+66
*
|
Fix some misspellings in the function name and descriptions
Pablo Iranzo Gómez
2016-06-30
2
-2
/
+2
|
/
*
Merge "Add rundimentary and/or non-optimized job priorities"
Jenkins
2016-04-28
3
-70
/
+209
|
\
|
*
Add rundimentary and/or non-optimized job priorities
Joshua Harlow
2016-01-09
3
-70
/
+209
*
|
Merge "Rename '_emit' -> '_try_emit' since it is best-effort (not ensured)"
Jenkins
2016-01-13
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Rename '_emit' -> '_try_emit' since it is best-effort (not ensured)
Joshua Harlow
2016-01-04
1
-6
/
+8
*
|
Merge "Add ability of job poster/job iterator to wait for jobs to complete"
Jenkins
2016-01-09
1
-0
/
+40
|
\
\
|
*
|
Add ability of job poster/job iterator to wait for jobs to complete
Joshua Harlow
2015-12-16
1
-0
/
+40
*
|
|
Use shared util helper for driver name + config extraction
Joshua Harlow
2015-12-22
1
-11
/
+1
|
|
/
|
/
|
*
|
Translate kazoo exceptions into job equivalents if register_entity fails
Joshua Harlow
2015-12-14
1
-9
/
+23
|
/
*
Use conductor entity class constant instead of raw string
Joshua Harlow
2015-11-13
1
-1
/
+2
*
Add a executor backed conductor and have existing impl. use it
Joshua Harlow
2015-11-12
1
-1
/
+6
*
Register conductor information on jobboard
tonytan4ever
2015-10-19
3
-0
/
+36
*
Merge "Make currently implemented jobs use @functools.total_ordering"
Jenkins
2015-07-24
2
-3
/
+28
|
\
|
*
Make currently implemented jobs use @functools.total_ordering
Joshua Harlow
2015-07-08
2
-3
/
+28
*
|
Merge "Unify the zookeeper/redis jobboard iterators"
Jenkins
2015-07-21
3
-96
/
+105
|
\
\
|
*
|
Unify the zookeeper/redis jobboard iterators
Joshua Harlow
2015-07-12
3
-96
/
+105
|
|
/
*
|
Merge "Update 'make_client' kazoo docs and link to them"
Jenkins
2015-07-17
1
-0
/
+10
|
\
\
|
*
|
Update 'make_client' kazoo docs and link to them
Joshua Harlow
2015-07-17
1
-0
/
+10
|
|
/
*
|
Merge "Provide a deprecated alias for the now removed stop watch class"
Jenkins
2015-07-13
2
-4
/
+3
|
\
\
|
*
|
Provide a deprecated alias for the now removed stop watch class
Joshua Harlow
2015-07-12
2
-4
/
+3
*
|
|
Merge "Integrate futurist (and **remove** taskflow originating code)"
Jenkins
2015-07-11
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Integrate futurist (and **remove** taskflow originating code)
Joshua Harlow
2015-07-09
1
-2
/
+2
|
|
/
*
|
Add more useful `__str__` to redis job
Joshua Harlow
2015-07-08
1
-0
/
+7
|
/
*
Build-out + test a redis backed jobboard
Joshua Harlow
2015-06-29
3
-134
/
+1093
*
Remove all 'lock_utils' now that fasteners provides equivalents
Joshua Harlow
2015-06-04
1
-3
/
+3
*
Remove 'pass' usage not needed
Joshua Harlow
2015-05-24
1
-2
/
+0
*
Remove validation of state on state read property access
0.10.0
Joshua Harlow
2015-05-07
1
-6
/
+1
*
Make the default path a constant and tweak class docstring
Joshua Harlow
2015-05-06
1
-16
/
+20
*
Move implementations into there own sub-sections
Joshua Harlow
2015-05-01
1
-6
/
+6
*
Merge "Avoid attribute error by checking executor for being non-none"
Jenkins
2015-04-29
1
-5
/
+9
|
\
|
*
Avoid attribute error by checking executor for being non-none
Joshua Harlow
2015-04-20
1
-5
/
+9
*
|
Move zookeeper jobboard constants to class level
Joshua Harlow
2015-04-27
1
-23
/
+31
*
|
Replace more instance(s) of exception chaining with helper
Joshua Harlow
2015-04-20
1
-5
/
+6
|
/
*
Merge "Add strict job state transition checking"
Jenkins
2015-04-18
1
-0
/
+8
|
\
|
*
Add strict job state transition checking
Joshua Harlow
2015-04-16
1
-0
/
+8
*
|
Merge "Use the ability to chain exceptions correctly"
Jenkins
2015-04-18
1
-54
/
+77
|
\
\
|
|
/
|
/
|
|
*
Use the ability to chain exceptions correctly
Joshua Harlow
2015-04-03
1
-54
/
+77
[next]