summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* Prevent incorrect usage of _wrap_db_error()Roman Podoliaka2014-02-181-4/+5
* Python3: define a __next__() method for ModelBaseShuangtai Tian2014-02-211-2/+6
* Add from_config() method to EngineFacadeRoman Podoliaka2014-02-272-0/+66
* db: move all options into database groupJulien Danjou2014-02-201-14/+5
* Drop special case for MySQL traditional mode, update unit testsFlorian Haas2014-01-242-21/+48
* Make TRADITIONAL the default SQL modeFlorian Haas2014-01-241-3/+6
* Introduce mysql_sql_mode option, remove old warningFlorian Haas2014-01-222-15/+16
* Introduce a method to set any MySQL session SQL modeFlorian Haas2014-02-202-2/+113
* Handle ibm_db_sa DBDuplicateEntry integrity errorsMatt Riedemann2013-09-182-3/+52
* Fix doc build errors in db.sqlalchemyBrant Knudson2014-02-222-6/+11
* Fix migration.db_version when no tablesBrant Knudson2014-02-212-3/+18
* Update log translation domainsShawn Boyette2014-02-211-2/+2
* Add model_query() to db.sqlalchemy.utils moduleVictor Sergeyev2013-12-132-0/+225
* Fix a small typo in api.pyKai Zhang2014-02-201-1/+1
* migration.db_sync requires an engine nowBen Nemec2014-02-201-2/+2
* Remove CONF.database.connection default valueVictor Sergeyev2014-02-191-4/+0
* Remove None for dict.get()zhang-jinnan2014-02-191-3/+3
* Fix duplicating of SQL queries in logsekudryashova2014-02-111-4/+7