summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix PatchStacktraceTest for pypyOleksii Chuprykov2015-01-221-1/+3
* | | | Merge "Refactor database migration manager to use given engine"Jenkins2015-02-045-31/+92
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor database migration manager to use given engineVictor Sergeyev2015-01-275-31/+92
| | |/ | |/|
* | | Merge "Implement backend-specific drop_all_objects for provisioning."Jenkins2015-02-035-26/+169
|\ \ \
| * | | Implement backend-specific drop_all_objects for provisioning.Mike Bayer2015-01-295-26/+169
| |/ /
* | | Add retry decorator allowing to retry DB operations on requestEugene Nikanorov2015-01-304-4/+75
|/ /
* | Merge "Retry query if db deadlock error is received"Jenkins2015-01-273-42/+168
|\ \
| * | Retry query if db deadlock error is receivedrossella2015-01-143-42/+168
| |/
* | Merge "Fix 0 version handling in migration_cli manager"Jenkins2015-01-262-1/+6
|\ \
| * | Fix 0 version handling in migration_cli managerBoris Bobrov2015-01-262-1/+6
| |/
* | Update Oslo imports to remove namespace packageDoug Hellmann2015-01-2110-12/+12
|/
* Merge "Ensure DBConnectionError is raised on failed revalidate"Jenkins2015-01-135-135/+379
|\
| * Ensure DBConnectionError is raised on failed revalidateMike Bayer2015-01-125-135/+379
* | Restore the check_foreign_keys() method.1.4.1Mike Bayer2015-01-122-0/+259
|/