summaryrefslogtreecommitdiff
path: root/keystoneclient/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove hardcoded endpoint filter for update passwordHaneef Ali2015-11-301-0/+22
* Redirect on 303 in SAML plugin1.7.2Jamie Lennox2015-10-021-1/+26
* HTTPClient/region_name deprecation test updatesCorey Bryant2015-10-0210-142/+226
* Merge "Fixes missing socket attribute error during init_poolmanager"Jenkins2015-09-081-0/+37
|\
| * Fixes missing socket attribute error during init_poolmanagerClaudiu Belu2015-08-261-0/+37
* | Merge "Deprecate create Discover without session"1.7.0Jenkins2015-09-031-12/+34
|\ \
| * | Deprecate create Discover without sessionBrant Knudson2015-09-021-12/+34
* | | Merge "Mask passwords when logging the HTTP response"Jenkins2015-09-031-0/+29
|\ \ \
| * | | Mask passwords when logging the HTTP responseMatt Riedemann2015-08-311-0/+29
* | | | Update path to subunit2html in post_test_hookMatt Riedemann2015-09-021-1/+1
| |/ / |/| |
* | | Deprecate create HTTPClient without sessionBrant Knudson2015-08-294-28/+60
|/ /
* | Proper deprecation for UserManager project argumentBrant Knudson2015-08-131-0/+7
|/
* Proper deprecation for CredentialManager data argumentBrant Knudson2015-08-131-0/+1
* Deprecate create v3 Client without sessionBrant Knudson2015-08-131-3/+6
* Deprecate create v2_0 Client without sessionBrant Knudson2015-08-133-39/+57
* Proper deprecation for Session.get_token()Brant Knudson2015-08-136-12/+23
* Deprecate use of cert and keyBrant Knudson2015-08-131-3/+3
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+2
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-133-5/+14
* Merge "Stop using .keys() on dicts where not needed"Jenkins2015-08-132-3/+3
|\
| * Stop using .keys() on dicts where not neededBrant Knudson2015-08-062-3/+3
* | Inhrerit roles project calls on keystoneclient v3henriquetruta2015-08-061-0/+121
|/
* Merge "Use UUID values in v3 test fixtures"Jenkins2015-08-063-136/+117
|\
| * Use UUID values in v3 test fixturesJamie Lennox2015-07-253-136/+117
* | Proper deprecation for HTTPClient session and adapter propertiesBrant Knudson2015-08-041-1/+2
* | Proper deprecation for HTTPClient.request methodsBrant Knudson2015-08-044-15/+30
* | Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-047-26/+26
* | Fix tests passing user, project, and tokenBrant Knudson2015-07-263-12/+4
* | Proper deprecation for httpclient.request()Brant Knudson2015-07-261-1/+2
* | Proper deprecation for Dicover.available_versions()Brant Knudson2015-07-261-1/+2
* | Proper deprecation for Manager.apiBrant Knudson2015-07-261-1/+2
* | Merge "Prevent attempts to "filter" list() calls by globally unique IDs"Jenkins2015-07-254-0/+39
|\ \
| * | Prevent attempts to "filter" list() calls by globally unique IDsDolph Mathews2015-07-194-0/+39
* | | Proper deprecation for AccessInfo management_url propertyBrant Knudson2015-07-242-5/+10
* | | Proper deprecation for AccessInfo auth_url propertyBrant Knudson2015-07-242-5/+10
* | | Proper deprecation for AccessInfo scoped propertyBrant Knudson2015-07-243-9/+16
| |/ |/|
* | Deprecations fixture support calling deprecated functionBrant Knudson2015-07-242-1/+13
* | Merge "Unit tests catch deprecated function usage"Jenkins2015-07-237-1/+38
|\ \
| * | Unit tests catch deprecated function usageBrant Knudson2015-06-307-1/+38
| |/
* | Merge "Add get_token_data to token CRUD"Jenkins2015-07-232-0/+23
|\ \
| * | Add get_token_data to token CRUDJamie Lennox2015-07-152-0/+23
* | | Remove unused time_patcherBoris Bobrov2015-07-231-5/+0
* | | Make OAuth testcase use actual request headersBoris Bobrov2015-07-221-16/+4
| |/ |/|
* | Switch from deprecated oslo_utils.timeutils.strtimeBrant Knudson2015-06-302-9/+9
* | Switch from deprecated isotimeBrant Knudson2015-06-302-6/+8
|/
* Merge "Support /auth routes for list projects and domains"Jenkins2015-06-301-0/+72
|\
| * Support /auth routes for list projects and domainsJamie Lennox2015-03-311-0/+72
* | Merge "Add openid connect client support"Jenkins2015-06-221-0/+190
|\ \
| * | Add openid connect client supportSteve Martinelli2015-06-171-0/+190
* | | Merge "Use python-six shim for assertRaisesRegex/p"Jenkins2015-06-181-4/+5
|\ \ \