summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Setup for translationAndreas Jaeger2014-06-051-0/+97
* Merge "Do not always adjust sqlalchemy.engine logging"Jenkins2014-06-041-10/+11
|\
| * Do not always adjust sqlalchemy.engine loggingJoshua Harlow2014-05-291-10/+11
* | Merge "Add index modifying methods"Jenkins2014-06-022-0/+141
|\ \
| * | Add index modifying methodsJulia Varlamova2014-05-302-0/+141
* | | Log a cause of db backend connection failureIlya Pekelny2014-05-302-3/+13
|/ /
* | Updated from global requirementsOpenStack Proposal Bot2014-05-293-7/+15
* | Merge "Add import_exceptions to tox.ini"Jenkins2014-05-291-0/+4
|\ \
| * | Add import_exceptions to tox.iniVictor Sergeyev2014-05-271-0/+4
* | | cleaning up index.rst fileChristian Berendt2014-05-281-7/+2
* | | Merge "Remove redundant default=None for config options"Jenkins2014-05-261-3/+0
|\ \ \ | |/ / |/| |
| * | Remove redundant default=None for config optionsGary Kotton2014-05-261-3/+0
* | | Merge "Allow cover tests to work"Jenkins2014-05-261-1/+1
|\ \ \ | |/ / |/| |
| * | Allow cover tests to workBrant Knudson2014-05-191-1/+1
* | | Merge "Fix wrong method name with assert_called_once_with"Jenkins2014-05-221-1/+1
|\ \ \
| * | | Fix wrong method name with assert_called_once_withChangBo Guo(gcb)2014-05-161-1/+1
| |/ /
* | | Merge "Improve help strings"Jenkins2014-05-211-23/+26
|\ \ \
| * | | Improve help stringsAndreas Jaeger2014-05-201-23/+26
* | | | Merge "Fix call to mock.assert_not_called()"Jenkins2014-05-211-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix call to mock.assert_not_called()ChangBo Guo(gcb)2014-05-141-2/+3
* | | | Merge "Fix typos: Remove extra ")" in message"Jenkins2014-05-201-1/+1
|\ \ \ \
| * | | | Fix typos: Remove extra ")" in messageAndreas Jaeger2014-04-301-1/+1
* | | | | Ignore oslo.db.egg-infoBrant Knudson2014-05-191-0/+1
| |_|/ / |/| | |
* | | | Merge "Remove patch_migrate()"Jenkins2014-05-154-218/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove patch_migrate()Matt Riedemann2014-05-054-218/+1
| | |/ | |/|
* | | Remove obsolete entries from .gitignoreAndreas Jaeger2014-05-061-4/+0
|/ /
* | Fix .gitreview for oslo.dbAndreas Jaeger2014-04-301-1/+1
|/
* Fix dhellmann's notes from April 18Victor Sergeyev2014-04-225-7/+65
* Make the tests passingVictor Sergeyev2014-04-1838-69/+1076
* Fix the graduate.sh script resultVictor Sergeyev2014-04-1852-42/+620
* Prevent races in opportunistic db test casesRoman Podoliaka2014-02-191-9/+21
* Drop dependency oslo.db from common.logIlya Pekelny2014-03-061-12/+12
* Use oslotest instead of common test moduleVictor Sergeyev2014-04-157-21/+21
* Start ping listener also for postgresqlDirk Mueller2014-04-081-3/+3
* Add a warning to not use get_table for working with ForeignKeysMatt Riedemann2014-04-071-0/+8
* Ignore migrate versioning tables in utf8 sanity checkMorgan Fainberg2014-04-012-2/+22
* Fix sqlalchemy utils test cases for SA 0.9.xRoman Podoliaka2014-03-191-21/+36
* Fix Keystone doc build errors with SQLAlchemy 0.9Brant Knudson2014-03-231-6/+6
* Make table utf-8 charset checking be optional for DB migrationZhi Yan Liu2014-02-012-2/+17
* Dispose db connections pool on disconnectRoman Podoliaka2014-03-172-5/+17
* Python3: pass bytes as 'contents' to create_tempfiles()Cyril Roelandt2014-03-141-18/+18
* Do not use the 'extend' method on a dict_items objectCyril Roelandt2014-03-131-1/+1
* Set sql_mode callback on connect instead of checkoutBen Nemec2014-03-122-7/+28
* Fix excessive logging from db.sqlalchemy.sessionBrant Knudson2014-03-052-82/+170
* Add lockutils fixture to OpportunisticTestCaseBen Nemec2014-03-111-0/+4
* Move test_insert_from_select unit test from nova to osloMatt Riedemann2014-03-071-0/+48
* Adapt DB provisioning code for CI requirementsRoman Podoliaka2014-02-211-59/+29
* Make db utils importable without migrateRoman Podoliaka2014-02-201-1/+6
* Remove requirements.txt from .gitignoreVictor Sergeyev2014-03-061-1/+0
* Get mysql_sql_mode parameter from configVictor Sergeyev2014-03-062-15/+9