summaryrefslogtreecommitdiff
path: root/keystoneclient/tests
Commit message (Expand)AuthorAgeFilesLines
* Only log application/json content typemitaka-eol2.3.2stable/mitakaTobias Diaz2017-01-112-23/+67
* Merge "Do not log binary data during request" into stable/mitakaJenkins2017-01-101-7/+4
|\
| * Do not log binary data during requestSteve Martinelli2017-01-091-7/+4
* | X-Serivce-Token should be hashed in the logTin Lam2017-01-091-1/+2
|/
* Merge "Revert "Support `truncated` flag returned by identity service""2.3.1Jenkins2016-02-272-60/+7
|\
| * Revert "Support `truncated` flag returned by identity service"Monty Taylor2016-02-262-60/+7
* | Merge "Support `truncated` flag returned by identity service"Jenkins2016-02-262-7/+60
|\ \ | |/
| * Support `truncated` flag returned by identity serviceBoris Bobrov2016-02-262-7/+60
* | Support creation of domain specific rolesHenry Nash2016-02-191-0/+26
* | Implied RolesAdam Young2016-02-172-0/+144
|/
* Merge "Handle exception on UnicodeDecodError in logging of request"Jenkins2016-02-121-0/+39
|\
| * Handle exception on UnicodeDecodError in logging of requestTrevor McKay2016-02-101-0/+39
* | Deprecate auth plugins from keystoneclientJamie Lennox2016-02-0315-39/+56
* | Deprecate SessionJamie Lennox2016-02-0315-21/+79
|/
* Missing defaults in the create() method in the v2 ServiceManagerJude Job2016-01-271-1/+32
* Merge "Replace TestResponse with requests_mock"Jenkins2016-01-258-45/+16
|\
| * Replace TestResponse with requests_mockJamie Lennox2016-01-258-45/+16
* | Use positional library instead of local codeMorgan Fainberg2016-01-231-73/+0
|/
* Merge "Adds an option to include names in role assignment lists"Jenkins2016-01-231-0/+12
|\
| * Adds an option to include names in role assignment listsTom Cocozzello2016-01-231-0/+12
* | Merge "Address hacking check H405"Jenkins2016-01-237-17/+25
|\ \ | |/ |/|
| * Address hacking check H405lin-hua-cheng2016-01-137-17/+25
* | Merge "Revert "Support `truncated` flag returned by keystone""2.1.2Jenkins2016-01-141-34/+7
|\ \
| * | Revert "Support `truncated` flag returned by keystone"2.1.1Brant Knudson2016-01-131-34/+7
* | | Revert "Change default endpoint for Keystone v3 to public"Brant Knudson2016-01-133-14/+3
| |/ |/|
* | Merge "Support `truncated` flag returned by keystone"Jenkins2016-01-071-7/+34
|\ \ | |/
| * Support `truncated` flag returned by keystoneBoris Bobrov2015-12-281-7/+34
* | Merge "Fix Resource.__eq__ mismatch semantics of object equal"Jenkins2016-01-061-1/+6
|\ \
| * | Fix Resource.__eq__ mismatch semantics of object equalRui Chen2015-12-161-1/+6
* | | Merge "Change default endpoint for Keystone v3 to public"Jenkins2016-01-063-3/+14
|\ \ \
| * | | Change default endpoint for Keystone v3 to publicRoxana Gherle2015-12-233-3/+14
* | | | Merge "Implements base classes for functional tests"Jenkins2016-01-064-0/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implements base classes for functional testsSamuel de Medeiros Queiroz2016-01-044-0/+87
* | | | Make tests run against original client and sessionsJamie Lennox2015-12-187-28/+244
* | | | Seperate Client base test classJamie Lennox2015-12-1832-67/+66
| |_|/ |/| |
* | | Merge "move hacking to tests folder"Jenkins2015-12-163-1/+38
|\ \ \
| * | | move hacking to tests folderSteve Martinelli2015-12-153-1/+38
* | | | Add include_subtree to role_list_assignments calldaniel-a-nguyen2015-12-151-0/+16
|/ / /
* | | remove the default arguments "{}"Javeme2015-12-141-1/+3
* | | Remove keystoneclient.middlewareVictor Stinner2015-12-113-2314/+0
|/ /
* | Remove hardcoded endpoint filter for update passwordHaneef Ali2015-11-301-0/+22
|/
* remove unnecessary FakeLog class in test codeZhiQiang Fan2015-11-262-26/+6
* Merge "Removes py26 support"Jenkins2015-11-262-11/+4
|\
| * Removes py26 supportDavid Stanek2015-11-252-11/+4
* | Merge "Silence most of the deprecation spam"Jenkins2015-11-263-0/+17
|\ \ | |/ |/|
| * Silence most of the deprecation spamMonty Taylor2015-11-083-0/+17
* | Swap the order of username deprecationMonty Taylor2015-11-191-1/+1
|/
* Pull the endpoint from the SessionMonty Taylor2015-11-081-1/+1
* Replace repeated assertion with the lossZhengYue2015-10-111-1/+1
* pass on @abc.abstractmethodsDolph Mathews2015-10-211-0/+2