summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Update to latest hackingDoug Hellmann2015-04-032-10/+10
* | | Merge "Sanity check after migration"Jenkins2015-04-103-5/+11
|\ \ \
| * | | Sanity check after migrationMarco Fargetta2015-04-103-5/+11
* | | | Merge "exc_filters: support for ForeignKey error on delete"Jenkins2015-04-102-5/+80
|\ \ \ \ | |/ / / |/| | |
| * | | exc_filters: support for ForeignKey error on deleteJulien Danjou2015-04-072-5/+80
| |/ /
* | | Merge "Handle CHECK constraint integrity in PostgreSQL"Jenkins2015-04-103-0/+50
|\ \ \
| * | | Handle CHECK constraint integrity in PostgreSQLJulien Danjou2015-04-033-0/+50
| |/ /
* | | Merge "Add filters for DBDataError exception"Jenkins2015-04-103-0/+69
|\ \ \
| * | | Add filters for DBDataError exceptionRoman Podoliaka2015-04-093-0/+69
| |/ /
* | | Merge "Catch DBDuplicateError in MySQL if primary key is binary"Jenkins2015-04-092-1/+23
|\ \ \ | |/ / |/| |
| * | Catch DBDuplicateError in MySQL if primary key is binaryJulien Danjou2015-03-262-1/+23
* | | Merge "Fixed bug in InsertFromSelect columns order"Jenkins2015-04-012-13/+105
|\ \ \
| * | | Fixed bug in InsertFromSelect columns orderTimofey Durakov2015-03-132-13/+105
* | | | Merge "Avoid excessing logging of RetryRequest exception"Jenkins2015-03-301-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid excessing logging of RetryRequest exceptionEugene Nikanorov2015-03-171-1/+5
* | | | Merge "Implement generic update-on-match feature"Jenkins2015-03-234-0/+987
|\ \ \ \
| * | | | Implement generic update-on-match featureMike Bayer2015-03-054-0/+987
* | | | | Provide working SQLA_VERSION attributeMike Bayer2015-03-183-8/+10
| |/ / / |/| | |
* | | | Merge "Add process guards + invalidate to the connection pool"Jenkins2015-03-152-0/+61
|\ \ \ \
| * | | | Add process guards + invalidate to the connection poolMike Bayer2015-03-122-0/+61
* | | | | Switch to non-namespaced module import - oslo_i18n1.7.0Davanum Srinivas2015-03-121-2/+2
| |_|/ / |/| | |
* | | | Fix documented env variable for test connectionAngus Salkeld2015-03-101-1/+1
| |/ / |/| |
* | | Make DBAPI class work with mocks correctly1.5.0Roman Podoliaka2015-02-252-7/+16
|/ /
* | Fix PyMySQL reference error detectionGregory Haynes2015-02-121-1/+1
* | Merge "Organize provisioning to use testresources"Jenkins2015-02-129-153/+489
|\ \
| * | Organize provisioning to use testresourcesMike Bayer2015-02-049-153/+489
* | | Merge "Fix PatchStacktraceTest for pypy"Jenkins2015-02-051-1/+3
|\ \ \