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
/
impl_sqlalchemy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare taskflow for sqlalchemy2
Gregory Thiemonge
2023-02-27
1
-13
/
+21
*
Remove six
Takashi Kajinami
2022-05-18
1
-7
/
+6
*
Stop to use the __future__ module.
Hervé Beraud
2020-06-02
1
-2
/
+0
*
python3.0 has deprecated LOG.warn
xhzhf
2017-03-07
1
-3
/
+3
*
Replace retrying with tenacity
Gevorg Davoian
2016-11-03
1
-9
/
+7
*
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
*
|
Move all internal blather usage/calls to trace usage/calls
Joshua Harlow
2015-12-17
1
-1
/
+1
|
/
*
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
*
|
Rename logbook module -> models module
Joshua Harlow
2015-07-08
1
-5
/
+5
*
|
Make it possible to see the queries executed (in BLATHER mode)
Joshua Harlow
2015-06-20
1
-0
/
+13
|
/
*
Move implementations into there own sub-sections
Joshua Harlow
2015-05-01
1
-2
/
+0
*
Use the ability to chain exceptions correctly
Joshua Harlow
2015-04-03
1
-31
/
+43
*
Merge "lazy loading for logbooks and flowdetails"
Jenkins
2015-03-12
1
-11
/
+27
|
\
|
*
lazy loading for logbooks and flowdetails
Dan Krause
2015-03-11
1
-11
/
+27
*
|
Put underscore in-front of alchemist helper
Joshua Harlow
2015-03-11
1
-2
/
+2
|
/
*
Persistence backend refactor
Dan Krause
2015-03-09
1
-4
/
+17
*
add get_flow_details and get_atom_details to all backends
Dan Krause
2015-02-19
1
-0
/
+30
*
Rework the sqlalchemy backend
Joshua Harlow
2015-02-10
1
-247
/
+183
*
Merge "Move the persistence base to the parent directory"
Jenkins
2015-01-21
1
-1
/
+1
|
\
|
*
Move the persistence base to the parent directory
Joshua Harlow
2014-12-19
1
-1
/
+1
*
|
Merge "Move implementation(s) to there own sections"
Jenkins
2015-01-21
1
-4
/
+4
|
\
\
|
*
|
Move implementation(s) to there own sections
Joshua Harlow
2015-01-16
1
-4
/
+4
*
|
|
Merge "Add back a 'eventlet_utils' helper utility module"
Jenkins
2015-01-19
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add back a 'eventlet_utils' helper utility module
Joshua Harlow
2015-01-16
1
-2
/
+2
|
|
/
*
|
Switch to using 'oslo_utils' vs 'oslo.utils'
Joshua Harlow
2015-01-14
1
-1
/
+1
|
/
*
Merge "Remove default setting of 'mysql_traditional_mode'"
Jenkins
2014-12-18
1
-2
/
+0
|
\
|
*
Remove default setting of 'mysql_traditional_mode'
Joshua Harlow
2014-11-25
1
-2
/
+0
*
|
Add and use a new simple helper logging module
Joshua Harlow
2014-12-08
1
-1
/
+1
|
/
*
Remove direct usage of the deprecated failure location
Joshua Harlow
2014-10-21
1
-1
/
+2
*
Add a futures type that can unify our future functionality
Joshua Harlow
2014-10-18
1
-2
/
+2
*
Switch to using oslo.utils and oslo.serialization
Joshua Harlow
2014-09-20
1
-1
/
+1
*
Merge "Remove misc.as_bool as oslo provides an equivalent"
Jenkins
2014-06-18
1
-5
/
+18
|
\
|
*
Remove misc.as_bool as oslo provides an equivalent
Joshua Harlow
2014-06-11
1
-5
/
+18
*
|
Upgrade hacking version and fix some of the issues
Joshua Harlow
2014-06-13
1
-3
/
+15
|
/
*
Merge "Include the function name on internal errors"
0.3.21
Jenkins
2014-06-10
1
-2
/
+5
|
\
|
*
Include the function name on internal errors
Joshua Harlow
2014-06-04
1
-2
/
+5
*
|
Merge "Allow the mysql mode to be more than just TRADITIONAL"
Jenkins
2014-06-10
1
-8
/
+19
|
\
\
|
*
|
Allow the mysql mode to be more than just TRADITIONAL
Joshua Harlow
2014-06-04
1
-8
/
+19
|
|
/
*
|
Add in default transaction isolation levels
Joshua Harlow
2014-06-04
1
-5
/
+29
|
/
*
Use correct exception in the timing listener
Stanislav Kudriashev
2014-04-01
1
-2
/
+2
*
Revert "Move taskflow.utils.misc.Failure to its own module"
Jeremy Stanley
2014-03-31
1
-4
/
+2
*
Move taskflow.utils.misc.Failure to its own module
Ivan A. Melnikov
2014-03-31
1
-2
/
+4
*
Persistence cleanup part one
Joshua Harlow
2014-03-26
1
-83
/
+92
*
Adjust the exception hierachy
Joshua Harlow
2014-03-24
1
-8
/
+9
*
Merge "Adjust logging levels and usage to follow standards"
Jenkins
2014-03-22
1
-2
/
+2
|
\
|
*
Adjust logging levels and usage to follow standards
Joshua Harlow
2014-03-14
1
-2
/
+2
*
|
Add atom intentions for tasks and retries
Anastasia Karpinska
2014-03-18
1
-0
/
+2
[next]