summaryrefslogtreecommitdiff
path: root/taskflow/db/sqlalchemy/api.py
Commit message (Collapse)AuthorAgeFilesLines
* Added Memory Persistence API and Generic Datatypeskchenweijie2013-08-091-299/+0
| | | | | | | | | | Added a generic persistence API for JobBoards, Jobs, LogBooks, Workflows, FlowDetails, Tasks, and TaskDetails. The currently implemented backends are in-memory. Also implemented generic return types (listed above) for the generic API. Change-Id: I6d09860ee08a900faf2c213a230429bf9e0dec01
* Remove openstack.common.exception usageJoshua Harlow2013-08-071-11/+11
| | | | | | | This file is deprecated, stop using it. Change-Id: I309bccb23e4ba25d84b5aaaba20ad73fdfd37e25 Fixes-Bug: #1208734
* Fix most of the hacking rulesAngus Salkeld2013-06-261-14/+14
| | | | | | Hacking rules: H302, H303, H304, H401, H404 Change-Id: I38e62696724a99c5ebe74d95d477999bd91a2c9a
* Fix the current flake8 errorsAngus Salkeld2013-06-261-0/+1
| | | | | | | | The test pip ordering was resulting in the pep8 rules not really running so this fixes that up and the resulting errors so we can get a clean run. Change-Id: Icc27be05cd513c4f04135c7e768007dbf9d07b10
* Dinky change to trigger jenkins so I can cleanup.Joshua Harlow2013-06-191-0/+29
| | | | Change-Id: I5ff975bb5ded48a84341efa4ebfdae4bf430ab60
* DB api test cases and revisionsKevin Chen2013-05-281-19/+37
|
* Cleaning up files/extraneous files/fixing relationsJessica Lucci2013-05-221-0/+5
|
* db api definedJessica Lucci2013-05-211-2/+2
|
* Fleshing out sqlalchemy apiJessica Lucci2013-05-211-1/+44
|
* Almost done with sqlalchemy apiJessica Lucci2013-05-211-0/+168
|
* cleaning for initial pull requestJessica Lucci2013-05-211-28/+0
|
* Fixing table relationsJessica Lucci2013-05-211-1/+31
|
* Second pass at modelsJessica Lucci2013-05-201-0/+3
|
* Added more utils, added model for workflowJessica Lucci2013-05-201-0/+7
|
* adding parentheses to read methodJessica Lucci2013-05-191-1/+1
|
* Implemented basic sqlalchemy session classJessica Lucci2013-05-191-0/+5
|
* Setting up Configs and SQLAlchemy/DB backendJessica Lucci2013-05-171-0/+18