summaryrefslogtreecommitdiffstats
path: root/tests/test_sql_upgrade.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Drop extra credential indexes"Jenkins2013-08-131-0/+18
|\
| * Drop extra credential indexesElena Ezhova2013-08-121-0/+18
* | Merge "extension migrations"Jenkins2013-08-071-57/+65
|\ \
| * | extension migrationsAdam Young2013-08-061-57/+65
| |/
* / Handle json data when migrating role metadata.Mark J. Washenberger2013-07-311-0/+24
|/
* Fixing broken credential schema in sqlite.Nachiappan VR N2013-07-231-0/+40
* Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-171-0/+298
* Use InnoDB for MySQLBrant Knudson2013-07-101-0/+27
* DB2 migration supportBrant Knudson2013-07-011-15/+20
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-1/+2
* Live SQL migration testsAdam Young2013-05-311-3/+10
* Use TODO(NAME) (flake8 H101)Dolph Mathews2013-05-231-9/+8
* Make migration tests postgres & mysql friendly.Jamie Lennox2013-04-241-27/+27
* Use is_enabled() in folsom->grizzly upgrade (bug 1167421)Dolph Mathews2013-04-111-0/+80
* Utilize legacy_endpoint_id column (bug 1154918)Dolph Mathews2013-03-181-0/+37
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-1/+7
* Migrate roles from metadata to user_project_metadataJason Cannavale2013-03-131-4/+132
* Revert "from tests import"Adam Young2013-03-111-1/+1
* Merge "Fix folsom -> grizzly role table migration issues (bug 1119789)"Jenkins2013-03-111-0/+17
|\
| * Fix folsom -> grizzly role table migration issues (bug 1119789)William Kelly2013-03-081-0/+17
* | from tests importAdam Young2013-03-081-1/+1
|/
* TrustsAdam Young2013-03-051-0/+12
* Implement name space for domainsHenry Nash2013-02-191-0/+74
* project membership to role conversionAdam Young2013-02-181-9/+25
* Keystone backend preparation for domain-scopingHenry Nash2013-02-121-28/+189
* Fix normalize identity sql ugrade for Mysql and postgresqlAdam Young2013-02-111-15/+22
* Create a default domain (bp default-domain)Dolph Mathews2013-01-311-22/+22
* Enable/disable domains (bug 1100145)Dolph Mathews2013-01-281-1/+1
* rename tenant to project in sqlAdam Young2013-01-251-3/+27
* Merge "Test that you can undo & re-apply all migrations"Jenkins2013-01-171-0/+14
|\
| * Test that you can undo & re-apply all migrationsDolph Mathews2013-01-161-0/+14
* | Merge "Allow running of sql against the live DB."Jenkins2013-01-161-1/+16
|\ \
| * | Allow running of sql against the live DB.Adam Young2013-01-161-1/+16
| |/
* | Merge "downgrade user and tenant normalized tables downgraded such that sqlit...Jenkins2013-01-161-0/+3
|\|
| * downgrade user and tenantAdam Young2013-01-161-0/+3
* | Auto-detect max SQL migrationDolph Mathews2013-01-161-1/+4
|/
* Fixes import order nitsZhongyue Luo2013-01-111-1/+2
* Keystone server support for user groupsHenry Nash2013-01-081-1/+17
* Split endpoint records in SQL by interfaceDolph Mathews2012-12-181-28/+163
* Adding downgrade steps for migration scripts.Justin Shepherd2012-12-051-0/+24
* normalize identityAdam Young2012-11-271-2/+51
* v3 PoliciesDolph Mathews2012-11-191-7/+25
* Merge "populate table check."Jenkins2012-11-151-1/+15
|\
| * populate table check.Adam Young2012-11-131-1/+15
* | Run test_keystoneclient_sql in-memoryDolph Mathews2012-11-131-1/+2
|/
* Improve feedback on test failureDolph Mathews2012-11-081-14/+6
* SQL upgrade test.Adam Young2012-11-071-0/+104