summaryrefslogtreecommitdiffstats
path: root/tests/test_backend.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Create default role on demand"Jenkins2013-08-101-0/+12
|\
| * Create default role on demandAdam Young2013-08-061-0/+12
* | Remove kwargs from manager calls where not needed.Morgan Fainberg2013-08-011-17/+15
|/
* Remove an enumerate callLiang Bo2013-07-211-1/+1
* Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-171-0/+190
* Merge "Rationalize how we get roles after authentication in the controllers"Jenkins2013-07-101-61/+7
|\
| * Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-61/+7
* | Merge "Remove a useless arg in range()"Jenkins2013-07-101-3/+3
|\ \ | |/ |/|
| * Remove a useless arg in range()Du Yujie2013-07-051-3/+3
* | Merge "Fix issue with v3 tokens and group membership roles"Jenkins2013-07-081-1/+100
|\ \
| * | Fix issue with v3 tokens and group membership rolesHenry Nash2013-07-061-1/+100
| |/
* | Merge "Remove an enumerate call"Jenkins2013-07-081-1/+1
|\ \
| * | Remove an enumerate callZhang Chun2013-07-051-1/+1
| |/
* / Implement GET /role_assignment API callHenry Nash2013-07-031-0/+66
|/
* Manager instead of direct driverAdam Young2013-06-281-145/+145
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-182/+116
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-1/+2
* Merge "Move user fileds type check to identity.Manager"Jenkins2013-06-181-36/+59
|\
| * Move user fileds type check to identity.ManagerWu Wenxiang2013-06-161-36/+59
* | Http 400 when project enabled is not a booleanWu Wenxiang2013-06-161-0/+30
|/
* Add checks to test if enabled is boolgalstrom212013-06-121-2/+15
* split authenticate callAdam Young2013-06-031-113/+152
* Improve the performance of tokens deletion for usergengjh2013-05-301-2/+43
* Merge "Move auth_token middleware from admin user to an RBAC policy"Jenkins2013-05-301-1/+1
|\
| * Move auth_token middleware from admin user to an RBAC policyJoe Gordon2013-05-161-1/+1
* | Replace assertDictContainsSubset with stdlib verYuriy Taraday2013-05-271-7/+7
* | Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-2/+2
* | Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-6/+6
* | Merge "Read-only default domain for LDAP (bug 1168726)"Jenkins2013-05-211-27/+26
|\ \
| * | Read-only default domain for LDAP (bug 1168726)Dolph Mathews2013-05-211-27/+26
* | | Implement Token Flush via keystone-manage.Jamie Lennox2013-05-211-0/+26
|/ /
* | Merge "Http 400 when user enabled is not a boolean"Jenkins2013-05-171-0/+47
|\ \
| * | Http 400 when user enabled is not a booleanBruno Semperlotti2013-05-161-0/+47
* | | Merge "Test listing of tokens with a null tenant"Jenkins2013-05-161-1/+7
|\ \ \ | |/ / |/| |
| * | Test listing of tokens with a null tenantBernhard M. Wiedemann2013-04-231-2/+8
* | | Fix pyflakes and pep8 in prep for flake8.Monty Taylor2013-05-131-1/+1
* | | Allow backend & client SQL tests on mysql and pg.Jamie Lennox2013-05-101-18/+42
| |/ |/|
* | Merge "fix undefined variable"Jenkins2013-04-231-0/+6
|\ \ | |/ |/|
| * fix undefined variableBrant Knudson2013-04-081-0/+6
* | Merge "test duplicate name"Jenkins2013-04-221-3/+3
|\ \
| * | test duplicate nameBrant Knudson2013-04-091-3/+3
| |/
* | Merge "Removed unused imports"Jenkins2013-04-171-1/+0
|\ \
| * | Removed unused importsDolph Mathews2013-04-161-1/+0
* | | Merge "Fixed unicode username user creation error"Jenkins2013-04-171-0/+9
|\ \ \ | |/ / |/| |
| * | Fixed unicode username user creation errorLiang Chen2013-04-131-0/+9
| |/
* | Fix token ids for memcachedAdam Young2013-04-121-2/+8
* | Merge "residual grants after delete action (bug1125637)"Jenkins2013-04-121-17/+16
|\ \ | |/ |/|
| * residual grants after delete action (bug1125637)Gordon Chung2013-03-041-17/+16
* | Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-2/+2
* | Fix live ldap testsAllan Feid2013-03-191-11/+11