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
/
persistence
/
backends
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
*
|
Prepare taskflow for sqlalchemy2
Gregory Thiemonge
2023-02-27
1
-13
/
+21
|
/
*
Remove six
Takashi Kajinami
2022-05-18
2
-9
/
+7
*
Fix atomdetails failure column size
Pavlo Shchelokovskyy
2022-01-27
1
-0
/
+36
*
Merge "Use custom JSONType columns"
4.6.3
Zuul
2021-10-26
1
-8
/
+27
|
\
|
*
Use custom JSONType columns
Pavlo Shchelokovskyy
2021-07-13
1
-8
/
+27
*
|
Fix flowdetails meta size
Gregory Thiemonge
2021-05-03
1
-0
/
+34
|
/
*
Fix deprecated Alembic function args
4.6.0
Adam Harwell
2021-01-28
1
-9
/
+9
*
Stop to use the __future__ module.
Hervé Beraud
2020-06-02
2
-4
/
+0
*
Use mysql LONGTEXT for atomdetails results
train-em
3.7.1
Ann Taraday
2019-08-09
1
-0
/
+43
*
python3.0 has deprecated LOG.warn
xhzhf
2017-03-07
2
-5
/
+5
*
Replace retrying with tenacity
Gevorg Davoian
2016-11-03
1
-9
/
+7
*
Use method ensure_tree from oslo.utils
ChangBo Guo(gcb)
2016-09-25
1
-1
/
+2
*
Fix some misspellings in the function name and descriptions
Pablo Iranzo Gómez
2016-06-30
1
-1
/
+1
*
Remove deprecated things for 2.0 release
Joshua Harlow
2016-05-10
1
-26
/
+4
*
Ensure upgrade for sqlalchemy is protected by a lock
Joshua Harlow
2016-03-20
1
-13
/
+17
*
Merge "Use the retrying lib. to do basic sqlalchemy engine validation"
Jenkins
2016-01-09
1
-47
/
+41
|
\
|
*
Use the retrying lib. to do basic sqlalchemy engine validation
Joshua Harlow
2016-01-05
1
-47
/
+41
*
|
Merge "Use alembic upgrade function/command directly"
Jenkins
2016-01-06
2
-26
/
+15
|
\
\
|
*
|
Use alembic upgrade function/command directly
Joshua Harlow
2015-06-15
2
-26
/
+15
*
|
|
Merge "Use shared util helper for driver name + config extraction"
Jenkins
2016-01-05
1
-16
/
+6
|
\
\
\
|
*
|
|
Use shared util helper for driver name + config extraction
Joshua Harlow
2015-12-22
1
-16
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge "Move all internal blather usage/calls to trace usage/calls"
Jenkins
2015-12-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move all internal blather usage/calls to trace usage/calls
Joshua Harlow
2015-12-17
1
-1
/
+1
*
|
|
Fix currently broken and inactive mysql tests
Joshua Harlow
2015-12-22
1
-2
/
+2
|
/
/
*
|
Merge "Use the sqlalchemy-utils json type instead of our own"
Jenkins
2015-12-15
2
-23
/
+66
|
\
\
|
*
|
Use the sqlalchemy-utils json type instead of our own
Joshua Harlow
2015-09-09
2
-23
/
+66
*
|
|
Add in-memory backend delete() in recursive/non-recursive modes
Joshua Harlow
2015-10-14
1
-8
/
+27
*
|
|
Fix how the dir persistence backend was not listing logbooks
Joshua Harlow
2015-09-04
1
-2
/
+6
|
/
/
*
|
Merge "Use io.open vs raw open"
1.17.0
Jenkins
2015-07-26
1
-4
/
+4
|
\
\
|
*
|
Use io.open vs raw open
Joshua Harlow
2015-07-10
1
-4
/
+4
*
|
|
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 "Address concurrent mutation of sqlalchemy backend"
Jenkins
2015-07-17
1
-13
/
+8
|
\
\
\
\
|
*
|
|
|
Address concurrent mutation of sqlalchemy backend
Joshua Harlow
2015-06-15
1
-13
/
+8
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge "Retain atom 'revert' result (or failure)"
Jenkins
2015-07-15
2
-0
/
+44
|
\
\
\
\
|
*
|
|
|
Retain atom 'revert' result (or failure)
Joshua Harlow
2015-07-10
2
-0
/
+44
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Update all removal_version from being ? to being 2.0
Joshua Harlow
2015-07-12
1
-1
/
+1
|
/
/
/
*
|
|
Rename logbook module -> models module
Joshua Harlow
2015-07-08
3
-9
/
+9
|
|
/
|
/
|
*
|
Merge "Make it possible to see the queries executed (in BLATHER mode)"
Jenkins
2015-07-08
1
-0
/
+13
|
\
\
|
*
|
Make it possible to see the queries executed (in BLATHER mode)
Joshua Harlow
2015-06-20
1
-0
/
+13
*
|
|
Merge "Use a class constant for the default path based backend path"
Jenkins
2015-06-21
2
-4
/
+8
|
\
\
\
|
*
|
|
Use a class constant for the default path based backend path
Joshua Harlow
2015-06-10
2
-4
/
+8
|
|
/
/
*
|
|
Merge "Use hash path lookup vs path finding"
0.11.0
Jenkins
2015-06-15
1
-12
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use hash path lookup vs path finding
Joshua Harlow
2015-06-06
1
-12
/
+11
*
|
|
Merge "Make the default file encoding a class constant with a docstring"
Jenkins
2015-06-14
1
-1
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Make the default file encoding a class constant with a docstring
Joshua Harlow
2015-06-10
1
-1
/
+7
*
|
|
Merge "Use a lru cache to limit the size of the internal file cache"
Jenkins
2015-06-10
1
-2
/
+13
|
\
\
\
|
|
/
/
|
*
|
Use a lru cache to limit the size of the internal file cache
Joshua Harlow
2015-06-10
1
-2
/
+13
[next]