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
*
Move over to using oslo.utils [reflection, uuidutils]
Joshua Harlow
2014-12-18
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
*
|
Merge "Fix split on "+" for connection strings that specify dialects"
Jenkins
2014-12-15
1
-0
/
+5
|
\
\
|
*
|
Fix split on "+" for connection strings that specify dialects
Joshua Harlow
2014-12-04
1
-0
/
+5
|
|
/
*
|
Add and use a new simple helper logging module
Joshua Harlow
2014-12-08
5
-6
/
+5
*
|
Ensure that the zookeeper backend creates missing atoms
Joshua Harlow
2014-11-24
1
-1
/
+5
|
/
*
Merge "Remove attrdict and just use existing types"
Jenkins
2014-11-19
1
-3
/
+3
|
\
|
*
Remove attrdict and just use existing types
Joshua Harlow
2014-10-18
1
-3
/
+3
*
|
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
4
-5
/
+5
*
Use checked commit when committing kazoo transactions
Joshua Harlow
2014-07-25
1
-45
/
+52
*
Enabled hacking checks H305 and H307
Christian Berendt
2014-07-17
3
-1
/
+2
*
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
6
-22
/
+81
|
/
*
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
|
/
*
Default the impl_memory conf to none
Joshua Harlow
2014-05-10
1
-1
/
+1
*
Merge "Add a persistence backend fetching context manager"
Jenkins
2014-05-08
1
-0
/
+12
|
\
|
*
Add a persistence backend fetching context manager
Joshua Harlow
2014-04-24
1
-0
/
+12
*
|
Integrate urlparse for configuration augmentation
Joshua Harlow
2014-04-28
1
-12
/
+8
|
/
*
Add persistence docs + adjustments
Joshua Harlow
2014-04-20
1
-2
/
+6
*
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
8
-313
/
+331
*
Adjust the exception hierachy
Joshua Harlow
2014-03-24
3
-27
/
+35
*
Merge "Removed copyright from empty files"
Jenkins
2014-03-23
1
-16
/
+0
|
\
|
*
Removed copyright from empty files
yangxurong
2014-02-22
1
-16
/
+0
*
|
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
*
|
|
Remove extraneous vim configuration comments
Ivan A. Melnikov
2014-03-19
2
-4
/
+0
*
|
|
Fix few minor spelling errors
Ivan A. Melnikov
2014-03-18
1
-1
/
+1
*
|
|
Add atom intentions for tasks and retries
Anastasia Karpinska
2014-03-18
3
-0
/
+43
*
|
|
Extend logbook and storage to work with retry
Anastasia Karpinska
2014-03-14
4
-7
/
+69
|
/
/
*
|
Allow connection string to be just backend name
Ivan A. Melnikov
2014-03-05
1
-2
/
+13
*
|
Get rid of openstack.common.py3kcompat
Ivan A. Melnikov
2014-03-03
1
-2
/
+2
*
|
Unify usage of storage error exception type
Joshua Harlow
2014-02-24
3
-31
/
+42
*
|
Merge "Switch to using the type checking decode_json"
Jenkins
2014-02-24
1
-3
/
+3
|
\
\
|
*
|
Switch to using the type checking decode_json
Joshua Harlow
2014-02-20
1
-3
/
+3
*
|
|
Merge "Use six.text_type() instead of str() in sqlalchemy backend"
Jenkins
2014-02-24
1
-4
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use six.text_type() instead of str() in sqlalchemy backend
Joshua Harlow
2014-02-20
1
-4
/
+5
*
|
|
Merge "Move some common/to be shared kazoo utils to kazoo_utils"
Jenkins
2014-02-21
1
-16
/
+3
|
\
\
\
|
*
|
|
Move some common/to be shared kazoo utils to kazoo_utils
Joshua Harlow
2014-02-20
1
-16
/
+3
|
|
/
/
*
|
|
Fix few spelling and grammar errors
Ivan A. Melnikov
2014-02-20
1
-1
/
+1
|
|
/
|
/
|
[next]