summaryrefslogtreecommitdiff
path: root/keystoneclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement endpoint filtering functionality on the client side."0.8.0Jenkins2014-04-173-0/+241
|\
| * Implement endpoint filtering functionality on the client side.guang-yee2014-04-153-0/+241
* | Merge "Allow session to return an error response object"Jenkins2014-04-172-2/+19
|\ \
| * | Allow session to return an error response objectJamie Lennox2014-04-142-2/+19
* | | Merge "Add service name to catalog"Jenkins2014-04-164-20/+126
|\ \ \
| * | | Add service name to catalogJamie Lennox2014-04-104-20/+126
* | | | Merge "Rename HTTPError -> HttpError"Jenkins2014-04-154-5/+6
|\ \ \ \
| * | | | Rename HTTPError -> HttpErrorJamie Lennox2014-04-154-5/+6
* | | | | Merge "Prefer () to continue line per PEP8"Jenkins2014-04-154-20/+20
|\ \ \ \ \
| * | | | | Prefer () to continue line per PEP8Brant Knudson2014-04-044-20/+20
* | | | | | Merge "Fix typo of ANS1 to ASN1"Jenkins2014-04-153-10/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix typo of ANS1 to ASN1mathrock2014-04-143-10/+17
* | | | | | Merge "Add CRUD operations for Federation Mapping Rules."Jenkins2014-04-153-0/+203
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add CRUD operations for Federation Mapping Rules.Marek Denis2014-04-143-0/+203
* | | | | | Don't use generic kwargs in v2 Token GenerationJamie Lennox2014-04-142-52/+54
* | | | | | Merge "Ensure JSON headers in Auth Requests"Jenkins2014-04-144-2/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Ensure JSON headers in Auth RequestsJamie Lennox2014-04-044-2/+11
| | |_|/ / | |/| | |
* | | | | Merge "Use `HttpNotImplemented` in `tests.v3.test_trusts`"Jenkins2014-04-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use `HttpNotImplemented` in `tests.v3.test_trusts`Andrey Kurilin2014-04-041-1/+1
* | | | | Merge "Add CRUD operations for Identity Providers."Jenkins2014-04-105-0/+220
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add CRUD operations for Identity Providers.Marek Denis2014-04-095-0/+220
* | | | | Merge "Hash functions support different hash algorithms"Jenkins2014-04-094-4/+65
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Hash functions support different hash algorithmsBrant Knudson2014-04-094-4/+65
| |/ / /
* | | | eliminate race condition fetching certsDolph Mathews2014-04-092-27/+20
|/ / /
* | | Merge "Allow passing auth plugin as a parameter"Jenkins2014-04-082-11/+119
|\ \ \
| * | | Allow passing auth plugin as a parameterJamie Lennox2014-04-082-11/+119
| | |/ | |/|
* | | Merge "Reuse module `exceptions` from Oslo"Jenkins2014-04-085-426/+33
|\ \ \ | |/ / |/| / | |/
| * Reuse module `exceptions` from OsloAndrey Kurilin2014-04-015-426/+33
* | Create a test token generator and use itJamie Lennox2014-04-039-206/+350
* | Merge "Tests should use identity_uri by default"Jenkins2014-04-021-12/+16
|\ \
| * | Tests should use identity_uri by defaultJamie Lennox2014-03-271-12/+16
* | | Merge "Sync config fixture object from oslo.incubator"Jenkins2014-04-022-0/+85
|\ \ \
| * | | Sync config fixture object from oslo.incubatorJamie Lennox2014-03-242-0/+85
* | | | Merge "Rename request_uri to identity_uri"Jenkins2014-04-011-9/+9
|\ \ \ \
| * | | | Rename request_uri to identity_uriJamie Lennox2014-03-271-9/+9
| | |/ / | |/| |
* | | | Merge "Replace auth fragements with identity_uri"Jenkins2014-04-012-22/+64
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Replace auth fragements with identity_uriJamie Lennox2014-03-272-22/+64
* | | Merge "use v3 api to get certificates"Jenkins2014-03-302-19/+48
|\ \ \
| * | | use v3 api to get certificateswanghong2014-03-212-19/+48
* | | | Merge "Use AccessInfo in auth_token middleware"Jenkins2014-03-281-78/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Use AccessInfo in auth_token middlewareJamie Lennox2014-03-121-78/+22
* | | | Merge "Add 'methods' to all v3 test tokens"0.7.1Jenkins2014-03-261-0/+6
|\ \ \ \ | |/ / /
| * | | Add 'methods' to all v3 test tokensJamie Lennox2014-03-121-0/+6
* | | | Merge "Adds to Keystone to convert V2 endpoints to V3"Jenkins2014-03-261-0/+2
|\ \ \ \
| * | | | Adds to Keystone to convert V2 endpoints to V3root2014-03-261-0/+2
* | | | | Merge "Discover should support other services"0.7.0Jenkins2014-03-262-8/+150
|\ \ \ \ \
| * | | | | Discover should support other servicesJamie Lennox2014-03-182-8/+150
| | |_|/ / | |/| | |
* | | | | Merge "Improve language in update_password() validation error"Jenkins2014-03-251-1/+1
|\ \ \ \ \
| * | | | | Improve language in update_password() validation errorDolph Mathews2014-03-251-1/+1
* | | | | | Merge "sanity check memcached availability before running tests against it"Jenkins2014-03-251-13/+43
|\ \ \ \ \ \