summaryrefslogtreecommitdiff
path: root/heatclient/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add option for heatclient to accept parameter value from fileRabi Mishra2015-03-301-8/+74
* Migrate to new oslo_xxx namespacetengqm2015-03-231-5/+5
* Make ; parsing optional in format_parametersSteve Baker2015-03-041-5/+6
* Fix different behavior in python3.4 json moduleThomas Herve2015-02-031-1/+2
* Add transtlation markers for error messagesTetiana Lashchova2014-12-101-5/+9
* Convert importutils to oslo.utilsSteven Hardy2014-12-031-1/+1
* Move to oslo.serializationSteven Hardy2014-11-101-1/+2
* Fix shell tests for Python 3.4Tetyana Lashchova2014-10-281-0/+6
* Remove unused/mutable default argsAnderson Mesquita2014-08-221-1/+2
* Add rel field to links displaySteven Hardy2014-07-241-1/+6
* Fix unicode display in parametersEthan Lynn2014-06-181-1/+1
* Using common methods from oslo cliutilsllg82122014-03-241-44/+5
* Remove None for dict.get()zhang-jinnan2014-02-191-1/+1
* Add filter option to stack-listAnderson Mesquita2014-02-051-1/+7
* Remove unused method 'string_to_bool' from utilsllg82122014-01-231-4/+0
* Misc typos in Heat clientanusha-rayani-72013-12-171-1/+1
* Use jsonutils from oslo incubatorChmouel Boudjnah2013-12-161-3/+3
* Transform print statement to print functionKui Shi2013-10-231-4/+5
* Merge "Allow -P to be invoked multiple times"0.2.5Jenkins2013-09-271-10/+18
|\
| * Allow -P to be invoked multiple timesSteve Baker2013-09-251-10/+18
* | Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
|/
* Merge "Generate a template from a resource"Jenkins2013-08-131-1/+16
|\
| * Generate a template from a resourceAndrew Plunk2013-08-071-1/+16
* | Fix heat event list sorted order incorrectJUN JIE NAN2013-08-081-2/+5
|/
* Make the parameter checking consistent.Angus Salkeld2013-07-161-1/+3
* Format resource required_by in resource-show.Steve Baker2013-07-041-0/+4
* Unit tests for pretty table special formatters.Steve Baker2013-07-041-3/+13
* Fix all but H302 hacking rules.Angus Salkeld2013-06-271-3/+1
* Fixes text split for parametersSulochan Acharya2013-05-311-1/+5
* Cleaned up code in anticipation of flake8.Monty Taylor2013-05-181-2/+0
* Restore compatibility with PrettyTable < 0.7.2Dirk Mueller2013-04-291-2/+4
* Don't use human readable heading labels in tablesSteve Baker2013-03-271-1/+2
* Support name or id for stack operations.Steve Baker2012-11-131-0/+12
* pep8 and more testsSteve Baker2012-10-271-1/+1
* Allow sort column to be specifiedSteve Baker2012-10-251-2/+2
* Allow pretty_dict to take optional formattersSteve Baker2012-10-251-2/+7
* Allow labels to be specified separately from field keysSteve Baker2012-10-231-20/+4
* Mock at the json request level instead of the http connection level. Test cre...Steve Baker2012-10-161-1/+0
* Initial importSteve Baker2012-10-101-0/+134