summaryrefslogtreecommitdiff
path: root/oslo/db/sqlalchemy/migration.py
Commit message (Collapse)AuthorAgeFilesLines
* Use single quotes for db schema sanity checkHuai Jiang2014-09-041-1/+1
| | | | | | | double quotes would cause failure when mysql running on ANSI sql_mode. Change-Id: I891b61035ecb90b91a9ccdbec14dd567c575299b Closes-Bug:1365019
* Use oslo.i18nAndrey Kurilin2014-09-011-1/+1
| | | | | | | Module `gettextutils` from common code was graduated to oslo.i18n, so it would be great if we reuse this library. Change-Id: Ie5836b82723fc80c1d54e5e65eac8565cf905c5a
* Restore correct source file encodingsMike Bayer2014-08-071-0/+2
| | | | | | | | | migration.py includes a non-ASCII character in the top source comments, so a "coding" directive is needed. Additionally, the word "coding" is now used in test_sqlalchemy.py instead of "encoding". Change-Id: Ic977b564c5de9261686503506f4edec4a8d8682d
* remove definitions of Python Source Code EncodingChristian Berendt2014-05-251-2/+0
| | | | | | | I think PEP 0263 (http://legacy.python.org/dev/peps/pep-0263/) is not used anywhere else and so it should be removed. Change-Id: Ic2c2b284cc80e3db4380fda6f81d45f6d57f2d02
* Remove patch_migrate()Matt Riedemann2014-05-051-118/+0
| | | | | | | This is essentially a revert of oslo-incubator commit 3f503faac since sqlalchemy-migrate 0.9.1 now has that code via commit 93efb62fd. Change-Id: I5d7d3eaec236140cd47fe419ed6905115354501d
* Make the tests passingVictor Sergeyev2014-04-181-1/+1
| | | | | | | | - add missed requirements - add required modules from openstack.common - added entry points to setup.cfg - fixed tests location - fixed incorrect common modules imports
* Fix the graduate.sh script resultVictor Sergeyev2014-04-181-0/+278