summaryrefslogtreecommitdiffstats
path: root/tests/test_backend_sql.py
Commit message (Expand)AuthorAgeFilesLines
* Sync DB models and migrations in keystone.assignment.backends.sqlElena Ezhova2013-07-311-1/+1
* Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-171-0/+4
* Merge "Add unittest for keystone.identity.backends.sql Models"Jenkins2013-07-161-0/+90
|\
| * Add unittest for keystone.identity.backends.sql ModelsAlvaro Lopez Garcia2013-07-091-0/+90
* | Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-16/+34
|/
* Manager instead of direct driverAdam Young2013-06-281-26/+9
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-8/+9
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-1/+2
* get SQL refs from session (bp sql-query-get)Dolph Mathews2013-05-201-0/+5
* Allow backend & client SQL tests on mysql and pg.Jamie Lennox2013-05-101-2/+9
* Revert "from tests import"Adam Young2013-03-111-2/+2
* Merge "from tests import"Jenkins2013-03-111-2/+2
|\
| * from tests importAdam Young2013-03-081-2/+2
* | add missing attributes for group/project tables (bug1126021)Gordon Chung2013-03-071-8/+8
|/
* TrustsAdam Young2013-03-051-0/+8
* Keystone backend preparation for domain-scopingHenry Nash2013-02-121-4/+14
* tenant to project in the apisAdam Young2013-01-281-18/+18
* Tenant to Project in Back endsAdam Young2013-01-281-2/+2
* Merge "add database string field length check"Jenkins2013-01-151-0/+20
|\
| * add database string field length checkTony NIU2013-01-151-0/+20
* | Fixes import order nitsZhongyue Luo2013-01-111-1/+1
|/
* Split endpoint records in SQL by interfaceDolph Mathews2012-12-181-46/+32
* normalize identityAdam Young2012-11-271-0/+2
* v3 PoliciesDolph Mathews2012-11-191-0/+7
* Run test_keystoneclient_sql in-memoryDolph Mathews2012-11-131-8/+1
* Include 'extra' attributes twice (bug 1076120)Dolph Mathews2012-11-071-0/+57
* Enable Deletion of Services with Endpointssathish-nagappan2012-10-241-0/+13
* Merge "Fix catalog when services have no URL"Jenkins2012-10-241-0/+38
|\
| * Fix catalog when services have no URLJulien Danjou2012-10-081-0/+38
* | Moved SQL backend tests into memoryDolph Mathews2012-10-231-37/+31
|/
* Unparseable endpoint URL's should raise friendly errorStef T2012-10-061-0/+11
* Remove run_test.py in favor of stock nose.Monty Taylor2012-09-271-0/+12
* Enabling SQL Catalog tests (bug 958950)Dolph Mathews2012-08-011-22/+12
* Added user name validation. Fixes bug 966251.Unmesh Gurjar2012-07-191-1/+1
* Reorder test imports by full import pathZhongyue Luo2012-07-031-3/+3
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-271-30/+30
* Use cfg's new global CONF objectMark McLoughlin2012-06-131-6/+6
* Fixes some pep8 warning/errors.Chmouel Boudjnah2012-05-241-2/+5
* Merge "Added tenant name validation. Fixes bug 966249."Jenkins2012-05-181-1/+1
|\
| * Added tenant name validation. Fixes bug 966249.Unmesh Gurjar2012-05-091-1/+1
* | cleanup dependent data upon user/tenant deletionJ. Daniel Schmidt2012-05-021-0/+34
|/
* Non-nullable User, Tenant, Role names (bug 987121)Dolph Mathews2012-04-251-0/+46
* Rename keystone.conf to .sample.Josh Kearney2012-04-101-2/+2
* Remove tenant membership during user deletionAdam Gandelman2012-04-031-0/+11
* Switch keystone.test.TestCase to use unittest2Maru Newby2012-03-271-1/+1
* Spring cleaning, fix PEP8 violations.Chmouel Boudjnah2012-03-201-15/+15
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Add SQL token backendBrian Waldon2012-02-081-26/+10
* update teststermie2012-01-181-3/+3
* remove models.pytermie2012-01-121-1/+0