summaryrefslogtreecommitdiff
path: root/keystoneclient/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Handle UTC+00:00 in datetime stringsMonty Taylor2017-12-021-1/+1
* Remove use of positional decoratorMorgan Fainberg2017-08-071-3/+0
* Remove unused logzlyqqq2017-04-251-4/+0
* Merge "Remove unauthenticated functions"Jenkins2016-11-101-24/+0
|\
| * Remove unauthenticated functionsJamie Lennox2016-08-241-24/+0
* | Use exceptions from KeystoneauthJamie Lennox2016-08-241-7/+8
|/
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-3/+0
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-2/+4
* remove CLI from keystoneclientSteve Martinelli2016-03-101-69/+0
* use positional library instead of utilsSteve Martinelli2016-01-251-0/+2
* Use positional library instead of local codeMorgan Fainberg2016-01-231-157/+1
* Address hacking check H405lin-hua-cheng2016-01-131-3/+7
* Switch from deprecated oslo_utils.timeutils.strtimeBrant Knudson2015-06-301-0/+5
* Switch from deprecated isotimeBrant Knudson2015-06-301-0/+30
* Stop using function deprecated in Python 3Brant Knudson2015-06-081-1/+1
* Prompt for password on CLI if not providedJamie Lennox2015-05-021-0/+18
* Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-3/+3
* Revert "Use oslo.utils"Matt Riedemann2014-08-171-3/+3
* Use oslo.utilsBrant Knudson2014-08-051-3/+3
* Fix tests to use UUID strings rather than ints for IDsBrant Knudson2014-06-021-7/+1
* Sync with oslo-incubator 2640847Brant Knudson2014-05-051-2/+8
* fixed typos found by RETF rulesChristian Berendt2014-05-031-1/+1
* Hash functions support different hash algorithmsBrant Knudson2014-04-091-2/+2
* Add a positional decoratorJamie Lennox2014-03-241-0/+161
* Merge "Using common method 'bool_from_string' from oslo strutils"0.6.0Jenkins2014-02-131-7/+0
|\
| * Using common method 'bool_from_string' from oslo strutilsllg82122014-01-221-7/+0
* | Remove vim headerEric Guo2014-02-081-2/+0
|/
* Do not try to call decode() on a text stringCyril Roelandt2014-01-031-1/+1
* Merge "Fix typo in keystoneclient"Jenkins2013-12-031-1/+1
|\
| * Fix typo in keystoneclienthuangtianhua2013-11-251-1/+1
* | Encode the text before print it to consoleLei Zhang2013-11-251-2/+3
|/
* python3: Make iteritems py3k compatChuck Short2013-10-101-1/+2
* Decode the non-english username str to unicodeYangLei2013-09-061-0/+2
* Fixing potential NameErrorsMorgan Fainberg2013-08-301-1/+1
* Merge "Fix License Headers and Enable Gating on H102"Jenkins2013-08-291-0/+14
|\
| * Fix License Headers and Enable Gating on H102Morgan Fainberg2013-08-271-0/+14
* | remove the UUID check for useridsMichael Solberg2013-08-271-4/+2
|/
* Fix and enable Gating on H404Dirk Mueller2013-08-151-7/+6
* Fix and enable gating on H402Dirk Mueller2013-07-121-1/+1
* Use Python 3.x compatible print syntaxDirk Mueller2013-06-231-2/+2
* Merge "Allow secure user password update."Jenkins2013-05-211-1/+22
|\
| * Allow secure user password update.Pradeep Kilambi2013-05-201-1/+22
* | Restore compatibility with PrettyTable < 0.7.2Dirk Mueller2013-04-291-2/+4
|/
* Add name arguments to keystone command.Ken'ichi Ohmichi2013-01-171-0/+5
* Fix keystoneclient user-list output orderMasayuki Igawa2012-12-111-2/+4
* Add auth-token code to keystoneclient, along with supporting filesHenry Nash2012-11-121-0/+7
* Merge "updating keystoneclient doc theme"Jenkins2012-10-011-2/+3
|\