summaryrefslogtreecommitdiff
path: root/taskflow/db/sqlalchemy
Commit message (Collapse)AuthorAgeFilesLines
* Added Memory Persistence API and Generic Datatypeskchenweijie2013-08-094-613/+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-072-15/+15
| | | | | | | This file is deprecated, stop using it. Change-Id: I309bccb23e4ba25d84b5aaaba20ad73fdfd37e25 Fixes-Bug: #1208734
* Adjust a bunch of hacking violations.Joshua Harlow2013-08-011-1/+2
| | | | | | | - Fix new hacking violations! - Add more comments! Change-Id: Ida0c1b6c98a8f45a15985b33529a1f479e595db5
* Fix most of the hacking rulesAngus Salkeld2013-06-263-21/+19
| | | | | | Hacking rules: H302, H303, H304, H401, H404 Change-Id: I38e62696724a99c5ebe74d95d477999bd91a2c9a
* Fix all flake8 E* and F* errorsAngus Salkeld2013-06-261-2/+2
| | | | | | This was mostly unused modules or local variables. Change-Id: I39f9598ba8b64101a10f80bae448d27272abeddd
* Fix the current flake8 errorsAngus Salkeld2013-06-263-10/+12
| | | | | | | | 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-193-6/+46
| | | | Change-Id: I5ff975bb5ded48a84341efa4ebfdae4bf430ab60
* Removing .pycKevin Chen2013-05-283-0/+0
|
* Update db api testKevin Chen2013-05-284-0/+0
|
* DB api test cases and revisionsKevin Chen2013-05-282-19/+37
|
* Fix syntax error.Joshua Harlow2013-05-221-1/+1
|
* Cleaning up files/extraneous files/fixing relationsJessica Lucci2013-05-222-3/+10
|
* db api definedJessica Lucci2013-05-211-2/+2
|
* Fleshing out sqlalchemy apiJessica Lucci2013-05-213-1/+44
|
* Almost done with sqlalchemy apiJessica Lucci2013-05-215-15/+187
|
* cleaning for initial pull requestJessica Lucci2013-05-215-33/+0
|
* Just kidding - really fixing relations this timeJessica Lucci2013-05-211-4/+4
|
* Fixing table relationsJessica Lucci2013-05-214-5/+57
|
* Second pass at modelsJessica Lucci2013-05-203-0/+156
|
* Added more utils, added model for workflowJessica Lucci2013-05-204-0/+13
|
* Spelling errors and stuffJessica Lucci2013-05-202-4/+6
|
* adding parentheses to read methodJessica Lucci2013-05-193-1/+1
|
* Implemented basic sqlalchemy session classJessica Lucci2013-05-192-0/+88
|
* Setting up Configs and SQLAlchemy/DB backendJessica Lucci2013-05-173-0/+54