summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Added allow_async propertyPavel Kholkin2015-11-262-6/+84
* Detect not-started _TransactionFactory in legacy3.2.0Mike Bayer2015-11-112-0/+32
* Added method get_legacy_facade() to the _TransactionContextManagerSergey Nikitin2015-11-112-1/+24
* Removed Unused variable 'drivertype'nandal2015-11-091-1/+1
* Add debug logging for DB retry attempt.Eugene Nikanorov2015-10-121-0/+3
* Use stevedore directive to document pluginsAllison Randal2015-09-251-7/+7
* Docstring fixes for enginefacadeBrant Knudson2015-09-241-61/+58
* Fix warnings in docstringsBrant Knudson2015-09-243-5/+4
* Add support for pickling enginefacade context objectsMike Bayer2015-09-222-1/+20
* Handle case where oslo_db.tests has not been importedJoshua Harlow2015-09-081-3/+6
* Merge "Assume relative revisions belong to alembic"2.4.1Jenkins2015-08-202-0/+13
|\
| * Assume relative revisions belong to alembicBoris Bobrov2015-08-202-0/+13
* | Use correct config key in alembic extensionAndrew Melton2015-08-192-1/+5
|/
* Fix exception message about unavailable backendAnn Kamyshnikova2015-08-181-1/+1
* Merge "pagination: enhance sorting of null values"Jenkins2015-08-062-10/+62
|\
| * pagination: enhance sorting of null valuesMehdi Abaakouk2015-08-062-10/+62
* | Merge "Upgrade and downgrade based on revision existence"Jenkins2015-08-055-6/+161
|\ \ | |/ |/|
| * Upgrade and downgrade based on revision existenceBoris Bobrov2015-08-055-6/+161
* | Merge "Added catching of errors 1047 (Galera) for MySQL oslo db reconnect"Jenkins2015-08-042-1/+19
|\ \
| * | Added catching of errors 1047 (Galera) for MySQL oslo db reconnectDavanum Srinivas2015-07-142-1/+19
| |/
* | Merge "Add JSON-encoded types for sqlalchemy"Jenkins2015-08-032-0/+148
|\ \
| * | Add JSON-encoded types for sqlalchemyDmitry Tantsur2015-08-032-0/+148
* | | Merge "Python 3: Use use_unicode=1 under Python 3"Jenkins2015-07-312-7/+16
|\ \ \ | |/ / |/| |
| * | Python 3: Use use_unicode=1 under Python 3fumihiko kakuma2015-07-302-7/+16
* | | Merge "Fix test_migrations on Python 3"Jenkins2015-07-302-10/+16
|\ \ \ | |/ / |/| |
| * | Fix test_migrations on Python 3Victor Stinner2015-07-282-10/+16
* | | Improve failure mode handling in enginefacadeMike Bayer2015-07-273-7/+90
|/ /
* | Test that concurrent sqlalchemy transactions don't blockAngus Lees2015-07-162-0/+152
|/
* Merge "Allow projects that use test_models_sync to filter some changes"2.1.0Jenkins2015-07-012-2/+69
|\
| * Allow projects that use test_models_sync to filter some changesDavanum Srinivas2015-07-012-2/+69
* | Add legacy get_sessionmaker() methodMike Bayer2015-06-292-0/+19
* | Fix sqlalchemy.ModelBase.__contains__() behaviourVictor Stinner2015-06-262-1/+21
|/
* Merge "Allow additional exceptions in wrap_db_retry"Jenkins2015-06-262-18/+46
|\
| * Allow additional exceptions in wrap_db_retryKevin Benton2015-06-252-18/+46
* | Remove implicit RequestContext decorationCedric Brandily2015-06-252-5/+3
* | Add a new ModelBase.items() methodVictor Stinner2015-06-242-3/+13
* | Remove oslo namespace packageDoug Hellmann2015-06-2119-4395/+6
|/
* Drop use of 'oslo' namespace packageDoug Hellmann2015-06-186-8/+8
* Switch from MySQL-python to PyMySQLJeremy Stanley2015-06-186-65/+148
* Merge "Implement new oslo.db.sqlalchemy.enginefacade module"Jenkins2015-06-1411-823/+3318
|\
| * Implement new oslo.db.sqlalchemy.enginefacade moduleMike Bayer2015-06-0411-823/+3318
* | Replace utils method with oslo.utils reflection provided one1.11.0Joshua Harlow2015-06-062-27/+3
* | Allow to fail instead of skip in DbFixtureCedric Brandily2015-06-041-3/+11
|/
* Merge "Ensure that create_engine() close test connection"Jenkins2015-05-221-1/+5
|\
| * Ensure that create_engine() close test connectionVictor Sergeyev2015-01-281-1/+5
* | Merge "Remove pre-SQLAlchemy-0.9.7 compat utilities"Jenkins2015-05-208-322/+21
|\ \
| * | Remove pre-SQLAlchemy-0.9.7 compat utilitiesMike Bayer2015-04-288-322/+21
* | | Add a keys() method to SQLAlchemy ModelBaseVictor Stinner2015-05-192-3/+28
* | | Sort model fields using getattr(), not inspect()Mike Bayer2015-05-052-1/+53
* | | Merge "Update to latest hacking"Jenkins2015-04-302-10/+10
|\ \ \ | |/ / |/| |