summaryrefslogtreecommitdiffstats
path: root/tests/unit/db
Commit message (Expand)AuthorAgeFilesLines
* Bump hacking to 0.7.0Zhongyue Luo2013-08-174-41/+40
* exception: removeJulien Danjou2013-08-161-5/+4
* Replace using tests.utils with openstack.common.testAlexander Gorodnev2013-08-091-3/+3
* Merge "Helper function to sanitize db url credentials"Jenkins2013-08-081-0/+14
|\
| * Helper function to sanitize db url credentialsZhongyue Luo2013-08-021-0/+14
* | Merge "Move sqlalchemy migration from Nova"Jenkins2013-08-081-0/+154
|\ \ | |/ |/|
| * Move sqlalchemy migration from NovaVictor Sergeyev2013-07-251-0/+154
* | Add function drop_unique_constraint()Victor Sergeyev2013-07-261-1/+133
|/
* Allow use of hacking 0.6.0 and enable new checksSergey Lukjanov2013-07-201-9/+11
* Raise ValueError if sort_dir is unknownJulia Varlamova2013-07-181-2/+0
* Add tests for cinder/common/sqlalchemyutils.pyJulia Varlamova2013-07-181-0/+116
* Move `test_migrations` from Nova.Victor Sergeyev2013-07-121-0/+225
* Migrate sqlalchemy utils from NovaVictor Sergeyev2013-07-123-0/+464
* Add a monkey-patching util for sqlalchemy-migrateRoman Podolyaka2013-07-081-0/+95
* Allow BaseTestCase use a different conf objectMark McLoughlin2013-06-252-35/+34
* Ensure that DB configuration is backward compatibleGary Kotton2013-06-221-0/+24
* Add a fixture for using of SQLite in-memory DB.Roman Podolyaka2013-06-122-19/+52
* Enable user to configure pool_timeoutGary Kotton2013-06-111-0/+2
* Add a slave db handle for the SQLAlchemy backend.Michael Wilson2013-06-031-0/+20
* Specify database group instead of DEFAULTDavanum Srinivas2013-05-202-4/+76
* Fixes import order nitsZhongyue Luo2013-05-151-1/+1
* Add test coverage for sqlite regexp functionMark McLoughlin2013-05-021-1/+58
* Removes created_at, updated_at from ModelBaseZhongyue Luo2013-04-111-0/+22
* Clean up sqlalchemy exception codeChris Behrens2013-02-221-10/+3
* Move DB thread pooling to DB API loaderChris Behrens2013-02-182-40/+87
* Use importutils.try_import() for MySQLdbMark McLoughlin2013-02-071-6/+4
* Minor tweak to make update.py happyMark McLoughlin2013-02-071-1/+1
* Remove pointless use of OpenStackExceptionMark McLoughlin2013-02-071-2/+1
* Remove unused context from test_sqlalchemyMark McLoughlin2013-02-071-2/+0
* Remove openstack.common.db.commonMark McLoughlin2013-02-071-3/+2
* Fix missing wrap_db_error for Session.execute() methodBoris Pavlovic2013-02-071-0/+63
* Import sqlalchemy session/models/utilsEric Windisch2013-02-054-0/+176