summaryrefslogtreecommitdiff
path: root/keystoneclient/session.py
Commit message (Expand)AuthorAgeFilesLines
* Auth Plugin invalidationJamie Lennox2014-05-231-1/+25
* Fixes an erroneous type check in a testDavid Stanek2014-05-201-4/+0
* fixed typos found by RETF rulesChristian Berendt2014-05-031-2/+2
* Merge "Allow session to return an error response object"Jenkins2014-04-171-2/+6
|\
| * Allow session to return an error response objectJamie Lennox2014-04-141-2/+6
* | Rename HTTPError -> HttpErrorJamie Lennox2014-04-151-1/+1
|/
* Merge "Allow passing auth plugin as a parameter"Jenkins2014-04-081-11/+41
|\
| * Allow passing auth plugin as a parameterJamie Lennox2014-04-081-11/+41
* | Reuse module `exceptions` from OsloAndrey Kurilin2014-04-011-2/+2
|/
* Merge "Handle URLs via the session and auth_plugins"Jenkins2014-03-251-2/+33
|\
| * Handle URLs via the session and auth_pluginsJamie Lennox2014-03-251-2/+33
* | Start using positional decoratorJamie Lennox2014-03-251-0/+3
|/
* Don't use a connection pool unless providedJamie Lennox2014-03-211-1/+17
* Create V2 Auth PluginsJamie Lennox2014-02-211-2/+11
* Merge "Remove vim header"Jenkins2014-02-131-2/+0
|\
| * Remove vim headerEric Guo2014-02-081-2/+0
* | Merge "Fix debug curl commands for included data"Jenkins2014-02-121-4/+5
|\ \
| * | Fix debug curl commands for included dataJamie Lennox2014-02-041-4/+5
* | | Merge "Add back --insecure option to CURL debug"Jenkins2014-02-121-1/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Add back --insecure option to CURL debugJamie Lennox2014-02-041-1/+7
* | Create Authentication PluginsJamie Lennox2014-02-041-3/+31
* | Provide a conversion function for creating sessionJamie Lennox2014-02-031-0/+37
|/
* Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+1
* Merge "Saner debug log message generation"Jenkins2014-01-151-4/+4
|\
| * Saner debug log message generationJamie Lennox2014-01-091-4/+4
* | Controllable redirect handlingJamie Lennox2014-01-091-17/+61
|/
* Move redirect handling to sessionJamie Lennox2013-12-201-4/+20
* Remove debug specific handlingJamie Lennox2013-12-201-29/+18
* Extract a base Session objectJamie Lennox2013-11-281-0/+201