summaryrefslogtreecommitdiffstats
path: root/keystone/common/sql
Commit message (Expand)AuthorAgeFilesLines
* Increase length of username in DBAlvaro Lopez Garcia2013-08-151-0/+31
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-153-3/+3
* Merge "Drop extra credential indexes"Jenkins2013-08-131-0/+40
|\
| * Drop extra credential indexesElena Ezhova2013-08-121-0/+40
* | Merge "Sync models with migrations"Jenkins2013-08-121-0/+1
|\|
| * Sync models with migrationsElena Ezhova2013-08-121-0/+1
* | Merge "Fix select n+1 issue in keystone catalog"Jenkins2013-08-081-0/+4
|\ \
| * | Fix select n+1 issue in keystone catalogRoman Verchikov2013-08-071-0/+4
| |/
* | Merge "extension migrations"Jenkins2013-08-071-15/+27
|\ \
| * | extension migrationsAdam Young2013-08-061-15/+27
| |/
* / Handle json data when migrating role metadata.Mark J. Washenberger2013-07-311-3/+1
|/
* Merge "Clear cached engine when global engine changes"Jenkins2013-07-291-3/+8
|\
| * Clear cached engine when global engine changesBrant Knudson2013-07-121-3/+8
* | Fixing broken credential schema in sqlite.Nachiappan VR N2013-07-231-0/+119
* | Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-172-0/+292
* | Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-7/+0
|/
* Merge "Pass on arguments on Base.get_session"Jenkins2013-07-121-1/+2
|\
| * Pass on arguments on Base.get_sessionBrant Knudson2013-06-061-1/+2
* | Merge "Move temporary test files into tests/tmp"Jenkins2013-07-111-42/+0
|\ \
| * | Move temporary test files into tests/tmpJamie Lennox2013-07-111-42/+0
* | | Use InnoDB for MySQLBrant Knudson2013-07-102-0/+156
|/ /
* | assignment backendAdam Young2013-07-092-12/+23
* | Merge "Add callbacks for set_global_engine"Jenkins2013-07-081-1/+43
|\ \
| * | Add callbacks for set_global_engineBrant Knudson2013-07-031-1/+43
* | | Merge "DB2 migration support"Jenkins2013-07-086-25/+162
|\ \ \ | |/ / |/| |
| * | DB2 migration supportBrant Knudson2013-07-016-25/+162
* | | Merge "Use event.listen() instead of deprecated listeners kwarg"Jenkins2013-07-031-15/+15
|\ \ \
| * | | Use event.listen() instead of deprecated listeners kwargAnthony Dodd2013-07-011-15/+15
| |/ /
* | | Merge "Remove hard tabs and trailing whitespace"Jenkins2013-07-033-25/+25
|\ \ \ | |/ / |/| |
| * | Remove hard tabs and trailing whitespaceDolph Mathews2013-06-283-25/+25
* | | check for constraint before droppingAdam Young2013-06-281-11/+11
|/ /
* | Merge "Base.get_engine honor allow_global_engine=False"Jenkins2013-06-221-8/+9
|\|
| * Base.get_engine honor allow_global_engine=FalseBrant Knudson2013-06-041-8/+9
* | Merge "drop user and group constraints"Jenkins2013-06-141-0/+62
|\ \
| * | drop user and group constraintsAdam Young2013-06-101-0/+62
* | | Commit transaction in migrationBrant Knudson2013-06-071-0/+2
|/ /
* / Check schema when dropping constraints.Adam Young2013-06-042-45/+75
|/
* Merge "Fix incorrect role assignment in migration."Jenkins2013-05-311-7/+5
|\
| * Fix incorrect role assignment in migration.Jamie Lennox2013-05-311-7/+5
* | Add index on valid column of the SQL token BackendSylvain Afchain2013-05-291-0/+17
|/
* Add index on expires column of the SQL token BackendSylvain Afchain2013-05-281-0/+17
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-3/+1
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-246-5/+6
* consistent i18n placeholders (flake8 H701, H702, H703)Dolph Mathews2013-05-231-5/+12
* use the 'not in' operator (flake8 H902)Dolph Mathews2013-05-231-1/+1
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-235-27/+26
* Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-238-25/+9
* extracting credentialsAdam Young2013-05-171-0/+78
* Allow backend & client SQL tests on mysql and pg.Jamie Lennox2013-05-101-1/+2
* Merge "Make migration tests postgres & mysql friendly."Jenkins2013-04-241-0/+2
|\