summaryrefslogtreecommitdiff
path: root/horizon/utils/memoized.py
Commit message (Expand)AuthorAgeFilesLines
* Make @memoize thread-awareTimur Sufiev2017-05-261-14/+21
* Replace six.iteritems(iter) with iter.items()Cady_Chen2016-12-141-3/+1
* Fix docstring warningsAkihiro Motoki2016-09-241-1/+1
* Stop memoizing on request arguments in nova apiYves-Gwenael Bourhis2016-06-101-0/+68
* Invalid instance_snapshot causes KeyErrorMike Hagedorn2014-10-281-1/+1
* replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-05-261-1/+3
* Remove extraneous vim configuration commentsHe Yongli2014-05-061-2/+0
* Use memoized_method decorator in viewsRadomir Dopieralski2013-12-181-1/+5
* Add a warning to @memoized when caching is impossibleRadomir Dopieralski2013-12-041-0/+8
* Better @memoized decoratorRadomir Dopieralski2013-11-281-26/+70
* Return an empty string rather than None when calling repr()Julie Pichon2013-04-021-1/+1
* Enable quota data from multiple sources.Gabriel Hurley2012-10-241-0/+3
* Quota usage infographics now update dynamically when flavor or instanceTres Henry2012-04-241-0/+47