summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* Rework the sqlalchemy backendJoshua Harlow2015-02-101-247/+183
* Merge "Move the persistence base to the parent directory"Jenkins2015-01-211-1/+1
|\
| * Move the persistence base to the parent directoryJoshua Harlow2014-12-191-1/+1
* | Merge "Move implementation(s) to there own sections"Jenkins2015-01-211-4/+4
|\ \
| * | Move implementation(s) to there own sectionsJoshua Harlow2015-01-161-4/+4
* | | Merge "Add back a 'eventlet_utils' helper utility module"Jenkins2015-01-191-2/+2
|\ \ \ | |/ / |/| |
| * | Add back a 'eventlet_utils' helper utility moduleJoshua Harlow2015-01-161-2/+2
| |/
* | Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
|/
* Merge "Remove default setting of 'mysql_traditional_mode'"Jenkins2014-12-181-2/+0
|\
| * Remove default setting of 'mysql_traditional_mode'Joshua Harlow2014-11-251-2/+0
* | Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
|/
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-1/+2
* Add a futures type that can unify our future functionalityJoshua Harlow2014-10-181-2/+2
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* Merge "Remove misc.as_bool as oslo provides an equivalent"Jenkins2014-06-181-5/+18
|\
| * Remove misc.as_bool as oslo provides an equivalentJoshua Harlow2014-06-111-5/+18
* | Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-3/+15
|/
* Merge "Include the function name on internal errors"0.3.21Jenkins2014-06-101-2/+5
|\
| * Include the function name on internal errorsJoshua Harlow2014-06-041-2/+5
* | Merge "Allow the mysql mode to be more than just TRADITIONAL"Jenkins2014-06-101-8/+19
|\ \
| * | Allow the mysql mode to be more than just TRADITIONALJoshua Harlow2014-06-041-8/+19
| |/
* | Add in default transaction isolation levelsJoshua Harlow2014-06-041-5/+29
|/
* Use correct exception in the timing listenerStanislav Kudriashev2014-04-011-2/+2
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-4/+2
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-2/+4
* Persistence cleanup part oneJoshua Harlow2014-03-261-83/+92
* Adjust the exception hierachyJoshua Harlow2014-03-241-8/+9
* Merge "Adjust logging levels and usage to follow standards"Jenkins2014-03-221-2/+2
|\
| * Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-141-2/+2
* | Add atom intentions for tasks and retriesAnastasia Karpinska2014-03-181-0/+2
* | Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-4/+13
|/
* Unify usage of storage error exception typeJoshua Harlow2014-02-241-14/+8
* Merge "Use six.text_type() instead of str() in sqlalchemy backend"Jenkins2014-02-241-4/+5
|\
| * Use six.text_type() instead of str() in sqlalchemy backendJoshua Harlow2014-02-201-4/+5
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Allow the usage of a passed in sqlalchemy engineJoshua Harlow2014-02-041-54/+71
* Doc strings and comments clean-upskudriashev2014-01-261-5/+5
* Add connection_proxy paramJoshua Harlow2014-01-031-1/+1
* Merge "Raise type error instead of silencing it"Jenkins2014-01-031-8/+4
|\
| * Raise type error instead of silencing itJoshua Harlow2013-12-301-8/+4
* | Allow max_backoff and use count instead of attemptsJoshua Harlow2014-01-011-1/+1
|/
* Ensure that mysql traditional mode is enabledJoshua Harlow2013-12-211-0/+13
* Fix sqlalchemy 0.8 issuesOlga Kopylova2013-12-171-1/+1
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-1/+4
* Correctly save task versionsIvan A. Melnikov2013-10-051-15/+5
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-8/+12
* Create database from models for SQLiteIvan A. Melnikov2013-09-301-2/+11
* Remove weakref usageJoshua Harlow2013-09-221-2/+1
* Move toward using a backend+connection modelJoshua Harlow2013-09-121-0/+519