summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* Prepare taskflow for sqlalchemy2Gregory Thiemonge2023-02-271-13/+21
* Remove sixTakashi Kajinami2022-05-181-7/+6
* Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-3/+3
* Replace retrying with tenacityGevorg Davoian2016-11-031-9/+7
* Ensure upgrade for sqlalchemy is protected by a lockJoshua Harlow2016-03-201-13/+17
* Merge "Use the retrying lib. to do basic sqlalchemy engine validation"Jenkins2016-01-091-47/+41
|\
| * Use the retrying lib. to do basic sqlalchemy engine validationJoshua Harlow2016-01-051-47/+41
* | Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-171-1/+1
|/
* Merge "Address concurrent mutation of sqlalchemy backend"Jenkins2015-07-171-13/+8
|\
| * Address concurrent mutation of sqlalchemy backendJoshua Harlow2015-06-151-13/+8
* | Rename logbook module -> models moduleJoshua Harlow2015-07-081-5/+5
* | Make it possible to see the queries executed (in BLATHER mode)Joshua Harlow2015-06-201-0/+13
|/
* Move implementations into there own sub-sectionsJoshua Harlow2015-05-011-2/+0
* Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-31/+43
* Merge "lazy loading for logbooks and flowdetails"Jenkins2015-03-121-11/+27
|\
| * lazy loading for logbooks and flowdetailsDan Krause2015-03-111-11/+27
* | Put underscore in-front of alchemist helperJoshua Harlow2015-03-111-2/+2
|/
* Persistence backend refactorDan Krause2015-03-091-4/+17
* add get_flow_details and get_atom_details to all backendsDan Krause2015-02-191-0/+30
* 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