horizon/openstack_dashboard
Radomir Dopieralski 3acb28270a Replace @memoized_with_* with @memoized
Since @memoized now uses weakref to delete old cache entries, and no
longer keeps the object passed as parameters alive indefinitely, we
no longer need to treat the Request objects specially. In fact, if
we stop doing it, it should improve memory use, because now all
request-specific caches will be removed as soon as the request
object dies.

I also removed the memoized_with_argconv function, and replaced it
with an explicit function for converting teh parameters in the one
place where it was used.

Change-Id: I710b96a170e429c6ffdf22ad3e552ee6e1c6b7e3
2018-09-25 11:44:06 +02:00
..
api Replace @memoized_with_* with @memoized 2018-09-25 11:44:06 +02:00
conf Sync nova policy 2018-02-05 05:57:02 +09:00
contrib Delete profiler object when request completes 2018-07-24 12:33:31 +01:00
dashboards Merge "Update Volume Backup hint" 2018-09-20 14:26:40 +00:00
django_pyscss_fix Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
enabled Generic volume group support 2018-06-09 06:39:18 +00:00
local Allow to specify redirections on single IdP scenarios 2018-08-13 12:11:45 +02:00
locale Imported Translations from Zanata 2018-09-18 08:14:07 +00:00
management Create new wsgi.py file and deprecate old file 2018-05-15 01:41:01 +00:00
static Merge "Fixes input validation in angular kepyairs." 2018-09-05 23:07:42 +00:00
templates Remove deprecated table.UpdateAction class 2018-04-12 17:34:17 +03:00
templatetags django2: Replace assignment_tag with simple_tag 2018-02-17 01:36:54 +09:00
test Display users with role through group in users project details tab. 2018-09-12 13:40:38 +02:00
themes Drop unnecessary executable flags 2017-12-27 21:32:48 +00:00
usage Merge "quota: Move targets argument to get_disabled_quotas" 2018-05-16 16:59:31 +00:00
utils Merge "Workflow: Make steps pluggable via horizon plugin config" 2018-04-25 10:25:54 +00:00
wsgi Create new wsgi.py file and deprecate old file 2018-05-15 01:41:01 +00:00
.eslintrc
__init__.py
context_processors.py Fix wrong setting name for SHOW_KEYSTONE_V2_RC 2018-03-21 07:20:31 +13:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py
karma.conf.js Makes the xstatic files lookup dynamic in the tests 2017-07-27 10:01:33 -04:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Merge "Revert "ROOT_PATH should not be appended to "sys.path""" 2018-09-10 15:31:24 +00:00
theme_settings.py Drop deprecated settings 2018-03-23 18:37:02 +09:00
urls.py Fix Angular errors in openstack_auth 2018-03-17 18:36:01 +09:00
views.py force plain text for header response 2018-08-06 19:57:59 +03:00
wsgi.py Fixed path after moving wsgi/django.wsgi to wsgi.py 2018-09-06 12:05:37 +02:00