summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Add additional caution looking for table, info4.13.3Mike Bayer2016-09-082-9/+37
* utils: fix get_unique_keys() when model has no table attached to it4.13.2Julien Danjou2016-09-032-12/+60
* Correctly detect incomplete sort_keys passed to paginate_query4.13.1Ihar Hrachyshka2016-09-012-5/+135
* Fix DBReferenceError and DBNonExistentTable with new PyMySQL versionJulien Danjou2016-08-312-40/+17
* Link enginefacade to test database provisioningMike Bayer2016-08-111-27/+109
* Merge "Display full reason for backend not available"Jenkins2016-08-115-14/+176
|\
| * Display full reason for backend not availableMike Bayer2016-08-085-14/+176
* | Merge "Fix parameters of assertEqual are misplaced"Jenkins2016-08-1112-123/+122
|\ \
| * | Fix parameters of assertEqual are misplacedyan.haifeng2016-07-2012-123/+122
* | | Merge "Add test helpers to enginefacade"Jenkins2016-08-112-2/+235
|\ \ \
| * | | Add test helpers to enginefacadeMike Bayer2016-08-032-2/+235
| | |/ | |/|
* | | Merge "Deprecate argument sqlite_db in method set_defaults"Jenkins2016-08-101-0/+4
|\ \ \
| * | | Deprecate argument sqlite_db in method set_defaultsChangBo Guo(gcb)2016-08-041-0/+4
| |/ /
* | | Add logging_name to enginefacade configMike Bayer2016-08-032-0/+2
|/ /
* | Merge "Add a hook to process newly created engines"Jenkins2016-08-032-1/+24
|\ \
| * | Add a hook to process newly created enginesAnn Kamyshnikova2016-07-312-1/+24
* | | Capture DatabaseError for deadlock check4.10.0Kevin Benton2016-08-022-2/+3
* | | Memoize sys.exc_info() before attempting a savepoint rollbackMike Bayer2016-07-273-5/+116
| |/ |/|
* | Merge "Set max pool size default to 5"Jenkins2016-07-181-7/+7
|\ \
| * | Set max pool size default to 5Eric Brown2016-07-081-7/+7
| |/
* | Fixed unit tests running on WindowsAlexandru Coman2016-07-141-1/+3
* | Merge "Add dispose_pool() method to enginefacade context, factory"Jenkins2016-07-132-0/+57
|\ \
| * | Add dispose_pool() method to enginefacade context, factoryMike Bayer2016-07-112-0/+57
| |/
* | Set a min and max on the connection_debug optionEric Brown2016-07-092-1/+2
|/
* Merge "exception: make message mandatory in DbMigrationError and deprecates it"Jenkins2016-07-087-22/+38
|\
| * exception: make message mandatory in DbMigrationError and deprecates itJulien Danjou2016-06-277-22/+38
* | Add support for LONGTEXT, MEDIUMTEXT to JsonEncodedTypeDavid Edery2016-07-072-0/+38
* | Merge "Deprecate config option sqlite_db for removal"Jenkins2016-07-061-0/+3
|\ \
| * | Deprecate config option sqlite_db for removalChangBo Guo(gcb)2016-07-061-0/+3
* | | Merge "Catch empty value DBDuplicate errors"Jenkins2016-07-062-2/+6
|\ \ \
| * | | Catch empty value DBDuplicate errorsKevin Benton2016-07-052-2/+6
| |/ /
* | | Merge "exc_filters: catch and translate non existent table on drop"Jenkins2016-07-063-0/+91
|\ \ \
| * | | exc_filters: catch and translate non existent table on dropJulien Danjou2016-06-273-0/+91
* | | | Merge "exc_filters: catch and translate non existent constraint on drop"Jenkins2016-07-063-0/+111
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | exc_filters: catch and translate non existent constraint on dropJulien Danjou2016-06-223-0/+111
* | | Merge "Make it possible to use enginefacade decorators with class methods"Jenkins2016-06-291-0/+15
|\ \ \
| * | | Make it possible to use enginefacade decorators with class methodsRoman Podoliaka2016-06-271-0/+15
| | |/ | |/|
* | | Merge "api: use sane default in wrap_db_retry()"Jenkins2016-06-292-14/+12
|\ \ \
| * | | api: use sane default in wrap_db_retry()Julien Danjou2016-06-292-14/+12
* | | | Merge "Repair boolean CHECK constraint detection"Jenkins2016-06-292-17/+32
|\ \ \ \ | |/ / / |/| | |
| * | | Repair boolean CHECK constraint detectionMike Bayer2016-06-012-17/+32
* | | | tests: fix order of assertEqual in exc_filterJulien Danjou2016-06-221-9/+9
| |/ / |/| |
* | | Imported Translations from ZanataOpenStack Proposal Bot2016-06-205-208/+8
| |/ |/|
* | Fix typos in comments and docstringHanXue Lai2016-06-132-2/+2
* | api: do not log a traceback if error is not expectedJulien Danjou2016-06-011-2/+4
|/
* Merge "Add support for custom JSON serializer"Jenkins2016-05-193-3/+13
|\
| * Add support for custom JSON serializerJulien Danjou2016-05-193-3/+13
* | api: always enable retry_on_requestJulien Danjou2016-05-172-8/+8
* | Merge "Raise DbMigrationError for invalid version"Jenkins2016-05-102-1/+30
|\ \
| * | Raise DbMigrationError for invalid versiondineshbhor2016-03-302-1/+30